AddKeyword(const QString &keyword) | CommandLineArg | inline |
AllowOneOf(const QList< CommandLineArg * > &args) | CommandLineArg | static |
CleanupLinks(void) | CommandLineArg | private |
CommandLineArg(const QString &name, QMetaType::Type type, QVariant def, QString help, QString longhelp) | CommandLineArg | |
CommandLineArg(const QString &name, QMetaType::Type type, QVariant def) | CommandLineArg | |
CommandLineArg(const QString &name) | CommandLineArg | explicit |
Convert(void) | CommandLineArg | private |
DecrRef(void) | ReferenceCounter | virtual |
GetHelpString(int off, const QString &group="", bool force=false) const | CommandLineArg | |
GetKeywordLength(void) const | CommandLineArg | |
GetKeywordString(void) const | CommandLineArg | private |
GetLongHelpString(QString keyword) const | CommandLineArg | |
GetName(void) const | CommandLineArg | inline |
GetPreferredKeyword(void) const | CommandLineArg | private |
GetUsedKeyword(void) const | CommandLineArg | inline |
IncrRef(void) | ReferenceCounter | virtual |
m_blocks | CommandLineArg | private |
m_children | CommandLineArg | private |
m_converted | CommandLineArg | private |
m_default | CommandLineArg | private |
m_deprecated | CommandLineArg | private |
m_given | CommandLineArg | private |
m_group | CommandLineArg | private |
m_help | CommandLineArg | private |
m_keywords | CommandLineArg | private |
m_logDebug | ReferenceCounter | protected |
m_longhelp | CommandLineArg | private |
m_name | CommandLineArg | private |
m_parents | CommandLineArg | private |
m_referenceCount | ReferenceCounter | protected |
m_removed | CommandLineArg | private |
m_removedversion | CommandLineArg | private |
m_requiredby | CommandLineArg | private |
m_requires | CommandLineArg | private |
m_stored | CommandLineArg | private |
m_type | CommandLineArg | private |
m_usedKeyword | CommandLineArg | private |
MythCommandLineParser class | CommandLineArg | friend |
PrintDebug(void) | ReferenceCounter | static |
PrintDeprecatedWarning(QString &keyword) const | CommandLineArg | private |
PrintRemovedWarning(QString &keyword) const | CommandLineArg | private |
PrintVerbose(void) const | CommandLineArg | |
ReferenceCounter(const QString &debugName, bool logDebug=true) | ReferenceCounter | explicit |
Set(const QString &opt) | CommandLineArg | |
Set(const QString &opt, const QByteArray &val) | CommandLineArg | |
Set(const QVariant &val) | CommandLineArg | inline |
SetBlocks(const QString &opt) | CommandLineArg | |
SetBlocks(const QStringList &opts) | CommandLineArg | |
SetBlocks(CommandLineArg *other, bool forward=true) | CommandLineArg | private |
SetChild(const QString &opt) | CommandLineArg | |
SetChild(const QStringList &opt) | CommandLineArg | |
SetChildOf(const QString &opt) | CommandLineArg | |
SetChildOf(const QStringList &opts) | CommandLineArg | |
SetChildOf(CommandLineArg *other, bool forward=true) | CommandLineArg | private |
SetDeprecated(QString depstr="") | CommandLineArg | |
SetGroup(const QString &group) | CommandLineArg | inline |
SetParent(const QString &opt) | CommandLineArg | |
SetParent(const QStringList &opts) | CommandLineArg | |
SetParentOf(const QString &opt) | CommandLineArg | |
SetParentOf(const QStringList &opts) | CommandLineArg | |
SetParentOf(CommandLineArg *other, bool forward=true) | CommandLineArg | private |
SetRemoved(QString remstr="", QString remver="") | CommandLineArg | |
SetRequiredChild(const QString &opt) | CommandLineArg | |
SetRequiredChild(const QStringList &opt) | CommandLineArg | |
SetRequiredChildOf(const QString &opt) | CommandLineArg | |
SetRequiredChildOf(const QStringList &opt) | CommandLineArg | |
SetRequires(const QString &opt) | CommandLineArg | |
SetRequires(const QStringList &opts) | CommandLineArg | |
SetRequires(CommandLineArg *other, bool forward=true) | CommandLineArg | private |
TestLinks(void) const | CommandLineArg | private |
~CommandLineArg() override=default | CommandLineArg | |
~ReferenceCounter(void) | ReferenceCounter | protectedvirtual |