MythTV  master
mythutil_commandlineparser.h
Go to the documentation of this file.
1 #ifndef COMMANDLINEPARSER_H_
2 #define COMMANDLINEPARSER_H_
3 
4 #include <QString>
5 
7 
9 {
10  public:
12  void LoadArguments(void) override; // MythCommandLineParser
13  protected:
14  QString GetHelpHeader(void) const override; // MythCommandLineParser
15 };
16 
17 #endif
18 
MythCommandLineParser
Parent class for defining application command line parsers.
Definition: mythcommandlineparser.h:116
MythUtilCommandLineParser::LoadArguments
void LoadArguments(void) override
Definition: mythutil_commandlineparser.cpp:11
MythUtilCommandLineParser
Definition: mythutil_commandlineparser.h:8
MythUtilCommandLineParser::GetHelpHeader
QString GetHelpHeader(void) const override
Definition: mythutil_commandlineparser.cpp:300
MythUtilCommandLineParser::MythUtilCommandLineParser
MythUtilCommandLineParser()
Definition: mythutil_commandlineparser.cpp:7
mythcommandlineparser.h