~ubuntu-branches/ubuntu/oneiric/kde4libs/oneiric-proposed

« back to all changes in this revision

Viewing changes to plasma/tooltipmanager.h

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2011-07-08 00:08:34 UTC
  • mto: This revision was merged to the branch mainline in revision 247.
  • Revision ID: package-import@ubuntu.com-20110708000834-dr9a8my4iml90qe5
Tags: upstream-4.6.90
Import upstream version 4.6.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
    /**
157
157
     * Sets the current state of the manager.
158
158
     * @see State
159
 
     * @arg state the state to put the manager in
 
159
     * @param state the state to put the manager in
160
160
     */
161
161
    void setState(ToolTipManager::State state);
162
162
 
168
168
Q_SIGNALS:
169
169
    /**
170
170
     * This signal is emitted when a window preview in the tooltip is clicked.
171
 
     * @arg window the id of the window that was clicked
172
 
     * @arg buttons the mouse buttons involved in the activation
173
 
     * @arg modifiers the keyboard modifiers involved in the activation, if any
 
171
     * @param window the id of the window that was clicked
 
172
     * @param buttons the mouse buttons involved in the activation
 
173
     * @param modifiers the keyboard modifiers involved in the activation, if any
174
174
     * @since 4.4
175
175
     */
176
176
    void windowPreviewActivated(WId window, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers,
178
178
 
179
179
    /**
180
180
     * This signal is emitted when a link in the tooltip is clicked.
181
 
     * @arg anchor the achor text (e.g. url) that was clicked on
182
 
     * @arg buttons the mouse buttons involved in the activation
183
 
     * @arg modifiers the keyboard modifiers involved in the activation, if any
 
181
     * @param anchor the achor text (e.g. url) that was clicked on
 
182
     * @param buttons the mouse buttons involved in the activation
 
183
     * @param modifiers the keyboard modifiers involved in the activation, if any
184
184
     * @since 4.4
185
185
     */
186
186
    void linkActivated(const QString &anchor, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers,