Public Member Functions | Protected Member Functions | List of all members
openfluid::ui::common::MessageDialog Class Reference

#include <ui/common/MessageDialog.hpp>

Inheritance diagram for openfluid::ui::common::MessageDialog:
Inheritance graph
[legend]
Collaboration diagram for openfluid::ui::common::MessageDialog:
Collaboration graph
[legend]

Public Member Functions

 MessageDialog (QWidget *Parent=nullptr)
 
virtual ~MessageDialog ()
 
- Public Member Functions inherited from openfluid::ui::common::OpenFLUIDDialog
 OpenFLUIDDialog (QWidget *Parent=nullptr, const QString &Title="OpenFLUID")
 
virtual ~OpenFLUIDDialog ()
 
QString getPlaceholderRequired () const
 

Protected Member Functions

void setupMessageUi (const QString &DefaultMsg, QDialogButtonBox::StandardButtons buttons=QDialogButtonBox::Ok|QDialogButtonBox::Cancel)
 
void updateDefaultMessage (const QString &Msg)
 
void setMessage (const QString &Msg=QString())
 
QPushButton * buttonOfButtonBox (QDialogButtonBox::StandardButton Which)
 
QDialogButtonBox * buttonBox ()
 

Additional Inherited Members

- Static Public Member Functions inherited from openfluid::ui::common::OpenFLUIDDialog
static bool confirmRestartAfterPreferences (QWidget *Parent=nullptr)
 

Constructor & Destructor Documentation

◆ MessageDialog()

openfluid::ui::common::MessageDialog::MessageDialog ( QWidget *  Parent = nullptr)

◆ ~MessageDialog()

virtual openfluid::ui::common::MessageDialog::~MessageDialog ( )
virtual

Member Function Documentation

◆ buttonBox()

QDialogButtonBox* openfluid::ui::common::MessageDialog::buttonBox ( )
inlineprotected

◆ buttonOfButtonBox()

QPushButton* openfluid::ui::common::MessageDialog::buttonOfButtonBox ( QDialogButtonBox::StandardButton  Which)
protected

◆ setMessage()

void openfluid::ui::common::MessageDialog::setMessage ( const QString &  Msg = QString())
protected

◆ setupMessageUi()

void openfluid::ui::common::MessageDialog::setupMessageUi ( const QString &  DefaultMsg,
QDialogButtonBox::StandardButtons  buttons = QDialogButtonBox::Ok|QDialogButtonBox::Cancel 
)
protected

◆ updateDefaultMessage()

void openfluid::ui::common::MessageDialog::updateDefaultMessage ( const QString &  Msg)
protected

The documentation for this class was generated from the following file: