MythTV
master
programs
mythccextractor
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
6
#include "
mythcommandlineparser.h
"
7
8
class
MythCCExtractorCommandLineParser
:
public
MythCommandLineParser
9
{
10
public
:
11
MythCCExtractorCommandLineParser
();
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:115
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
Generated on Sat Jan 16 2021 03:18:09 for MythTV by
1.8.17