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

Public Member Functions | |
| int | cliph () const |
| int | clipw () const |
| int | clipx () const |
| int | clipy () const |
| DrawContentsEvent (QPainter *painter, int clipx, int clipy, int clipw, int cliph) | |
| QPainter * | painter () const |
| virtual | ~DrawContentsEvent () |
Static Public Member Functions | |
| static bool | test (const QEvent *event) |
Detailed Description
Definition at line 130 of file khtml_events.h.
Constructor & Destructor Documentation
| khtml::DrawContentsEvent::DrawContentsEvent | ( | QPainter * | painter, | |
| int | clipx, | |||
| int | clipy, | |||
| int | clipw, | |||
| int | cliph | |||
| ) |
Definition at line 81 of file khtml_events.cpp.
| khtml::DrawContentsEvent::~DrawContentsEvent | ( | ) | [virtual] |
Definition at line 88 of file khtml_events.cpp.
Member Function Documentation
| int khtml::DrawContentsEvent::cliph | ( | ) | const [inline] |
Definition at line 140 of file khtml_events.h.
| int khtml::DrawContentsEvent::clipw | ( | ) | const [inline] |
Definition at line 139 of file khtml_events.h.
| int khtml::DrawContentsEvent::clipx | ( | ) | const [inline] |
Definition at line 137 of file khtml_events.h.
| int khtml::DrawContentsEvent::clipy | ( | ) | const [inline] |
Definition at line 138 of file khtml_events.h.
| QPainter* khtml::DrawContentsEvent::painter | ( | ) | const [inline] |
Definition at line 136 of file khtml_events.h.
The documentation for this class was generated from the following files:
KDE 3.5 API Reference