Plasma
popupapplet.h
Go to the documentation of this file.
Definition iconwidget.h:57
void timerEvent(QTimerEvent *event)
Reimplemented from QGraphicsLayoutItem.
Definition popupapplet.cpp:607
Plasma::PopupPlacement popupPlacement() const
Definition popupapplet.cpp:655
void dragLeaveEvent(QGraphicsSceneDragDropEvent *event)
Reimplemented from QGraphicsLayoutItem.
Definition popupapplet.cpp:558
virtual void popupEvent(bool show)
This event handler can be reimplemented in a subclass to receive an event before the popup is shown o...
Definition popupapplet.cpp:670
virtual QWidget * widget()
Implement either this function or graphicsWidget().
Definition popupapplet.cpp:127
bool eventFilter(QObject *watched, QEvent *event)
Reimplemented from QGraphicsLayoutItem.
Definition popupapplet.cpp:504
QSizeF sizeHint(Qt::SizeHint which, const QSizeF &constraint=QSizeF()) const
Reimplemented from QGraphicsLayoutItem.
Definition popupapplet.cpp:462
void dragEnterEvent(QGraphicsSceneDragDropEvent *event)
Reimplemented from QGraphicsLayoutItem.
Definition popupapplet.cpp:546
void dropEvent(QGraphicsSceneDragDropEvent *event)
Reimplemented from QGraphicsLayoutItem.
Definition popupapplet.cpp:577
virtual QGraphicsWidget * graphicsWidget()
Implement either this function or widget().
Definition popupapplet.cpp:163
void setPopupAlignment(Qt::AlignmentFlag alignment)
Sets the default alignment of the popup relative to the applet.
Definition popupapplet.cpp:660
void mousePressEvent(QGraphicsSceneMouseEvent *event)
Reimplemented from QGraphicsLayoutItem.
Definition popupapplet.cpp:482
PopupApplet(QObject *parent, const QVariantList &args)
Definition popupapplet.cpp:59
void setGraphicsWidget(QGraphicsWidget *widget)
Definition popupapplet.cpp:172
void setPassivePopup(bool passive)
Sets whether or not the dialog popup that gets created should be a "passive" popup that does not stea...
Definition popupapplet.cpp:677
void mouseReleaseEvent(QGraphicsSceneMouseEvent *event)
Reimplemented from QGraphicsLayoutItem.
Definition popupapplet.cpp:494
void showPopup(uint displayTime=0)
Shows the dialog showing the widget if the applet is in a panel.
Definition popupapplet.cpp:589
PopupPlacement
The popup position enumeration relatively to his attached widget.
Definition plasma.h:137
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.