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 | Public Attributes
makVrv::DtGeneralApplicationSettingsInterface Class Referenceabstract
Inheritance diagram for makVrv::DtGeneralApplicationSettingsInterface:
Inheritance graph
[legend]

Public Member Functions

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...
 

Public Attributes

boost::signal< void(DtUnicode)> signal_screenCaptureImageFilePathChanged
 Signals. More...
 
boost::signal< void(bool)> signal_showQuitDialogOnCloseCheckBoxChanged
 

Constructor & Destructor Documentation

virtual makVrv::DtGeneralApplicationSettingsInterface::~DtGeneralApplicationSettingsInterface ( )
virtual

DTOR.

Member Function Documentation

virtual void makVrv::DtGeneralApplicationSettingsInterface::setScreenCaptureFilePath ( DtUnicode  filePath)
pure virtual

Setters Set the new file path for screen shot images.

virtual void makVrv::DtGeneralApplicationSettingsInterface::setShowQuitDialogOnClose ( bool  show)
pure virtual

Setters Set the show quit dialog on close flag.

Member Data Documentation

boost::signal<void(DtUnicode)> makVrv::DtGeneralApplicationSettingsInterface::signal_screenCaptureImageFilePathChanged

Signals.

Called when the user checks the file caching checkbox.

boost::signal<void(bool)> makVrv::DtGeneralApplicationSettingsInterface::signal_showQuitDialogOnCloseCheckBoxChanged

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)