![]() |
VR-Forces 4.10 Class Documentation
|
Logic to manage the Observer Mode Selection Widget. More...

Public Member Functions | |
| DtGroundClampingLogic (DtDe &de, DtGroundClampingWidgetInterface &iFace) | |
| CTOR. More... | |
| virtual | ~DtGroundClampingLogic () |
| virtual DTOR More... | |
| virtual void | setGroundClampingFactor (int factor) |
| virtual void | enableGroundClamping (bool b) |
| virtual void | setGroundClampingCullingEnabled (bool b) |
Public Member Functions inherited from makVrv::DtSignalConnectionManager | |
| DtSignalConnectionManager () | |
| CTOR. More... | |
| virtual | ~DtSignalConnectionManager () |
| DTOR. More... | |
| void | manageConnection (const boost::signalslib::connection &conn) |
| Connect a signal. More... | |
| DtSignalConnectionManager & | operator+= (const boost::signalslib::connection &conn) |
| Connect a signal. More... | |
| bool | blockConnections (bool blocked) |
| Blocks/unblocks connections. More... | |
| int | numberOfConnections () const |
| Get the number of connections. More... | |
| void | disconnectSignals () |
| Disconnect all signals. More... | |
| bool | connectionsBlocked () const |
| check whether connections are blocked. More... | |
Protected Member Functions | |
| virtual void | slot_activate (DtDe *de) |
| virtual void | slot_deactivate (DtDe *de) |
| virtual void | setupGui () |
Protected Attributes | |
| DtDe & | myDe |
| DtGroundClampingWidgetInterface & | myInterface |
Protected Attributes inherited from makVrv::DtSignalConnectionManager | |
| Connections | myConnections |
| The connected signals. More... | |
| bool | myConnectionsBlocked |
| bool | myIndiviualConnectionedBlocked |
| std::vector < boost::signalslib::shared_connection_block * > | mySharedConnectionsBlockManager |
| blocking Connections manager for signal2 connection More... | |
Additional Inherited Members | |
Protected Types inherited from makVrv::DtSignalConnectionManager | |
| typedef std::vector < boost::signalslib::connection > | Connections |
| A collection of signals. More... | |
Logic to manage the Observer Mode Selection Widget.
| makVrv::DtGroundClampingLogic::DtGroundClampingLogic | ( | DtDe & | de, |
| DtGroundClampingWidgetInterface & | iFace | ||
| ) |
CTOR.
|
virtual |
virtual DTOR
|
virtual |
|
virtual |
|
virtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protected |
|
protected |