FlagCheckBoxController Class Reference
#include <flagboxes.h>
Public Member Functions | |
FlagCheckBoxController (QStringList multiKeys=QStringList()) | |
"multi key" is a list of options like -vxyz (-vx -vy -vz) multiKeys must contain a list of option names like {-v} in the above example. | |
~FlagCheckBoxController () | |
void | readFlags (QStringList *list) |
void | writeFlags (QStringList *list) |
void | addCheckBox (FlagCheckBox *item) |
Private Attributes | |
QPtrList< FlagCheckBox > | cblist |
QStringList | m_multiKeys |
Constructor & Destructor Documentation
|
"multi key" is a list of options like -vxyz (-vx -vy -vz) multiKeys must contain a list of option names like {-v} in the above example.
Definition at line 166 of file flagboxes.cpp. References FlagCheckBoxController(). Referenced by FlagCheckBoxController(). |
|
Definition at line 234 of file flagboxes.h. |
Member Function Documentation
|
Definition at line 172 of file flagboxes.cpp. References addCheckBox(), and cblist. Referenced by addCheckBox(), and FlagCheckBox::FlagCheckBox(). |
|
|
Member Data Documentation
|
Definition at line 242 of file flagboxes.h. Referenced by addCheckBox(), readFlags(), and writeFlags(). |
|
Definition at line 244 of file flagboxes.h. |
The documentation for this class was generated from the following files:
- lib/widgets/flagboxes.h
- lib/widgets/flagboxes.cpp