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

Public Member Functions | |
| MouseEvent (const char *name, QMouseEvent *qmouseEvent, int x, int y, const DOM::DOMString &url, const DOM::DOMString &target, const DOM::Node &innerNode) | |
| virtual | ~MouseEvent () | 
| int | absX () const | 
| int | absY () const | 
| DOM::Node | innerNode () const | 
| long | offset () const | 
| QMouseEvent * | qmouseEvent () const | 
| DOM::DOMString | target () const | 
| DOM::DOMString | url () const | 
| int | x () const | 
| int | y () const | 
  Public Member Functions inherited from KParts::Event | |
| Event (const char *eventName) | |
| virtual | ~Event () | 
| virtual const char * | eventName () const | 
  Public Member Functions inherited from QEvent | |
| QEvent (Type type) | |
| virtual | ~QEvent () | 
| void | accept () | 
| void | ignore () | 
| bool | isAccepted () const | 
| void | setAccepted (bool accepted) | 
| bool | spontaneous () const | 
| Type | type () const | 
Additional Inherited Members | |
  Static Public Member Functions inherited from KParts::Event | |
| static bool | test (const QEvent *event) | 
| static bool | test (const QEvent *event, const char *name) | 
  Static Public Member Functions inherited from QEvent | |
| int | registerEventType (int hint) | 
  Properties inherited from QEvent | |
| accepted | |
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 32 of file khtml_events.cpp.
      
  | 
  virtual | 
Definition at line 43 of file khtml_events.cpp.
Member Function Documentation
      
  | 
  inline | 
Definition at line 41 of file khtml_events.h.
      
  | 
  inline | 
Definition at line 42 of file khtml_events.h.
      
  | 
  inline | 
Definition at line 46 of file khtml_events.h.
| long khtml::MouseEvent::offset | ( | ) | const | 
Definition at line 48 of file khtml_events.cpp.
      
  | 
  inline | 
Definition at line 38 of file khtml_events.h.
      
  | 
  inline | 
Definition at line 45 of file khtml_events.h.
      
  | 
  inline | 
Definition at line 44 of file khtml_events.h.
      
  | 
  inline | 
Definition at line 39 of file khtml_events.h.
      
  | 
  inline | 
Definition at line 40 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-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:21 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:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
    KDE API Reference
 Public Member Functions inherited from