|
MythTV master
|
#include <QDBusArgument>#include <QDBusInterface>#include <QDBusMetaType>#include <QDBusReply>#include <QDBusVariant>#include <QObject>#include "mythdisplay.h"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_PATH (QString("/org/gnome/Mutter/DisplayConfig")) |
Definition at line 16 of file mythdisplaymutter.h.
| #define DISP_CONFIG_SERVICE (QString("org.gnome.Mutter.DisplayConfig")) |
Definition at line 15 of file mythdisplaymutter.h.
| #define DISP_CONFIG_SIG (QString("ua(uxiiiiiuaua{sv})a(uxiausauaua{sv})a(uxuudu)ii")) |
Definition at line 17 of file mythdisplaymutter.h.
| using MythMutterCRTCList = QList<MythMutterCRTC> |
Definition at line 68 of file mythdisplaymutter.h.
| using MythMutterMap = QMap<QString,QDBusVariant> |
Definition at line 19 of file mythdisplaymutter.h.
| using MythMutterModeList = QList<MythMutterMode> |
Definition at line 74 of file mythdisplaymutter.h.
| using MythMutterOutputList = QList<MythMutterOutput> |
Definition at line 71 of file mythdisplaymutter.h.
| using MythMutterProperties = QList<MythMutterProperty> |
Definition at line 21 of file mythdisplaymutter.h.
| using MythMutterProperty = QPair<QString,QDBusVariant> |
Definition at line 20 of file mythdisplaymutter.h.
| Q_DECLARE_METATYPE | ( | MythMutterCRTC | ) |
| Q_DECLARE_METATYPE | ( | MythMutterCRTCList | ) |
| Q_DECLARE_METATYPE | ( | MythMutterMode | ) |
| Q_DECLARE_METATYPE | ( | MythMutterModeList | ) |
| Q_DECLARE_METATYPE | ( | MythMutterOutput | ) |
| Q_DECLARE_METATYPE | ( | MythMutterOutputList | ) |