ConfigInt Class Reference
Option of the integer type. More...
#include <config.h>
Inheritance diagram for ConfigInt:


Public Member Functions | |
ConfigInt (const char *name, const char *doc, int minVal, int maxVal, int defVal) | |
QCString * | valueStringRef () |
int * | valueRef () |
int | minVal () const |
int | maxVal () const |
void | convertStrToVal () |
void | substEnvVars () |
void | writeTemplate (QTextStream &t, bool sl, bool upd) |
void | init () |
Private Attributes | |
int | m_value |
int | m_defValue |
int | m_minVal |
int | m_maxVal |
QCString | m_valueString |
Detailed Description
Option of the integer type.
Definition at line 220 of file config.h.
Constructor & Destructor Documentation
|
Definition at line 223 of file config.h. References m_defValue, m_maxVal, m_minVal, and m_value. |
Member Function Documentation
|
Reimplemented from ConfigOption. Definition at line 659 of file config.cpp. References config_warn(), m_value, and m_valueString. |
|
Reimplemented from ConfigOption. Definition at line 258 of file config.h. References m_value. |
|
|
|
|
|
Implements ConfigOption. |
|
|
|
|
|
Implements ConfigOption. Definition at line 239 of file config.h. References ConfigOption::convertToComment(), m_value, m_valueString, ConfigOption::writeIntValue(), and ConfigOption::writeStringValue(). |
Member Data Documentation
|
Definition at line 261 of file config.h. Referenced by ConfigInt(). |
|
Definition at line 263 of file config.h. Referenced by ConfigInt(). |
|
Definition at line 262 of file config.h. Referenced by ConfigInt(). |
|
Definition at line 260 of file config.h. Referenced by ConfigInt(), convertStrToVal(), init(), and writeTemplate(). |
|
Definition at line 264 of file config.h. Referenced by convertStrToVal(), and writeTemplate(). |
The documentation for this class was generated from the following files:
- parts/doxygen/config.h
- parts/doxygen/config.cpp