marble/src
ClipPainter Class Reference
#include <ClipPainter.h>
Inheritance diagram for ClipPainter:

Detailed Description
Definition at line 21 of file ClipPainter.h.
Public Member Functions | |
| ClipPainter () | |
| ClipPainter (QPaintDevice *, bool) | |
| ~ClipPainter () | |
| void | setClipping (bool enable) |
| bool | hasClipping () const |
| void | drawPolygon (const QPolygonF &, Qt::FillRule fillRule=Qt::OddEvenFill) |
| void | drawPolyline (const QPolygonF &) |
Constructor & Destructor Documentation
| ClipPainter::ClipPainter | ( | ) |
| ClipPainter::ClipPainter | ( | QPaintDevice * | pd, | |
| bool | clip | |||
| ) |
Definition at line 21 of file ClipPainter.cpp.
| ClipPainter::~ClipPainter | ( | ) | [inline] |
Definition at line 26 of file ClipPainter.h.
Member Function Documentation
| void ClipPainter::setClipping | ( | bool | enable | ) |
| bool ClipPainter::hasClipping | ( | ) | const |
Definition at line 47 of file ClipPainter.cpp.
| void ClipPainter::drawPolygon | ( | const QPolygonF & | pa, | |
| Qt::FillRule | fillRule = Qt::OddEvenFill | |||
| ) |
| void ClipPainter::drawPolyline | ( | const QPolygonF & | pa | ) |
The documentation for this class was generated from the following files:
KDE 4.0 API Reference