KDecoration3
decoratedwindow.h
33 * The DecoratedWindow only exports properties, it does not provide any means to change the state.
73 * Whether the DecoratedWindow is maximized horizontally. A horizontally maximized DecoratedWindow
76 Q_PROPERTY(bool maximizedHorizontally READ isMaximizedHorizontally NOTIFY maximizedHorizontallyChanged)
81 Q_PROPERTY(bool maximizedVertically READ isMaximizedVertically NOTIFY maximizedVerticallyChanged)
83 * Whether the DecoratedWindow is set to be kept above other DecoratedWindows. There can be multiple
88 * Whether the DecoratedWindow is set to be kept below other DecoratedWindows. There can be multiple
152 Q_PROPERTY(Qt::Edges adjacentScreenEdges READ adjacentScreenEdges NOTIFY adjacentScreenEdgesChanged)
163 Q_PROPERTY(bool applicationMenuActive READ isApplicationMenuActive NOTIFY applicationMenuActiveChanged)
bool onAllDesktops
Whether the DecoratedWindow is on all desktops or on just one.
Definition decoratedwindow.h:56
bool maximizedHorizontally
Whether the DecoratedWindow is maximized horizontally.
Definition decoratedwindow.h:76
bool isApplicationMenuActive() const
Whether the application menu for this DecoratedWindow is currently shown to the user The Decoration c...
Definition decoratedwindow.cpp:148
bool hasApplicationMenu
Whether the DecoratedWindow has an application menu.
Definition decoratedwindow.h:157
void showApplicationMenu(int actionId)
Request the application menu to be shown to the user.
Definition decoratedwindow.cpp:168
QColor color(QPalette::ColorGroup group, QPalette::ColorRole role) const
Used to get colors in QPalette.
Definition decoratedwindow.cpp:158
Qt::Edges adjacentScreenEdges
The Edges which are adjacent to a screen edge.
Definition decoratedwindow.h:152
bool applicationMenuActive
Whether the application menu for this DecoratedWindow is currently shown to the user The Decoration c...
Definition decoratedwindow.h:163
qreal nextScale
The next scale this decorated window is going to target.
Definition decoratedwindow.h:175
KDecoration3::Decoration * decoration
The Decoration of this DecoratedWindow.
Definition decoratedwindow.h:44
bool providesContextHelp
Whether the DecoratedWindow provides context help.
Definition decoratedwindow.h:112
bool keepAbove
Whether the DecoratedWindow is set to be kept above other DecoratedWindows.
Definition decoratedwindow.h:86
bool active
Whether the DecoratedWindow is active (has focus) or is inactive.
Definition decoratedwindow.h:48
bool maximizedVertically
Whether the DecoratedWindow is maximized vertically.
Definition decoratedwindow.h:81
bool keepBelow
Whether the DecoratedWindow is set to be kept below other DecoratedWindows.
Definition decoratedwindow.h:91
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
Q_SIGNALSQ_SIGNALS
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:56:48 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:56:48 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.