Doxygen
|
Section marker for obsolete options. More...
#include <src/configimpl.h>
Public Member Functions | |
ConfigObsolete (const char *name, OptionType orgType) | |
void | writeTemplate (TextStream &, bool, bool) override |
void | compareDoxyfile (TextStream &, Config::CompareMode) override |
void | writeXMLDoxyfile (TextStream &) override |
void | writeXSDDoxyfile (TextStream &) override |
void | substEnvVars () override |
OptionType | orgType () const |
StringVector * | valueListRef () |
QCString * | valueStringRef () |
void | markAsPresent () |
bool | isPresent () const |
Public Member Functions inherited from ConfigOption | |
ConfigOption (OptionType t) | |
OptionType | kind () const |
QCString | name () const |
QCString | docs () const |
QCString | dependsOn () const |
void | addDependency (const char *dep) |
void | setEncoding (const QCString &e) |
void | setUserComment (const QCString &u) |
Private Attributes | |
OptionType | m_orgType |
StringVector | m_listvalue |
QCString | m_valueString |
bool | m_present = false |
Additional Inherited Members | |
Public Types inherited from ConfigOption | |
enum | OptionType { O_Info , O_List , O_Enum , O_String , O_Int , O_Bool , O_Obsolete , O_Disabled } |
enum | { MAX_OPTION_LENGTH = 23 } |
Protected Member Functions inherited from ConfigOption | |
virtual void | convertStrToVal (Config::CompareMode) |
virtual void | emptyValueToDefault () |
virtual void | init () |
virtual bool | isDefault () |
void | writeBoolValue (TextStream &t, bool v, bool initSpace=true) |
void | writeIntValue (TextStream &t, int i, bool initSpace=true) |
void | writeStringValue (TextStream &t, const QCString &s, bool initSpace=true, bool wasQuoted=false) |
void | writeStringList (TextStream &t, const StringVector &l) |
Protected Attributes inherited from ConfigOption | |
QCString | m_spaces |
QCString | m_name |
QCString | m_doc |
QCString | m_dependency |
QCString | m_encoding |
QCString | m_userComment |
OptionType | m_kind |
Section marker for obsolete options.
Definition at line 283 of file configimpl.h.
|
inline |
Definition at line 286 of file configimpl.h.
References ConfigOption::ConfigOption(), ConfigOption::m_name, m_orgType, ConfigOption::name(), ConfigOption::O_Obsolete, and orgType().
|
inlineoverridevirtual |
|
inline |
Definition at line 297 of file configimpl.h.
References m_present.
Referenced by Config::updateObsolete().
|
inline |
|
inline |
Definition at line 293 of file configimpl.h.
References m_orgType.
Referenced by ConfigObsolete(), and Config::updateObsolete().
|
inlineoverridevirtual |
|
inline |
|
inline |
Definition at line 295 of file configimpl.h.
References m_valueString.
Referenced by updateAttribute(), and Config::updateObsolete().
|
overridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
private |
Definition at line 300 of file configimpl.h.
Referenced by valueListRef().
|
private |
Definition at line 299 of file configimpl.h.
Referenced by ConfigObsolete(), and orgType().
|
private |
Definition at line 302 of file configimpl.h.
Referenced by isPresent(), and markAsPresent().
|
private |
Definition at line 301 of file configimpl.h.
Referenced by valueStringRef().