![]() |
VR-Forces 4.8 Class Documentation
|
This is the interface which the intersector settings widget will inherit from and the logic will use to talk to the widget. More...

Public Member Functions | |
| virtual | ~DtIntersectorSettingsInterface () |
| DTOR. More... | |
Initializer/Setters for the widgets. | |
| boost::signal< void(bool)> | signal_intersectorDrawEnabledChanged |
| Signals raised by the widget to communicate with the logic. More... | |
| boost::signal< void(float)> | signal_intersectorDrawnDurationChanged |
| boost::signal< void(DtColorValue)> | signal_failedIntersectorColorChanged |
| boost::signal< void(DtColorValue)> | signal_oddSegmentIntersectorColorChanged |
| boost::signal< void(DtColorValue)> | signal_evenSegmentIntersectorColorChanged |
| virtual void | setIntersectorDrawEnabled (bool enabled)=0 |
| Set whether intersectors are visualized. More... | |
| virtual void | setIntersectorDrawnDuration (float duration)=0 |
| Set the duration that each drawn intersector exists. More... | |
| virtual void | setFailedIntersectorColor (const DtColorValue &color)=0 |
| Set the color to draw failed intersectors. More... | |
| virtual void | setOddSegmentIntersectorColor (const DtColorValue &color)=0 |
| Set the color to draw the odd-numbered segments of successful intersectors. More... | |
| virtual void | setEvenSegmentIntersectorColor (const DtColorValue &color)=0 |
| Set the color to draw the even- numbered segments of successful intersectors. More... | |
This is the interface which the intersector settings widget will inherit from and the logic will use to talk to the widget.
|
virtual |
DTOR.
|
pure virtual |
Set whether intersectors are visualized.
Implemented in makVrv::DtIntersectorSettingsWidget.
|
pure virtual |
Set the duration that each drawn intersector exists.
Implemented in makVrv::DtIntersectorSettingsWidget.
|
pure virtual |
Set the color to draw failed intersectors.
Implemented in makVrv::DtIntersectorSettingsWidget.
|
pure virtual |
Set the color to draw the odd-numbered segments of successful intersectors.
Implemented in makVrv::DtIntersectorSettingsWidget.
|
pure virtual |
Set the color to draw the even- numbered segments of successful intersectors.
Implemented in makVrv::DtIntersectorSettingsWidget.
| boost::signal<void (bool)> makVrv::DtIntersectorSettingsInterface::signal_intersectorDrawEnabledChanged |
Signals raised by the widget to communicate with the logic.
| boost::signal<void (float)> makVrv::DtIntersectorSettingsInterface::signal_intersectorDrawnDurationChanged |
| boost::signal<void (DtColorValue)> makVrv::DtIntersectorSettingsInterface::signal_failedIntersectorColorChanged |
| boost::signal<void (DtColorValue)> makVrv::DtIntersectorSettingsInterface::signal_oddSegmentIntersectorColorChanged |
| boost::signal<void (DtColorValue)> makVrv::DtIntersectorSettingsInterface::signal_evenSegmentIntersectorColorChanged |