Skip to main content

The ConfigObsolete Class Reference

Section marker for obsolete options. More...

Declaration

class ConfigObsolete { ... }

Included Headers

#include <src/configimpl.h>

Base class

classConfigOption

Abstract base class for any configuration option. More...

Public Constructors Index

ConfigObsolete (const char *name, OptionType orgType)

Public Member Functions Index

voidwriteTemplate (TextStream &, bool, bool) override
voidcompareDoxyfile (TextStream &, Config::CompareMode) override
voidwriteXMLDoxyfile (TextStream &) override
voidwriteXSDDoxyfile (TextStream &) override
voidsubstEnvVars () override
OptionTypeorgType () const
StringVector *valueListRef ()
QCString *valueStringRef ()
voidmarkAsPresent ()
boolisPresent () const

Private Member Attributes Index

OptionTypem_orgType
StringVectorm_listvalue
QCStringm_valueString
boolm_present = false

Description

Section marker for obsolete options.

Definition at line 284 of file configimpl.h.

Public Constructors

ConfigObsolete()

ConfigObsolete::ConfigObsolete (const char * name, OptionType orgType)
inline

Public Member Functions

compareDoxyfile()

void ConfigObsolete::compareDoxyfile (TextStream &, Config::CompareMode)
inline virtual

Definition at line 290 of file configimpl.h.

isPresent()

bool ConfigObsolete::isPresent ()
inline

Definition at line 298 of file configimpl.h.

298 bool isPresent() const { return m_present; }

Reference m_present.

Referenced by Config::updateObsolete.

markAsPresent()

void ConfigObsolete::markAsPresent ()
inline

Definition at line 297 of file configimpl.h.

297 void markAsPresent() { m_present = true; }

Reference m_present.

orgType()

OptionType ConfigObsolete::orgType ()
inline

Definition at line 294 of file configimpl.h.

294 OptionType orgType() const { return m_orgType; }

Reference m_orgType.

Referenced by ConfigObsolete and Config::updateObsolete.

substEnvVars()

void ConfigObsolete::substEnvVars ()
inline virtual

Definition at line 293 of file configimpl.h.

293 void substEnvVars() override {}

valueListRef()

StringVector * ConfigObsolete::valueListRef ()
inline

Definition at line 295 of file configimpl.h.

Reference m_listvalue.

valueStringRef()

QCString * ConfigObsolete::valueStringRef ()
inline

Definition at line 296 of file configimpl.h.

Reference m_valueString.

Referenced by updateAttribute and Config::updateObsolete.

writeTemplate()

void ConfigObsolete::writeTemplate (TextStream &, bool, bool)
virtual

Declaration at line 289 of file configimpl.h, definition at line 619 of file configimpl.l.

writeXMLDoxyfile()

void ConfigObsolete::writeXMLDoxyfile (TextStream &)
inline virtual

Definition at line 291 of file configimpl.h.

291 void writeXMLDoxyfile(TextStream &) override {}

writeXSDDoxyfile()

void ConfigObsolete::writeXSDDoxyfile (TextStream &)
inline virtual

Definition at line 292 of file configimpl.h.

292 void writeXSDDoxyfile(TextStream &) override {}

Private Member Attributes

m_listvalue

StringVector ConfigObsolete::m_listvalue

Definition at line 301 of file configimpl.h.

Referenced by valueListRef.

m_orgType

OptionType ConfigObsolete::m_orgType

Definition at line 300 of file configimpl.h.

Referenced by ConfigObsolete and orgType.

m_present

bool ConfigObsolete::m_present = false

Definition at line 303 of file configimpl.h.

303 bool m_present = false;

Referenced by isPresent and markAsPresent.

m_valueString

QCString ConfigObsolete::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.