KWayland::Server::OutputDeviceInterface
Public Types |
Properties |
Signals |
Public Member Functions |
Static Public Member Functions |
List of all members
KWayland::Server::OutputDeviceInterface Class Reference
#include <outputdevice_interface.h>
Inheritance diagram for KWayland::Server::OutputDeviceInterface:

Public Types | |
enum | Enablement { Disabled = 0, Enabled = 1 } |
enum | ModeFlag { Current = 1, Preferred = 2 } |
typedef QFlags< ModeFlag > | ModeFlags |
enum | SubPixel { Unknown, None, HorizontalRGB, HorizontalBGR, VerticalRGB, VerticalBGR } |
enum | Transform { Normal, Rotated90, Rotated180, Rotated270, Flipped, Flipped90, Flipped180, Flipped270 } |
Properties | |
QByteArray | edid |
QString | eisaId |
OutputDeviceInterface::Enablement | enabled |
QPoint | globalPosition |
QString | manufacturer |
QString | model |
QSize | physicalSize |
QSize | pixelSize |
int | refreshRate |
qreal | scale |
QString | serialNumber |
QByteArray | uuid |
![]() | |
objectName | |
Signals | |
void | colorCurvesChanged (ColorCurves) |
void | currentModeChanged () |
void | edidChanged () |
void | eisaIdChanged (const QString &) |
void | enabledChanged () |
void | globalPositionChanged (const QPoint &) |
void | manufacturerChanged (const QString &) |
void | modelChanged (const QString &) |
void | modesChanged () |
void | physicalSizeChanged (const QSize &) |
void | pixelSizeChanged (const QSize &) |
void | refreshRateChanged (int) |
void | scaleChanged (int) |
void | scaleFChanged (qreal) |
void | serialNumberChanged (const QString &) |
void | subPixelChanged (SubPixel) |
void | transformChanged (Transform) |
void | uuidChanged () |
![]() | |
void | aboutToDestroyGlobal () |
Public Member Functions | |
void | addMode (Mode &mode) |
ColorCurves | colorCurves () const |
int | currentModeId () const |
QByteArray | edid () const |
QString | eisaId () const |
OutputDeviceInterface::Enablement | enabled () const |
QPoint | globalPosition () const |
QString | manufacturer () const |
QString | model () const |
QList< Mode > | modes () const |
QSize | physicalSize () const |
QSize | pixelSize () const |
int | refreshRate () const |
int | scale () const |
qreal | scaleF () const |
QString | serialNumber () const |
void | setColorCurves (const ColorCurves &colorCurves) |
void | setCurrentMode (const int modeId) |
void | setEdid (const QByteArray &edid) |
void | setEisaId (const QString &eisaId) |
void | setEnabled (OutputDeviceInterface::Enablement enabled) |
void | setGlobalPosition (const QPoint &pos) |
void | setManufacturer (const QString &manufacturer) |
void | setModel (const QString &model) |
void | setPhysicalSize (const QSize &size) |
void | setScale (int scale) |
void | setScaleF (qreal scale) |
void | setSerialNumber (const QString &serialNumber) |
void | setSubPixel (SubPixel subPixel) |
void | setTransform (Transform transform) |
void | setUuid (const QByteArray &uuid) |
SubPixel | subPixel () const |
Transform | transform () const |
QByteArray | uuid () const |
![]() | |
void | create () |
void | destroy () |
Display * | display () |
bool | isValid () const |
operator wl_global * () | |
operator wl_global * () const | |
![]() | |
QObject (QObject *parent) | |
bool | blockSignals (bool block) |
const QObjectList & | children () const const |
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const const |
void | deleteLater () |
void | destroyed (QObject *obj) |
bool | disconnect (const char *signal, const QObject *receiver, const char *method) const const |
bool | disconnect (const QObject *receiver, const char *method) const const |
void | dumpObjectInfo () |
void | dumpObjectInfo () const const |
void | dumpObjectTree () |
void | dumpObjectTree () const const |
QList< QByteArray > | dynamicPropertyNames () const const |
virtual bool | event (QEvent *e) |
virtual bool | eventFilter (QObject *watched, QEvent *event) |
T | findChild (const QString &name, Qt::FindChildOptions options) const const |
QList< T > | findChildren (const QRegExp ®Exp, Qt::FindChildOptions options) const const |
QList< T > | findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const const |
QList< T > | findChildren (const QString &name, Qt::FindChildOptions options) const const |
bool | inherits (const char *className) const const |
void | installEventFilter (QObject *filterObj) |
bool | isWidgetType () const const |
bool | isWindowType () const const |
void | killTimer (int id) |
virtual const QMetaObject * | metaObject () const const |
void | moveToThread (QThread *targetThread) |
QString | objectName () const const |
void | objectNameChanged (const QString &objectName) |
QObject * | parent () const const |
QVariant | property (const char *name) const const |
Q_CLASSINFO (Name, Value) | |
Q_DISABLE_COPY (Class) | |
Q_DISABLE_COPY_MOVE (Class) | |
Q_DISABLE_MOVE (Class) | |
Q_EMIT Q_EMIT | |
Q_ENUM (...) | |
Q_ENUM_NS (...) | |
Q_ENUMS (...) | |
Q_FLAG (...) | |
Q_FLAG_NS (...) | |
Q_FLAGS (...) | |
Q_GADGET Q_GADGET | |
Q_INTERFACES (...) | |
Q_INVOKABLE Q_INVOKABLE | |
Q_NAMESPACE Q_NAMESPACE | |
Q_NAMESPACE_EXPORT (EXPORT_MACRO) | |
Q_OBJECT Q_OBJECT | |
Q_PROPERTY (...) | |
Q_REVISION Q_REVISION | |
Q_SET_OBJECT_NAME (Object) | |
Q_SIGNAL Q_SIGNAL | |
Q_SIGNALS Q_SIGNALS | |
Q_SLOT Q_SLOT | |
Q_SLOTS Q_SLOTS | |
T | qFindChild (const QObject *obj, const QString &name) |
QList< T > | qFindChildren (const QObject *obj, const QRegExp ®Exp) |
QList< T > | qFindChildren (const QObject *obj, const QString &name) |
T | qobject_cast (const QObject *object) |
T | qobject_cast (QObject *object) |
QT_NO_NARROWING_CONVERSIONS_IN_CONNECT QT_NO_NARROWING_CONVERSIONS_IN_CONNECT | |
void | removeEventFilter (QObject *obj) |
void | setObjectName (const QString &name) |
void | setParent (QObject *parent) |
bool | setProperty (const char *name, const QVariant &value) |
bool | signalsBlocked () const const |
int | startTimer (int interval, Qt::TimerType timerType) |
int | startTimer (std::chrono::milliseconds time, Qt::TimerType timerType) |
QThread * | thread () const const |
Static Public Member Functions | |
static OutputDeviceInterface * | get (wl_resource *native) |
static QList< OutputDeviceInterface * > | list () |
![]() | |
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
QMetaObject::Connection | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) |
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) |
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, Functor functor) |
bool | disconnect (const QMetaObject::Connection &connection) |
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
bool | disconnect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) |
QString | tr (const char *sourceText, const char *disambiguation, int n) |
QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
Additional Inherited Members | |
![]() | |
typedef | QObjectList |
![]() | |
Global (Private *d, QObject *parent=nullptr) | |
![]() | |
virtual void | childEvent (QChildEvent *event) |
virtual void | connectNotify (const QMetaMethod &signal) |
virtual void | customEvent (QEvent *event) |
virtual void | disconnectNotify (const QMetaMethod &signal) |
bool | isSignalConnected (const QMetaMethod &signal) const const |
int | receivers (const char *signal) const const |
QObject * | sender () const const |
int | senderSignalIndex () const const |
virtual void | timerEvent (QTimerEvent *event) |
![]() | |
QScopedPointer< Private > | d |
Detailed Description
Represents an output device, the difference to Output is that this output can be disabled, so not currently used to display content.
- See also
- OutputManagementInterface
- Since
- 5.5
Definition at line 33 of file outputdevice_interface.h.
Member Function Documentation
◆ addMode()
void KWayland::Server::OutputDeviceInterface::addMode | ( | Mode & | mode | ) |
Add an additional mode to this output device.
This is only allowed before create() is called on the object.
- Parameters
-
mode must have a valid size and non-negative id.
Definition at line 184 of file outputdevice_interface.cpp.
◆ scale()
int KWayland::Server::OutputDeviceInterface::scale | ( | ) | const |
- Deprecated:
- Since 5.50, use scaleF()
◆ scaleChanged
|
signal |
- Deprecated:
- Since 5.50, use scaleFChanged(qreal)
◆ scaleF()
qreal KWayland::Server::OutputDeviceInterface::scaleF | ( | ) | const |
- Since
- 5.50
Definition at line 571 of file outputdevice_interface.cpp.
◆ scaleFChanged
|
signal |
- Since
- 5.50
◆ setScale()
void KWayland::Server::OutputDeviceInterface::setScale | ( | int | scale | ) |
- Deprecated:
- Since 5.50, use setScale(qreal)
Definition at line 507 of file outputdevice_interface.cpp.
◆ setScaleF()
void KWayland::Server::OutputDeviceInterface::setScaleF | ( | qreal | scale | ) |
- Since
- 5.50
Definition at line 518 of file outputdevice_interface.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 6 2023 03:55:52 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 6 2023 03:55:52 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.