MythTV
master
mythtv
programs
mythutil
mythutil_commandlineparser.h
Go to the documentation of this file.
1
#ifndef COMMANDLINEPARSER_H_
2
#define COMMANDLINEPARSER_H_
3
4
#include <QString>
5
6
#include "
libmythbase/mythcommandlineparser.h
"
7
8
class
MythUtilCommandLineParser
:
public
MythCommandLineParser
9
{
10
public
:
11
MythUtilCommandLineParser
();
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
Generated on Mon Nov 25 2024 03:16:20 for MythTV by
1.8.17