#include <optionWidgets.h>

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