KHTML
khtml::MouseEvent Class Reference
#include <khtml_events.h>
Inheritance diagram for khtml::MouseEvent:
Public Member Functions | |
int | absX () const |
int | absY () const |
DOM::Node | innerNode () const |
MouseEvent (const char *name, QMouseEvent *qmouseEvent, int x, int y, const DOM::DOMString &url, const DOM::DOMString &target, const DOM::Node &innerNode) | |
long | offset () const |
QMouseEvent * | qmouseEvent () const |
DOM::DOMString | target () const |
DOM::DOMString | url () const |
int | x () const |
int | y () const |
virtual | ~MouseEvent () |
Detailed Description
Definition at line 30 of file khtml_events.h.
Constructor & Destructor Documentation
khtml::MouseEvent::MouseEvent | ( | const char * | name, | |
QMouseEvent * | qmouseEvent, | |||
int | x, | |||
int | y, | |||
const DOM::DOMString & | url, | |||
const DOM::DOMString & | target, | |||
const DOM::Node & | innerNode | |||
) |
Definition at line 30 of file khtml_events.cpp.
khtml::MouseEvent::~MouseEvent | ( | ) | [virtual] |
Definition at line 41 of file khtml_events.cpp.
Member Function Documentation
int khtml::MouseEvent::absX | ( | ) | const [inline] |
Definition at line 41 of file khtml_events.h.
int khtml::MouseEvent::absY | ( | ) | const [inline] |
Definition at line 42 of file khtml_events.h.
DOM::Node khtml::MouseEvent::innerNode | ( | ) | const [inline] |
Definition at line 46 of file khtml_events.h.
long khtml::MouseEvent::offset | ( | ) | const |
Definition at line 46 of file khtml_events.cpp.
QMouseEvent* khtml::MouseEvent::qmouseEvent | ( | ) | const [inline] |
Definition at line 38 of file khtml_events.h.
DOM::DOMString khtml::MouseEvent::target | ( | ) | const [inline] |
Definition at line 45 of file khtml_events.h.
DOM::DOMString khtml::MouseEvent::url | ( | ) | const [inline] |
Definition at line 44 of file khtml_events.h.
int khtml::MouseEvent::x | ( | ) | const [inline] |
Definition at line 39 of file khtml_events.h.
int khtml::MouseEvent::y | ( | ) | const [inline] |
Definition at line 40 of file khtml_events.h.
The documentation for this class was generated from the following files: