![]() |
VR-Forces 5.0.1 Developer's Guide
|
Example Interface (based on the humble dialog pattern).

Public Member Functions | |
| virtual void | setInt (int val)=0 |
Public Attributes | |
| boost::signalslib::signal < void(int)> | signal_intChanged |
|
pure virtual |
Called by the logic to change a value in the widget.
Implemented in makVrv::DtExampleWidget.
| boost::signalslib::signal<void ( int )> makVrv::DtExampleInterface::signal_intChanged |
Signal emitted when the user changes the int in the widget. Connected to a slot in the logic.