MythTV
master
|
#include <windows.h>
#include <csignal>
#include <QWaitCondition>
#include <QBuffer>
#include <QObject>
#include <QMutex>
#include <QList>
#include <QMap>
#include "mythsystemprivate.h"
#include "mythbaseexp.h"
#include "mythsystemlegacy.h"
#include "mthread.h"
Go to the source code of this file.
Classes | |
class | MythSystemLegacyIOHandler |
class | MythSystemLegacyManager |
class | MythSystemLegacySignalManager |
class | MythSystemLegacyWindows |
Typedefs | |
using | MSMap_t = QMap< HANDLE, MythSystemLegacyWindows * > |
using | PMap_t = QMap< HANDLE, QBuffer * > |
using | MSList_t = QList< MythSystemLegacyWindows * > |
using MSMap_t = QMap<HANDLE, MythSystemLegacyWindows *> |
Definition at line 23 of file mythsystemwindows.h.
using PMap_t = QMap<HANDLE, QBuffer *> |
Definition at line 24 of file mythsystemwindows.h.
using MSList_t = QList<MythSystemLegacyWindows *> |
Definition at line 25 of file mythsystemwindows.h.