#include <optionWidgets.h>

Public Slots | |
| void | updateValue () |
Public Member Functions | |
| Position3DWidget (string &name, string &description, Position3D *pValue, QWidget *parent=0) | |
| Constructor. | |
| Position3DWidget::Position3DWidget | ( | string & | name, | |
| string & | description, | |||
| Position3D * | pValue, | |||
| QWidget * | parent = 0 | |||
| ) |
Constructor.
| [in] | &name | Name |
| [in] | &description | Description. |
| inout].*pValue | Pointer to the Position3D variable (which is changed accordingly). | |
| [in] | parent | Parent Widget. |
| void Position3DWidget::updateValue | ( | void | ) | [virtual, slot] |
Reimplemented from OptionWidget.
1.5.6