|
MythTV master
|
#include <QtGlobal>#include <QString>#include <QByteArray>#include <QRegion>#include <QRect>#include <QSize>#include <chrono>#include <cstdio>#include <cstdlib>#include <vector>Go to the source code of this file.
Classes | |
| class | MHEG |
| class | MHRgba |
| class | MHContext |
| class | MHDLADisplay |
| class | MHTextDisplay |
| class | MHBitmapDisplay |
Macros | |
| #define | MHEG_PUBLIC Q_DECL_IMPORT |
| #define | MHLogAll (MHLogError|MHLogWarning|MHLogNotifications|MHLogScenes|MHLogActions|MHLogLinks|MHLogDetail) |
Typedefs | |
| using | MHPointVec = std::vector< int > |
Enumerations | |
| enum | MHLog : std::uint8_t { MHLogError = 1 , MHLogWarning = 2 , MHLogNotifications = 4 , MHLogScenes = 8 , MHLogActions = 16 , MHLogLinks = 32 , MHLogDetail = 64 } |
Functions | |
| MHEG_PUBLIC MHEG * | MHCreateEngine (MHContext *context) |
| MHEG_PUBLIC void | MHSetLogging (FILE *logStream, unsigned int logLevel) |
| #define MHEG_PUBLIC Q_DECL_IMPORT |
Definition at line 40 of file freemheg.h.
| #define MHLogAll (MHLogError|MHLogWarning|MHLogNotifications|MHLogScenes|MHLogActions|MHLogLinks|MHLogDetail) |
Definition at line 86 of file freemheg.h.
| using MHPointVec = std::vector<int> |
Definition at line 45 of file freemheg.h.
| enum MHLog : std::uint8_t |
| Enumerator | |
|---|---|
| MHLogError | |
| MHLogWarning | |
| MHLogNotifications | |
| MHLogScenes | |
| MHLogActions | |
| MHLogLinks | |
| MHLogDetail | |
Definition at line 76 of file freemheg.h.
| MHEG_PUBLIC MHEG * MHCreateEngine | ( | MHContext * | context | ) |
Definition at line 44 of file Engine.cpp.
| MHEG_PUBLIC void MHSetLogging | ( | FILE * | logStream, |
| unsigned int | logLevel | ||
| ) |
Definition at line 1535 of file Engine.cpp.