KHTML
khtml::DrawContentsEvent Class Reference
#include <khtml_events.h>
Inheritance diagram for khtml::DrawContentsEvent:
Public Member Functions | |
| DrawContentsEvent (QPainter *painter, int clipx, int clipy, int clipw, int cliph) | |
| virtual | ~DrawContentsEvent () |
| int | cliph () const |
| int | clipw () const |
| int | clipx () const |
| int | clipy () const |
| QPainter * | painter () const |
Public Member Functions inherited from KParts::Event | |
| Event (const char *eventName) | |
| virtual | ~Event () |
| virtual const char * | eventName () const |
Static Public Member Functions | |
| static bool | test (const QEvent *event) |
Static Public Member Functions inherited from KParts::Event | |
| static bool | test (const QEvent *event) |
| static bool | test (const QEvent *event, const char *name) |
Detailed Description
Definition at line 130 of file khtml_events.h.
Constructor & Destructor Documentation
◆ DrawContentsEvent()
| khtml::DrawContentsEvent::DrawContentsEvent | ( | QPainter * | painter, |
| int | clipx, | ||
| int | clipy, | ||
| int | clipw, | ||
| int | cliph | ||
| ) |
Definition at line 82 of file khtml_events.cpp.
◆ ~DrawContentsEvent()
|
virtual |
Definition at line 89 of file khtml_events.cpp.
Member Function Documentation
◆ cliph()
|
inline |
Definition at line 140 of file khtml_events.h.
◆ clipw()
|
inline |
Definition at line 139 of file khtml_events.h.
◆ clipx()
|
inline |
Definition at line 137 of file khtml_events.h.
◆ clipy()
|
inline |
Definition at line 138 of file khtml_events.h.
◆ painter()
|
inline |
Definition at line 136 of file khtml_events.h.
◆ test()
|
inlinestatic |
Definition at line 142 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 Sat Jan 18 2020 19:04:31 by doxygen 1.8.15 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat Jan 18 2020 19:04:31 by doxygen 1.8.15 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
Public Member Functions inherited from