MythTV
master
|
#include <QMap>
#include <QString>
#include "libmythbase/programinfo.h"
#include "mythutil_commandlineparser.h"
Go to the source code of this file.
Typedefs | |
using | UtilFunc = int(*)(const MythUtilCommandLineParser &cmdline) |
using | UtilMap = QMap< QString, UtilFunc > |
Functions | |
bool | GetProgramInfo (const MythUtilCommandLineParser &cmdline, ProgramInfo &pginfo) |
using UtilFunc = int (*)(const MythUtilCommandLineParser &cmdline) |
Definition at line 14 of file mythutil.h.
Definition at line 15 of file mythutil.h.
bool GetProgramInfo | ( | const MythUtilCommandLineParser & | cmdline, |
ProgramInfo & | pginfo | ||
) |
Definition at line 32 of file mythutil.cpp.
Referenced by ClearBookmarks(), ClearSeekTable(), CopySkipListToCutList(), GetMarkup(), GetMarkupList(), QueueJob(), SetMarkup(), and SetMarkupList().