![]() |
VR-Forces 4.0.4 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. | |
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 makVrv::DtExampleWidget::~DtExampleWidget | ( | ) | [virtual] |
Destructor.
| virtual void makVrv::DtExampleWidget::setInt | ( | int | val | ) | [virtual] |
Sets the value of the spin box in the widget.
Implements makVrv::DtExampleInterface.
| void makVrv::DtExampleWidget::slot_onIntChanged | ( | ) | [slot] |