MythTV  master
mythccextractor_commandlineparser.h
Go to the documentation of this file.
1 // -*- Mode: c++ -*-
2 
3 #ifndef MYTH_CCEXTRACTOR_COMMAND_LINE_PARSER_H
4 #define MYTH_CCEXTRACTOR_COMMAND_LINE_PARSER_H
5 
7 
9 {
10  public:
12  void LoadArguments(void) override; // MythCommandLineParser
13  protected:
14  QString GetHelpHeader(void) const override; // MythCommandLineParser
15 };
16 
17 #endif // MYTH_CCEXTRACTOR_COMMAND_LINE_PARSER_H
18 
19 /* vim: set expandtab tabstop=4 shiftwidth=4: */
MythCommandLineParser
Parent class for defining application command line parsers.
Definition: mythcommandlineparser.h:116
MythCCExtractorCommandLineParser::MythCCExtractorCommandLineParser
MythCCExtractorCommandLineParser()
Definition: mythccextractor_commandlineparser.cpp:4
MythCCExtractorCommandLineParser::LoadArguments
void LoadArguments(void) override
Definition: mythccextractor_commandlineparser.cpp:10
MythCCExtractorCommandLineParser::GetHelpHeader
QString GetHelpHeader(void) const override
Definition: mythccextractor_commandlineparser.cpp:22
mythcommandlineparser.h
MythCCExtractorCommandLineParser
Definition: mythccextractor_commandlineparser.h:8