![]() |
VR-Forces 4.3 Class Documentation
|
/brief A DtBreakingWavesLogic object provides the logic for a widget acts as a utility for controlling/configuring Breaking Waves. More...

Public Member Functions | |
| DtBreakingWavesLogic (DtDe &de, DtBreakingWavesInterface &bwIface) | |
| Constructor. | |
| virtual | ~DtBreakingWavesLogic () |
| Destructor. | |
| virtual void | updateGui () |
| Update the GUI with system settings. | |
Protected Member Functions | |
Slots for when settings are changed by the GUI. | |
| virtual void | slot_onBreakingWaveAmplitudeChanged (float) |
| Breaking wave amplitude was changed by the user. | |
| virtual void | slot_onChangeOceanQuality (DtTritonManager::TritonQuality quality) |
| Ocean Quality was changed by user. | |
Non-virtual functions to update the GUI. | |
| void | sendSettingsToGui () |
Protected Attributes | |
| DtDe & | myDe |
| DtBreakingWavesInterface & | myIface |
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. | |
| DtSignalConnectionManager & | operator+= (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. | |
/brief A DtBreakingWavesLogic object provides the logic for a widget acts as a utility for controlling/configuring Breaking Waves.
| makVrv::DtBreakingWavesLogic::DtBreakingWavesLogic | ( | DtDe & | de, |
| DtBreakingWavesInterface & | bwIface | ||
| ) |
Constructor.
|
virtual |
Destructor.
|
virtual |
Update the GUI with system settings.
|
protectedvirtual |
Breaking wave amplitude was changed by the user.
|
protectedvirtual |
Ocean Quality was changed by user.
|
protected |
|
protected |
|
protected |