Libplasma
tooltiparea.h
94 Q_PROPERTY(Plasma::Types::Location location READ location WRITE setLocation NOTIFY locationChanged)
114 Q_PROPERTY(bool interactive MEMBER m_interactive WRITE setInteractive NOTIFY interactiveChanged)
bool interactive
If interactive is false (default), the tooltip will automatically hide itself as soon as the mouse le...
Definition tooltiparea.h:114
void toolTipVisibleChanged(bool toolTipVisible)
Emitted when the tooltip's visibility changes.
QVariant image
TODO: single property for images? An image for this tooltip, accepted values are an icon name,...
Definition tooltiparea.h:100
int timeout
Timeout in milliseconds after which the tooltip will hide itself.
Definition tooltiparea.h:120
void hideImmediately()
Hides the tooltip immediately, in comparison to hideToolTip.
Definition tooltiparea.cpp:293
QVariant icon
An icon for this tooltip, accepted values are an icon name, a QIcon, QImage or QPixmap.
Definition tooltiparea.h:84
bool active
Property that controls if a tooltips will show on mouse over.
Definition tooltiparea.h:106
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
Q_SIGNALSQ_SIGNALS
Q_SLOTSQ_SLOTS
virtual bool childMouseEventFilter(QQuickItem *item, QEvent *event)
virtual bool contains(const QPointF &point) const const
virtual bool event(QEvent *ev) override
virtual void hoverEnterEvent(QHoverEvent *event)
virtual void hoverLeaveEvent(QHoverEvent *event)
parent
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:34:35 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:34:35 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.