MythTV
master
|
#include <array>
#include <csignal>
#include <sys/select.h>
#include <QObject>
#include <QString>
#include <QStringList>
#include <QMap>
#include <QList>
#include <QBuffer>
#include <QWaitCondition>
#include <QMutex>
#include <QPointer>
#include "mythsystemprivate.h"
#include "mythbaseexp.h"
#include "mythchrono.h"
#include "mythsystemlegacy.h"
#include "mthread.h"
Go to the source code of this file.
Classes | |
class | MythSystemLegacyIOHandler |
class | MythSystemLegacyManager |
class | MythSystemLegacySignalManager |
class | MythSystemLegacyUnix |
Typedefs | |
using | MSMap_t = QMap< pid_t, QPointer< MythSystemLegacyUnix > > |
using | PMap_t = QMap< int, QBuffer * > |
using | MSList_t = QList< QPointer< MythSystemLegacyUnix > > |
using MSMap_t = QMap<pid_t, QPointer<MythSystemLegacyUnix> > |
Definition at line 28 of file mythsystemunix.h.
using PMap_t = QMap<int, QBuffer *> |
Definition at line 29 of file mythsystemunix.h.
using MSList_t = QList<QPointer<MythSystemLegacyUnix> > |
Definition at line 30 of file mythsystemunix.h.