MythTV  master
Typedefs | Functions
mythutil.h File Reference
#include <QMap>
#include <QString>
#include "libmythbase/programinfo.h"
#include "mythutil_commandlineparser.h"
Include dependency graph for mythutil.h:
This graph shows which files directly or indirectly include this file:

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)
 

Typedef Documentation

◆ UtilFunc

using UtilFunc = int (*)(const MythUtilCommandLineParser &cmdline)

Definition at line 14 of file mythutil.h.

◆ UtilMap

using UtilMap = QMap<QString, UtilFunc>

Definition at line 15 of file mythutil.h.

Function Documentation

◆ GetProgramInfo()

bool GetProgramInfo ( const MythUtilCommandLineParser cmdline,
ProgramInfo pginfo 
)