Libplasma
popupplasmawindow.h
31 Q_PROPERTY(QQuickItem *visualParent READ visualParent WRITE setVisualParent NOTIFY visualParentChanged)
36 Q_PROPERTY(Qt::Edge popupDirection READ popupDirection WRITE setPopupDirection NOTIFY popupDirectionChanged)
43 Q_PROPERTY(Qt::Edge effectivePopupDirection READ effectivePopupDirection NOTIFY effectivePopupDirectionChanged)
56 * Defines which borders should be enabled/disabled when the popup is shown. The default is to show all borders
58 Q_PROPERTY(RemoveBorders removeBorderStrategy READ removeBorderStrategy WRITE setRemoveBorderStrategy NOTIFY removeBorderStrategyChanged)
The PopupPlasmaWindow class is a styled Plasma window that can be positioned relative to an existing ...
Definition popupplasmawindow.h:25
Qt::Edge effectivePopupDirection
Defines the direction the popup was placed relative to the visualParent.
Definition popupplasmawindow.h:43
Qt::Edge popupDirection
Defines the default direction to place the popup relative to the visualParent.
Definition popupplasmawindow.h:36
QQuickItem * visualParent
The anchor item to place the popup relative to.
Definition popupplasmawindow.h:31
bool animated
Defines whether the popup is animated on show and close.
Definition popupplasmawindow.h:53
bool floating
Defines whether the popup can appaer (float) over the parent window.
Definition popupplasmawindow.h:48
RemoveBorders removeBorderStrategy
Defines which borders should be enabled/disabled when the popup is shown.
Definition popupplasmawindow.h:58
int margin
If set provides a gap between the parent window and all screen edges.
Definition popupplasmawindow.h:63
The EdgeEventForwarder class This class forwards edge events to be replayed within the given margin T...
Definition action.h:20
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
Edge
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:48:23 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:48:23 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.