Developer Documentation
|
#include <Plugin-VSI/config/configValue.hh>
Public Member Functions | |
ConfigValue (ElementInput *_input) | |
Constructor. | |
~ConfigValue () | |
Destructor. | |
Private Slots | |
void | toDefault () |
void | selectionChange () |
Private Attributes | |
ElementInput * | input_ |
QGroupBox * | group_ |
TypeWidget * | main_ |
QPushButton * | default_ |
QRadioButton * | constant_ |
QRadioButton * | optional_ |
QRadioButton * | forceAskUser_ |
QButtonGroup * | buttonGroup_ |
Friends | |
class | ConfigDialog |
Class that holds everything to configure an input in the ConfigDialog
Definition at line 68 of file configValue.hh.