The ConfigObsolete
Class Reference
Section marker for obsolete options. More...
Declaration
Included Headers
Base class
class | ConfigOption |
Abstract base class for any configuration option. More... | |
Public Constructors Index
ConfigObsolete (const char *name, OptionType orgType) | |
Public Member Functions Index
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 |
Private Member Attributes Index
OptionType | m_orgType |
StringVector | m_listvalue |
QCString | m_valueString |
bool | m_present = false |
Description
Section marker for obsolete options.
Definition at line 284 of file configimpl.h.
Public Constructors
ConfigObsolete()
| inline |
Definition at line 287 of file configimpl.h.
References ConfigOption::ConfigOption, ConfigOption::m_name, m_orgType, ConfigOption::name, ConfigOption::O_Obsolete and orgType.
Public Member Functions
compareDoxyfile()
| inline virtual |
Definition at line 290 of file configimpl.h.
isPresent()
| inline |
Definition at line 298 of file configimpl.h.
Reference m_present.
Referenced by Config::updateObsolete.
markAsPresent()
| inline |
Definition at line 297 of file configimpl.h.
Reference m_present.
orgType()
| inline |
Definition at line 294 of file configimpl.h.
Reference m_orgType.
Referenced by ConfigObsolete and Config::updateObsolete.
substEnvVars()
| inline virtual |
Definition at line 293 of file configimpl.h.
valueListRef()
| inline |
Definition at line 295 of file configimpl.h.
Reference m_listvalue.
valueStringRef()
| inline |
Definition at line 296 of file configimpl.h.
Reference m_valueString.
Referenced by updateAttribute and Config::updateObsolete.
writeTemplate()
| virtual |
Declaration at line 289 of file configimpl.h, definition at line 619 of file configimpl.l.
writeXMLDoxyfile()
| inline virtual |
Definition at line 291 of file configimpl.h.
writeXSDDoxyfile()
| inline virtual |
Definition at line 292 of file configimpl.h.
Private Member Attributes
m_listvalue
|
Definition at line 301 of file configimpl.h.
Referenced by valueListRef.
m_orgType
|
Definition at line 300 of file configimpl.h.
Referenced by ConfigObsolete and orgType.
m_present
|
Definition at line 303 of file configimpl.h.
Referenced by isPresent and markAsPresent.
m_valueString
|
Definition at line 302 of file configimpl.h.
Referenced by valueStringRef.
The documentation for this class was generated from the following files:
Generated via doxygen2docusaurus by Doxygen 1.14.0.