KHTML
khtml::MouseDoubleClickEvent Class Reference
#include <khtml_events.h>
Inheritance diagram for khtml::MouseDoubleClickEvent:

Public Member Functions | |
| MouseDoubleClickEvent (QMouseEvent *mouseEvent, int x, int y, const DOM::DOMString &url, const DOM::DOMString &target, const DOM::Node &innerNode, int clickCount=2) | |
| int | clickCount () const |
Static Public Member Functions | |
| static bool | test (const QEvent *event) |
Detailed Description
Definition at line 79 of file khtml_events.h.
Constructor & Destructor Documentation
| khtml::MouseDoubleClickEvent::MouseDoubleClickEvent | ( | QMouseEvent * | mouseEvent, |
| int | x, | ||
| int | y, | ||
| const DOM::DOMString & | url, | ||
| const DOM::DOMString & | target, | ||
| const DOM::Node & | innerNode, | ||
| int | clickCount = 2 |
||
| ) | [inline] |
Definition at line 83 of file khtml_events.h.
Member Function Documentation
| int khtml::MouseDoubleClickEvent::clickCount | ( | ) | const [inline] |
Definition at line 93 of file khtml_events.h.
| static bool khtml::MouseDoubleClickEvent::test | ( | const QEvent * | event | ) | [inline, static] |
Reimplemented from KParts::Event.
Definition at line 90 of file khtml_events.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 18:54:04 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 18:54:04 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.