Describes a dialog box shown on question about quit application. More...
#include <SalomeApp_ExitDlg.h>

Public Member Functions | |
| SalomeApp_ExitDlg (QWidget *) | |
| creates a Exit dialog box More... | |
| ~SalomeApp_ExitDlg () | |
| Destructor. More... | |
| bool | isServersShutdown () |
| get the check box status More... | |
Private Attributes | |
| QCheckBox * | myServersShutdown |
Describes a dialog box shown on question about quit application.
| SalomeApp_ExitDlg::SalomeApp_ExitDlg | ( | QWidget * | parent | ) |
creates a Exit dialog box
| parent | a parent widget |
| modal | bool argument, if true the dialog box is a modal dialog box |
| f | style flags |
References myServersShutdown.
| SalomeApp_ExitDlg::~SalomeApp_ExitDlg | ( | ) |
Destructor.
| bool SalomeApp_ExitDlg::isServersShutdown | ( | ) |
get the check box status
References myServersShutdown.
|
private |