Inheritance diagram for GameCVarEdit:Public Member Functions | |
| GameCVarEdit (GameCVar cvar, QWidget *parent) | |
| GameCVar | cvar () const |
| The set cvar with the current value(). | |
| bool | externalLabel () const |
| Return true if the cvar needs to be labelled by a separate label. | |
| void | setValue (const QVariant &value) |
| QVariant | value () const |
Definition at line 33 of file gamecvaredit.h.
| GameCVar GameCVarEdit::cvar | ( | ) | const |
The set cvar with the current value().
Definition at line 170 of file gamecvaredit.cpp.
| bool GameCVarEdit::externalLabel | ( | ) | const |
Return true if the cvar needs to be labelled by a separate label.
Definition at line 177 of file gamecvaredit.cpp.