#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 () |
Definition at line 223 of file config.h.
ConfigInt::ConfigInt | ( | const char * | name, | |
const char * | doc, | |||
int | minVal, | |||
int | maxVal, | |||
int | defVal | |||
) | [inline] |
void ConfigInt::convertStrToVal | ( | ) | [virtual] |
Reimplemented from ConfigOption.
Definition at line 742 of file config.cpp.
References config_warn(), and ConfigOption::m_name.
void ConfigInt::substEnvVars | ( | ) | [virtual] |
void ConfigInt::writeTemplate | ( | QTextStream & | t, | |
bool | sl, | |||
bool | upd | |||
) | [inline, virtual] |
Implements ConfigOption.
Definition at line 242 of file config.h.
References ConfigOption::convertToComment(), ConfigOption::m_doc, ConfigOption::m_name, ConfigOption::m_spaces, ConfigOption::MAX_OPTION_LENGTH, ConfigOption::writeIntValue(), and ConfigOption::writeStringValue().
void ConfigInt::init | ( | ) | [inline, virtual] |