FlagCheckBox Class Reference
#include <flagboxes.h>
Inheritance diagram for FlagCheckBox:

Public Member Functions | |
FlagCheckBox (QWidget *parent, FlagCheckBoxController *controller, const QString &flagstr, const QString &description) | |
FlagCheckBox (QWidget *parent, FlagCheckBoxController *controller, const QString &flagstr, const QString &description, const QString &offstr) | |
FlagCheckBox (QWidget *parent, FlagCheckBoxController *controller, const QString &flagstr, const QString &description, const QString &offstr, const QString &defstr) | |
~FlagCheckBox () | |
Private Attributes | |
QString | flag |
QString | off |
QString | def |
bool | includeOff |
bool | useDef |
bool | defSet |
Constructor & Destructor Documentation
|
Definition at line 139 of file flagboxes.cpp. References FlagCheckBoxController::addCheckBox(), and FlagCheckBox(). Referenced by FlagCheckBox(). |
|
Definition at line 148 of file flagboxes.cpp. References FlagCheckBoxController::addCheckBox(), and FlagCheckBox(). |
|
Definition at line 157 of file flagboxes.cpp. References FlagCheckBoxController::addCheckBox(), and FlagCheckBox(). |
|
Definition at line 87 of file flagboxes.h. |
Member Data Documentation
|
Definition at line 93 of file flagboxes.h. Referenced by FlagCheckBoxController::readFlags(), and FlagCheckBoxController::writeFlags(). |
|
Definition at line 96 of file flagboxes.h. Referenced by FlagCheckBoxController::readFlags(). |
|
Definition at line 91 of file flagboxes.h. Referenced by FlagCheckBoxController::readFlags(), and FlagCheckBoxController::writeFlags(). |
|
Definition at line 94 of file flagboxes.h. Referenced by FlagCheckBoxController::readFlags(), and FlagCheckBoxController::writeFlags(). |
|
Definition at line 92 of file flagboxes.h. Referenced by FlagCheckBoxController::readFlags(), and FlagCheckBoxController::writeFlags(). |
|
Definition at line 95 of file flagboxes.h. Referenced by FlagCheckBoxController::readFlags(), and FlagCheckBoxController::writeFlags(). |
The documentation for this class was generated from the following files:
- lib/widgets/flagboxes.h
- lib/widgets/flagboxes.cpp