KHTML
khtml_events.h
Go to the documentation of this file.
72 static bool test( const QEvent *event ) { return KParts::Event::test( event, s_strMousePressEvent ); }
109 static bool test( const QEvent *event ) { return KParts::Event::test( event, s_strMouseMoveEvent ); }
124 static bool test( const QEvent *event ) { return KParts::Event::test( event, s_strMouseReleaseEvent ); }
142 static bool test( const QEvent *event ) { return KParts::Event::test( event, s_strDrawContentsEvent ); }
MouseMoveEvent(QMouseEvent *mouseEvent, int x, int y, const DOM::DOMString &url, const DOM::DOMString &target, const DOM::Node &innerNode)
Definition: khtml_events.h:103
Definition: khtml_events.h:63
MousePressEvent(QMouseEvent *mouseEvent, int x, int y, const DOM::DOMString &url, const DOM::DOMString &target, const DOM::Node &innerNode)
Definition: khtml_events.h:66
The Node interface is the primary datatype for the entire Document Object Model.
Definition: dom_node.h:270
Definition: khtml_events.h:100
static bool test(const QEvent *event)
Definition: khtml_events.h:90
const char * name(StandardAction id)
Definition: khtml_events.h:115
MouseReleaseEvent(QMouseEvent *mouseEvent, int x, int y, const DOM::DOMString &url, const DOM::DOMString &target, const DOM::Node &innerNode, long=0)
Definition: khtml_events.h:118
Definition: khtml_events.h:30
Definition: khtml_events.h:79
MouseDoubleClickEvent(QMouseEvent *mouseEvent, int x, int y, const DOM::DOMString &url, const DOM::DOMString &target, const DOM::Node &innerNode, int clickCount=2)
Definition: khtml_events.h:83
static bool test(const QEvent *event)
Definition: khtml_events.h:130
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.