VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions
makVrv::DtGeneralApplicationSettingsWidget Class Reference

The widget for general application settings. More...

Inheritance diagram for makVrv::DtGeneralApplicationSettingsWidget:
Inheritance graph
[legend]

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.

DtDemyDe
 The display engine for this instance. More...
 
QPushButtonmyFilePathButton
 
QLineEditmyFileDirectoryTextLine
 
QLabelmyFileDirectoryLabel
 
QCheckBoxmyShowQuitDialogOnCloseCheckBox
 
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
 

Detailed Description

The widget for general application settings.

Constructor & Destructor Documentation

makVrv::DtGeneralApplicationSettingsWidget::DtGeneralApplicationSettingsWidget ( DtDe de,
QWidget *  parent = 0,
Qt::WindowFlags  f = Qt::Widget 
)
virtual makVrv::DtGeneralApplicationSettingsWidget::~DtGeneralApplicationSettingsWidget ( )
virtual
makVrv::DtGeneralApplicationSettingsWidget::DtGeneralApplicationSettingsWidget ( )
private

Member Function Documentation

void makVrv::DtGeneralApplicationSettingsWidget::on_browseButtonClicked ( )
slot
void makVrv::DtGeneralApplicationSettingsWidget::on_showQuitDialogOnCloseCheckBoxChanged ( int  )
slot

Receives notification that the user has clicked the showQuitDialogOnClose button.

void makVrv::DtGeneralApplicationSettingsWidget::connectToSignals ( )
slot

Connects widget signals to slots.

Non-virtual (Called from CTOR).

virtual void makVrv::DtGeneralApplicationSettingsWidget::setScreenCaptureFilePath ( DtUnicode  filePath)
virtualslot

Set the file path of the screen shot image.

virtual void makVrv::DtGeneralApplicationSettingsWidget::setShowQuitDialogOnClose ( bool  show)
virtualslot

Set the show quit dialog on close flag.

void makVrv::DtGeneralApplicationSettingsWidget::setupGui ( )
protected

Member Data Documentation

DtDe& makVrv::DtGeneralApplicationSettingsWidget::myDe
protected

The display engine for this instance.

QPushButton* makVrv::DtGeneralApplicationSettingsWidget::myFilePathButton
protected
QLineEdit* makVrv::DtGeneralApplicationSettingsWidget::myFileDirectoryTextLine
protected
QLabel* makVrv::DtGeneralApplicationSettingsWidget::myFileDirectoryLabel
protected
QCheckBox* makVrv::DtGeneralApplicationSettingsWidget::myShowQuitDialogOnCloseCheckBox
protected

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

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)