Plasma
Go to the documentation of this file.
22 #ifndef PLASMA_TOOLTIP_MANAGER_H
23 #define PLASMA_TOOLTIP_MANAGER_H
34 class ToolTipManagerPrivate;
176 void windowPreviewActivated(WId window, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers,
177 const QPoint &screenPos);
186 void linkActivated(
const QString &anchor, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers,
187 const QPoint &screenPos);
202 friend class ToolTipManagerSingleton;
204 friend class ToolTipManagerPrivate;
205 bool eventFilter(
QObject *watched, QEvent *event);
207 ToolTipManagerPrivate *
const d;
210 Q_PRIVATE_SLOT(d,
void showToolTip())
211 Q_PRIVATE_SLOT(d,
void toolTipHovered(
bool))
212 Q_PRIVATE_SLOT(d,
void resetShownState())
213 Q_PRIVATE_SLOT(d,
void onWidgetDestroyed(
QObject*))
218 #endif // PLASMA_TOOL_TIP_MANAGER_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sun Apr 28 2013 14:25:04 by
doxygen 1.8.1.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.