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

Example Logic (based on humble dialog pattern). More...

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

Public Member Functions

 DtExampleLogic (DtDe &de, DtExampleInterface &iFace, DtPersistenceControlsInterface &pIFace)
 CTOR.
virtual ~DtExampleLogic ()
 Virtual DTOR.
virtual void sendSettingsToGui ()
 Update the GUI with settings.
void slot_onIntChanged (int val)
 Called when the user changes a value on the widget.
virtual void on_import ()
 Persistence slots:
virtual void on_export ()
virtual void on_importFilePathChosen (const std::string &filePath)
virtual void on_exportFilePathChosen (const std::string &filePath)
virtual void settingsRestored (const DtSettingsBackup *b)
 Called when settings have been restored. If these settings, reset gui.

Protected Attributes

DtDemyDe
DtExampleInterfacemyInterface
DtPersistenceControlsInterfacemyPersistenceInterface

Additional Inherited Members

- Private Member Functions inherited from makVrv::DtSignalConnectionManager
 DtSignalConnectionManager ()
 CTOR.
virtual ~DtSignalConnectionManager ()
 DTOR.
void manageConnection (const boost::signalslib::connection &conn)
 Connect a signal.
DtSignalConnectionManageroperator+= (const boost::signalslib::connection &conn)
 Connect a signal.
int numberOfConnections () const
 Get the number of connections.
void disconnectSignals ()
 Disconnect all signals.
bool blockConnections (bool blocked)
 Blocks/unblocks connections.
bool blockConnection (int index, bool blocked)
 Blocks/unblocks connections.
bool connectionsBlocked () const
 check whether connections are blocked.
bool connectionBlocked (int index) const
 check whether connections are blocked.

Detailed Description

Example Logic (based on humble dialog pattern).

Constructor & Destructor Documentation

makVrv::DtExampleLogic::DtExampleLogic ( DtDe de,
DtExampleInterface iFace,
DtPersistenceControlsInterface pIFace 
)

CTOR.

virtual makVrv::DtExampleLogic::~DtExampleLogic ( )
virtual

Virtual DTOR.

Member Function Documentation

virtual void makVrv::DtExampleLogic::sendSettingsToGui ( )
virtual

Update the GUI with settings.

void makVrv::DtExampleLogic::slot_onIntChanged ( int  val)

Called when the user changes a value on the widget.

virtual void makVrv::DtExampleLogic::on_import ( )
virtual

Persistence slots:

virtual void makVrv::DtExampleLogic::on_export ( )
virtual
virtual void makVrv::DtExampleLogic::on_importFilePathChosen ( const std::string &  filePath)
virtual
virtual void makVrv::DtExampleLogic::on_exportFilePathChosen ( const std::string &  filePath)
virtual
virtual void makVrv::DtExampleLogic::settingsRestored ( const DtSettingsBackup b)
virtual

Called when settings have been restored. If these settings, reset gui.

Member Data Documentation

DtDe& makVrv::DtExampleLogic::myDe
protected
DtExampleInterface& makVrv::DtExampleLogic::myInterface
protected
DtPersistenceControlsInterface& makVrv::DtExampleLogic::myPersistenceInterface
protected

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

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)