![]() |
VR-Forces 4.8 Class Documentation
|
The widget for general application settings. More...

Public Member Functions | |
| DtGeneralApplicationSettingsWidget (DtDe &de, QWidget *parent=0, Qt::WindowFlags f=Qt::Widget) | |
| virtual | ~DtGeneralApplicationSettingsWidget () |
Public Member Functions inherited from makVrv::DtGeneralApplicationSettingsInterface | |
| virtual | ~DtGeneralApplicationSettingsInterface () |
| DTOR. More... | |
| virtual void | setScreenCaptureFilePath (DtUnicode filePath)=0 |
| Setters Set the new file path for screen shot images. More... | |
| virtual void | setShowQuitDialogOnClose (bool show)=0 |
| Setters Set the show quit dialog on close flag. More... | |
User input slots. | |
Receives notification that the user has click the browse button. | |
| DtDe & | myDe |
| The display engine for this instance. More... | |
| QPushButton * | myFilePathButton |
| QLineEdit * | myFileDirectoryTextLine |
| QLabel * | myFileDirectoryLabel |
| QCheckBox * | myShowQuitDialogOnCloseCheckBox |
| void | on_browseButtonClicked () |
| void | on_showQuitDialogOnCloseCheckBoxChanged (int) |
| Receives notification that the user has clicked the showQuitDialogOnClose button. More... | |
| void | connectToSignals () |
| Connects widget signals to slots. More... | |
| virtual void | setScreenCaptureFilePath (DtUnicode filePath) |
| Set the file path of the screen shot image. More... | |
| virtual void | setShowQuitDialogOnClose (bool show) |
| Set the show quit dialog on close flag. More... | |
| void | setupGui () |
| DtGeneralApplicationSettingsWidget () | |
Additional Inherited Members | |
Public Attributes inherited from makVrv::DtGeneralApplicationSettingsInterface | |
| boost::signal< void(DtUnicode)> | signal_screenCaptureImageFilePathChanged |
| Signals. More... | |
| boost::signal< void(bool)> | signal_showQuitDialogOnCloseCheckBoxChanged |
The widget for general application settings.
| makVrv::DtGeneralApplicationSettingsWidget::DtGeneralApplicationSettingsWidget | ( | DtDe & | de, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | f = Qt::Widget |
||
| ) |
|
virtual |
|
private |
|
slot |
|
slot |
Receives notification that the user has clicked the showQuitDialogOnClose button.
|
slot |
Connects widget signals to slots.
Non-virtual (Called from CTOR).
|
virtualslot |
Set the file path of the screen shot image.
|
virtualslot |
Set the show quit dialog on close flag.
|
protected |
|
protected |
The display engine for this instance.
|
protected |
|
protected |
|
protected |
|
protected |