|
MythTV master
|
This is the complete list of members for MythAVTestCommandLineParser, including all inherited members.
| add(const QString &arg, const QString &name, bool def, QString help, QString longhelp) | MythCommandLineParser | |
| add(const QString &arg, const QString &name, int def, QString help, QString longhelp) | MythCommandLineParser | |
| add(const QString &arg, const QString &name, uint def, QString help, QString longhelp) | MythCommandLineParser | |
| add(const QString &arg, const QString &name, long long def, QString help, QString longhelp) | MythCommandLineParser | |
| add(const QString &arg, const QString &name, double def, QString help, QString longhelp) | MythCommandLineParser | |
| add(const QString &arg, const QString &name, const char *def, QString help, QString longhelp) | MythCommandLineParser | |
| add(const QString &arg, const QString &name, const QString &def, QString help, QString longhelp) | MythCommandLineParser | |
| add(const QString &arg, const QString &name, QSize def, QString help, QString longhelp) | MythCommandLineParser | |
| add(const QString &arg, const QString &name, const QDateTime &def, QString help, QString longhelp) | MythCommandLineParser | |
| add(const QString &arg, const QString &name, QMetaType::Type type, QString help, QString longhelp) | MythCommandLineParser | |
| add(const QString &arg, const QString &name, QMetaType::Type type, QVariant def, QString help, QString longhelp) | MythCommandLineParser | |
| add(QStringList arglist, const QString &name, bool def, QString help, QString longhelp) | MythCommandLineParser | |
| add(QStringList arglist, const QString &name, int def, QString help, QString longhelp) | MythCommandLineParser | |
| add(QStringList arglist, const QString &name, uint def, QString help, QString longhelp) | MythCommandLineParser | |
| add(QStringList arglist, const QString &name, long long def, QString help, QString longhelp) | MythCommandLineParser | |
| add(QStringList arglist, const QString &name, double def, QString help, QString longhelp) | MythCommandLineParser | |
| add(QStringList arglist, const QString &name, const char *def, QString help, QString longhelp) | MythCommandLineParser | |
| add(QStringList arglist, const QString &name, const QString &def, QString help, QString longhelp) | MythCommandLineParser | |
| add(QStringList arglist, const QString &name, QSize def, QString help, QString longhelp) | MythCommandLineParser | |
| add(QStringList arglist, const QString &name, const QDateTime &def, QString help, QString longhelp) | MythCommandLineParser | |
| add(QStringList arglist, const QString &name, QMetaType::Type type, QString help, QString longhelp) | MythCommandLineParser | |
| add(QStringList arglist, const QString &name, QMetaType::Type type, QVariant def, QString help, QString longhelp) | MythCommandLineParser | |
| addDaemon(void) | MythCommandLineParser | protected |
| addDisplay(void) | MythCommandLineParser | protected |
| addDVBv3(void) | MythCommandLineParser | protected |
| addGeometry(void) | MythCommandLineParser | protected |
| addHelp(void) | MythCommandLineParser | protected |
| addInFile(bool addOutFile=false) | MythCommandLineParser | protected |
| addJob(void) | MythCommandLineParser | protected |
| addLogging(const QString &defaultVerbosity="general", LogLevel_t defaultLogLevel=LOG_INFO) | MythCommandLineParser | protected |
| addMouse(void) | MythCommandLineParser | protected |
| addPIDFile(void) | MythCommandLineParser | protected |
| addPlatform(void) | MythCommandLineParser | protected |
| addRecording(void) | MythCommandLineParser | protected |
| addSettingsOverride(void) | MythCommandLineParser | protected |
| addUPnP(void) | MythCommandLineParser | protected |
| addVersion(void) | MythCommandLineParser | protected |
| addWindowed(void) | MythCommandLineParser | protected |
| allowArgs(bool allow=true) | MythCommandLineParser | protected |
| allowExtras(bool allow=true) | MythCommandLineParser | protected |
| allowPassthrough(bool allow=true) | MythCommandLineParser | protected |
| ApplySettingsOverride(void) | MythCommandLineParser | |
| ConfigureLogging(const QString &mask="general", bool progress=false) | MythCommandLineParser | |
| Daemonize(void) const | MythCommandLineParser | |
| GetAppName(void) const | MythCommandLineParser | inline |
| GetArgs(void) const | MythCommandLineParser | |
| GetExtra(void) const | MythCommandLineParser | |
| GetHelpHeader(void) const override | MythAVTestCommandLineParser | protectedvirtual |
| GetHelpString(void) const | MythCommandLineParser | |
| GetLogFilePath(void) | MythCommandLineParser | |
| GetLogLevel(void) const | MythCommandLineParser | |
| getOpt(int argc, const char *const *argv, int &argpos, QString &opt, QByteArray &val) | MythCommandLineParser | private |
| GetPassthrough(void) const | MythCommandLineParser | |
| GetSettingsOverride(void) | MythCommandLineParser | |
| GetSyslogFacility(void) const | MythCommandLineParser | |
| LoadArguments(void) override | MythAVTestCommandLineParser | virtual |
| m_appname | MythCommandLineParser | private |
| m_namedArgs | MythCommandLineParser | private |
| m_optionedArgs | MythCommandLineParser | private |
| m_overridesImported | MythCommandLineParser | private |
| m_passthroughActive | MythCommandLineParser | private |
| m_verbose | MythCommandLineParser | private |
| MythAVTestCommandLineParser() | MythAVTestCommandLineParser | |
| MythCommandLineParser(QString appname) | MythCommandLineParser | explicit |
| MythSplitCommandString(const QString &line) | MythCommandLineParser | static |
| NamedOptType(Result type) | MythCommandLineParser | static |
| operator[](const QString &name) | MythCommandLineParser | |
| Parse(int argc, const char *const *argv) | MythCommandLineParser | virtual |
| PrintHelp(void) const | MythCommandLineParser | |
| PrintVersion(void) | MythCommandLineParser | static |
| ReconcileLinks(void) | MythCommandLineParser | private |
| Result enum name | MythCommandLineParser | |
| SetValue(const QString &key, const QVariant &value) | MythCommandLineParser | |
| TestCommandLineParser | MythCommandLineParser | |
| toBool(const QString &key) const | MythCommandLineParser | |
| toDateTime(const QString &key) const | MythCommandLineParser | |
| toDouble(const QString &key) const | MythCommandLineParser | |
| toInt(const QString &key) const | MythCommandLineParser | |
| toLongLong(const QString &key) const | MythCommandLineParser | |
| toMap(const QString &key) const | MythCommandLineParser | |
| toSize(const QString &key) const | MythCommandLineParser | |
| toString(const QString &key) const | MythCommandLineParser | |
| toStringList(const QString &key, const QString &sep="") const | MythCommandLineParser | |
| toUInt(const QString &key) const | MythCommandLineParser | |
| ~MythCommandLineParser() | MythCommandLineParser | virtual |