KHTML
khtml_events.cpp
Go to the documentation of this file.
63const char *khtml::MouseDoubleClickEvent::s_strMouseDoubleClickEvent = "khtml/Events/MouseDoubleClickEvent";
82khtml::DrawContentsEvent::DrawContentsEvent( QPainter *painter, int clipx, int clipy, int clipw, int cliph )
The Node interface is the primary datatype for the entire Document Object Model.
Definition dom_node.h:271
unsigned short nodeType() const
A code representing the type of the underlying object, as defined above.
Definition dom_node.cpp:193
DrawContentsEvent(QPainter *painter, int clipx, int clipy, int clipw, int cliph)
Definition khtml_events.cpp:82
virtual ~DrawContentsEvent()
Definition khtml_events.cpp:89
MouseEvent(const char *name, QMouseEvent *qmouseEvent, int x, int y, const DOM::DOMString &url, const DOM::DOMString &target, const DOM::Node &innerNode)
Definition khtml_events.cpp:32
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Thu Jul 18 2024 00:00:00 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Thu Jul 18 2024 00:00:00 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.