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