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 ); }
The Node interface is the primary datatype for the entire Document Object Model.
Definition: dom_node.h:271
static bool test(const QEvent *event)
Definition: khtml_events.h:131
Definition: khtml_events.h:80
static bool test(const QEvent *event)
Definition: khtml_events.h:90
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
Definition: khtml_events.h:31
Definition: khtml_events.h:101
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:64
MousePressEvent(QMouseEvent *mouseEvent, int x, int y, const DOM::DOMString &url, const DOM::DOMString &target, const DOM::Node &innerNode)
Definition: khtml_events.h:66
Definition: khtml_events.h:116
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
const char * name(StandardAction id)
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.