![]() |
VR-Forces 4.0.4 Class Documentation
|
Example Interface (based on the humble dialog pattern). More...

Public Member Functions | |
| virtual void | setInt (int val)=0 |
| Called by the logic to change a value in the widget. | |
Public Attributes | |
| boost::signal< void(int)> | signal_intChanged |
| Signal emitted when the user changes the int in the widget. | |
Example Interface (based on the humble dialog pattern).
| virtual void makVrv::DtExampleInterface::setInt | ( | int | val | ) | [pure virtual] |
Called by the logic to change a value in the widget.
Implemented in makVrv::DtExampleWidget.
| boost::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.