![]() |
VR-Forces 4.10 Class Documentation
|
Example Logic (based on humble dialog pattern). More...

Public Types | |
| typedef std::vector< osg::Light * > | LightVec |
Public Member Functions | |
| DtLightEditorLogic (DtDe &de, DtLightEditorInterface &iFace) | |
| CTOR. More... | |
| virtual | ~DtLightEditorLogic () |
| Virtual DTOR. More... | |
| virtual void | sendSettingsToGui () |
| Update the GUI with settings. More... | |
| virtual void | slot_lightSelected (const std::string &lightName) |
| virtual void | slot_ambientChanged (float r, float g, float b, float a) |
| virtual void | slot_diffuseChanged (float r, float g, float b, float a) |
| virtual void | slot_specularChanged (float r, float g, float b, float a) |
| virtual void | slot_constantAttenuationChanged (float constantAttenuation) |
| virtual void | slot_linearAttenuationChanged (float linearAttenuation) |
| virtual void | slot_quadraticAttenuationChanged (float quadraticAttenuation) |
| virtual void | slot_spotExponentChanged (float spotExponent) |
| virtual void | slot_spotCutoffChanged (float spotCutoff) |
Protected Attributes | |
| DtDe & | myDe |
| DtLightEditorInterface & | myInterface |
| int | myCurrentLightIx |
| LightVec | myLights |
Additional Inherited Members | |
Private Types inherited from makVrv::DtSignalConnectionManager | |
| typedef std::vector < boost::signalslib::connection > | Connections |
| A collection of signals. More... | |
Private 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... | |
Private 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... | |
Example Logic (based on humble dialog pattern).
| typedef std::vector<osg::Light*> makVrv::DtLightEditorLogic::LightVec |
| makVrv::DtLightEditorLogic::DtLightEditorLogic | ( | DtDe & | de, |
| DtLightEditorInterface & | iFace | ||
| ) |
CTOR.
|
virtual |
Virtual DTOR.
|
virtual |
Update the GUI with settings.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
|
protected |
|
protected |