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

Public Types | |
enum | DpmsMode { On, Standby, Suspend, Off } |
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 | |
QPoint | globalPosition |
QString | manufacturer |
QString | model |
QSize | physicalSize |
QSize | pixelSize |
int | refreshRate |
int | scale |
![]() | |
objectName | |
Signals | |
void | currentModeChanged () |
void | dpmsModeChanged () |
void | dpmsModeRequested (KWayland::Server::OutputInterface::DpmsMode mode) |
void | dpmsSupportedChanged () |
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 | subPixelChanged (SubPixel) |
void | transformChanged (Transform) |
![]() | |
void | aboutToDestroyGlobal () |
Public Member Functions | |
void | addMode (const QSize &size, ModeFlags flags=ModeFlags(), int refreshRate=60000) |
QVector< wl_resource * > | clientResources (ClientConnection *client) const |
DpmsMode | dpmsMode () const |
QPoint | globalPosition () const |
bool | isDpmsSupported () const |
QString | manufacturer () const |
QString | model () const |
QList< Mode > | modes () const |
QSize | physicalSize () const |
QSize | pixelSize () const |
int | refreshRate () const |
int | scale () const |
void | setCurrentMode (const QSize &size, int refreshRate=60000) |
void | setDpmsMode (DpmsMode mode) |
void | setDpmsSupported (bool supported) |
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 | setSubPixel (SubPixel subPixel) |
void | setTransform (Transform transform) |
SubPixel | subPixel () const |
Transform | transform () 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 OutputInterface * | get (wl_resource *native) |
![]() | |
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
Global for the wl_output interface.
Definition at line 31 of file output_interface.h.
Member Function Documentation
◆ clientResources()
QVector< wl_resource * > KWayland::Server::OutputInterface::clientResources | ( | ClientConnection * | client | ) | const |
- Returns
- all wl_resources bound for the
client
- Since
- 5.27
Definition at line 506 of file output_interface.cpp.
◆ dpmsModeRequested
|
signal |
Change of dpms mode
is requested.
A server is free to ignore this request.
- Since
- 5.5
◆ setDpmsMode()
void KWayland::Server::OutputInterface::setDpmsMode | ( | OutputInterface::DpmsMode | mode | ) |
Sets the currently used dpms mode.
Default is DpmsMode::On
.
- Since
- 5.5
Definition at line 474 of file output_interface.cpp.
◆ setDpmsSupported()
void KWayland::Server::OutputInterface::setDpmsSupported | ( | bool | supported | ) |
Sets whether Dpms is supported for this output.
Default is false
.
- Since
- 5.5
Definition at line 484 of file output_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 Sun Jan 29 2023 03:54:10 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Jan 29 2023 03:54:10 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.