![]() |
VR-Forces 4.2 Class Documentation
|
Example Widget that is part of the example page. More...

Public Slots | |
| void | slot_onIntChanged () |
Public Member Functions | |
| DtExampleWidget (QWidget *parent=0, Qt::WindowFlags f=Qt::Widget) | |
| Constructor. | |
| virtual | ~DtExampleWidget () |
| Destructor. | |
| virtual void | setInt (int val) |
| Sets the value of the spin box in the widget. | |
Additional Inherited Members | |
Public Attributes inherited from makVrv::DtExampleInterface | |
| boost::signal< void(int)> | signal_intChanged |
| Signal emitted when the user changes the int in the widget. | |
Example Widget that is part of the example page.
Based on the humble dialog pattern.
| makVrv::DtExampleWidget::DtExampleWidget | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = Qt::Widget |
||
| ) |
Constructor.
|
virtual |
Destructor.
|
virtual |
Sets the value of the spin box in the widget.
Implements makVrv::DtExampleInterface.
|
slot |