KDecoration3
decorationsettings.h
39 Q_PROPERTY(bool onAllDesktopsAvailable READ isOnAllDesktopsAvailable NOTIFY onAllDesktopsAvailableChanged)
45 Q_PROPERTY(bool alphaChannelSupported READ isAlphaChannelSupported NOTIFY alphaChannelSupportedChanged)
50 Q_PROPERTY(bool closeOnDoubleClickOnMenu READ isCloseOnDoubleClickOnMenu NOTIFY closeOnDoubleClickOnMenuChanged)
54 Q_PROPERTY(QList<KDecoration3::DecorationButtonType> decorationButtonsLeft READ decorationButtonsLeft NOTIFY decorationButtonsLeftChanged)
58 Q_PROPERTY(QList<KDecoration3::DecorationButtonType> decorationButtonsRight READ decorationButtonsRight NOTIFY decorationButtonsRightChanged)
int smallSpacing
smallSpacing is the amount of spacing that should be used around smaller UI elements,...
Definition decorationsettings.h:78
bool onAllDesktopsAvailable
Whether the feature to put a DecoratedWindow on all desktops is available.
Definition decorationsettings.h:39
bool alphaChannelSupported
Whether the Decoration will be rendered with an alpha channel.
Definition decorationsettings.h:45
int gridUnit
The fundamental unit of space that should be used for sizes, expressed in pixels.
Definition decorationsettings.h:67
void reconfigured()
This signal is emitted when the backend got reconfigured.
bool closeOnDoubleClickOnMenu
Whether the Decoration should close the DecoratedWindow when double clicking on the DecorationButtonT...
Definition decorationsettings.h:50
int largeSpacing
largeSpacing is the amount of spacing that should be used inside bigger UI elements,...
Definition decorationsettings.h:86
QList< KDecoration3::DecorationButtonType > decorationButtonsRight
The suggested ordering of the decoration buttons on the right.
Definition decorationsettings.h:58
QList< KDecoration3::DecorationButtonType > decorationButtonsLeft
The suggested ordering of the decoration buttons on the left.
Definition decorationsettings.h:54
QFontMetricsF fontMetrics() const
The fontMetrics for the recommended font.
Definition decorationsettings.cpp:75
BorderSize
Border sizes are a combination of visual and accessibility features.
Definition decorationdefines.h:82
DecorationButtonType
The DecorationButtonType is a helper type for the DecorationButton.
Definition decorationdefines.h:17
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.