COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Member Functions | Private Attributes | List of all members
ModifiedOptionsDialog Class Reference

Dialog that shows commit details. More...

#include <ModifiedOptionsDialog.hpp>

Inherits QDialog.

Public Member Functions

 ModifiedOptionsDialog (QWidget *parent=nullptr)
 Constructor. More...
 
 ~ModifiedOptionsDialog ()
 Desctructor Frees all allocated memory. Parent is not destroyed. More...
 
void show (core::CommitDetails &details)
 Shows the dialog with provided details. More...
 

Private Attributes

QTableView * m_view
 Table view. More...
 
QDialogButtonBox * m_button_box
 Button box. More...
 
QVBoxLayout * m_main_layout
 Main layout. More...
 
QPushButton * m_bt_ok
 "OK" button More...
 

Detailed Description

Dialog that shows commit details.

Definition at line 35 of file ModifiedOptionsDialog.hpp.

Constructor & Destructor Documentation

ModifiedOptionsDialog ( QWidget *  parent = nullptr)

Constructor.

Parameters
parentParent widget. May be nullptr.

Definition at line 26 of file ModifiedOptionsDialog.cpp.

Desctructor Frees all allocated memory. Parent is not destroyed.

Definition at line 46 of file ModifiedOptionsDialog.cpp.

Member Function Documentation

void show ( core::CommitDetails details)

Shows the dialog with provided details.

Parameters
detailsDetails to use

Definition at line 55 of file ModifiedOptionsDialog.cpp.

Member Data Documentation

QPushButton* m_bt_ok
private

"OK" button

Definition at line 65 of file ModifiedOptionsDialog.hpp.

QDialogButtonBox* m_button_box
private

Button box.

Definition at line 59 of file ModifiedOptionsDialog.hpp.

QVBoxLayout* m_main_layout
private

Main layout.

Definition at line 62 of file ModifiedOptionsDialog.hpp.

QTableView* m_view
private

Table view.

Definition at line 56 of file ModifiedOptionsDialog.hpp.


The documentation for this class was generated from the following files:
Send comments to:
COOLFluiD Web Admin