MythTV
master
|
Go to the source code of this file.
Classes | |
struct | MythMutterCRTC |
struct | MythMutterOutput |
struct | MythMutterMode |
class | MythDisplayMutter |
A subclass of MythDisplay using the org.gnome.Mutter.DisplayConfig DBUS interface. More... | |
Macros | |
#define | DISP_CONFIG_SERVICE (QString("org.gnome.Mutter.DisplayConfig")) |
#define | DISP_CONFIG_PATH (QString("/org/gnome/Mutter/DisplayConfig")) |
#define | DISP_CONFIG_SIG (QString("ua(uxiiiiiuaua{sv})a(uxiausauaua{sv})a(uxuudu)ii")) |
Typedefs | |
using | MythMutterMap = QMap< QString, QDBusVariant > |
using | MythMutterProperty = QPair< QString, QDBusVariant > |
using | MythMutterProperties = QList< MythMutterProperty > |
using | MythMutterCRTCList = QList< MythMutterCRTC > |
using | MythMutterOutputList = QList< MythMutterOutput > |
using | MythMutterModeList = QList< MythMutterMode > |
#define DISP_CONFIG_SERVICE (QString("org.gnome.Mutter.DisplayConfig")) |
Definition at line 11 of file mythdisplaymutter.h.
#define DISP_CONFIG_PATH (QString("/org/gnome/Mutter/DisplayConfig")) |
Definition at line 12 of file mythdisplaymutter.h.
#define DISP_CONFIG_SIG (QString("ua(uxiiiiiuaua{sv})a(uxiausauaua{sv})a(uxuudu)ii")) |
Definition at line 13 of file mythdisplaymutter.h.
using MythMutterMap = QMap<QString,QDBusVariant> |
Definition at line 15 of file mythdisplaymutter.h.
using MythMutterProperty = QPair<QString,QDBusVariant> |
Definition at line 16 of file mythdisplaymutter.h.
using MythMutterProperties = QList<MythMutterProperty> |
Definition at line 17 of file mythdisplaymutter.h.
using MythMutterCRTCList = QList<MythMutterCRTC> |
Definition at line 64 of file mythdisplaymutter.h.
using MythMutterOutputList = QList<MythMutterOutput> |
Definition at line 67 of file mythdisplaymutter.h.
using MythMutterModeList = QList<MythMutterMode> |
Definition at line 70 of file mythdisplaymutter.h.
Q_DECLARE_METATYPE | ( | MythMutterCRTC | ) |
Q_DECLARE_METATYPE | ( | MythMutterCRTCList | ) |
Q_DECLARE_METATYPE | ( | MythMutterOutput | ) |
Q_DECLARE_METATYPE | ( | MythMutterOutputList | ) |
Q_DECLARE_METATYPE | ( | MythMutterMode | ) |
Q_DECLARE_METATYPE | ( | MythMutterModeList | ) |