MythTV  master
mythfilerecorder_commandlineparser.h
Go to the documentation of this file.
1 
2 #include <QString>
3 
5 
7 {
8  public:
10  void LoadArguments(void) override; // MythCommandLineParser
11  protected:
12  QString GetHelpHeader(void) const override; // MythCommandLineParser
13 };
14 
MythFileRecorderCommandLineParser::GetHelpHeader
QString GetHelpHeader(void) const override
Definition: mythfilerecorder_commandlineparser.cpp:10
MythFileRecorderCommandLineParser::LoadArguments
void LoadArguments(void) override
Definition: mythfilerecorder_commandlineparser.cpp:16
MythCommandLineParser
Parent class for defining application command line parsers.
Definition: mythcommandlineparser.h:116
MythFileRecorderCommandLineParser
Definition: mythfilerecorder_commandlineparser.h:6
MythFileRecorderCommandLineParser::MythFileRecorderCommandLineParser
MythFileRecorderCommandLineParser()
Definition: mythfilerecorder_commandlineparser.cpp:6
mythcommandlineparser.h