marble
Marble::ClipPainter Class Reference
#include <ClipPainter.h>
Inheritance diagram for Marble::ClipPainter:
Public Member Functions | |
ClipPainter () | |
ClipPainter (QPaintDevice *, bool) | |
~ClipPainter () | |
void | drawPolygon (const QPolygonF &, Qt::FillRule fillRule=Qt::OddEvenFill) |
void | drawPolyline (const QPolygonF &) |
void | drawPolyline (const QPolygonF &, QVector< QPointF > &labelNodes, LabelPositionFlags labelPositionFlag=LineCenter) |
bool | isClipping () const |
void | setClipping (bool enable) |
Detailed Description
Definition at line 51 of file ClipPainter.h.
Constructor & Destructor Documentation
ClipPainter::ClipPainter | ( | ) |
Definition at line 112 of file ClipPainter.cpp.
ClipPainter::ClipPainter | ( | QPaintDevice * | pd, |
bool | clip | ||
) |
Definition at line 102 of file ClipPainter.cpp.
ClipPainter::~ClipPainter | ( | ) |
Definition at line 118 of file ClipPainter.cpp.
Member Function Documentation
void ClipPainter::drawPolygon | ( | const QPolygonF & | polygon, |
Qt::FillRule | fillRule = Qt::OddEvenFill |
||
) |
Definition at line 136 of file ClipPainter.cpp.
void ClipPainter::drawPolyline | ( | const QPolygonF & | polygon | ) |
Definition at line 166 of file ClipPainter.cpp.
void ClipPainter::drawPolyline | ( | const QPolygonF & | polygon, |
QVector< QPointF > & | labelNodes, | ||
LabelPositionFlags | labelPositionFlag = LineCenter |
||
) |
Definition at line 196 of file ClipPainter.cpp.
bool ClipPainter::isClipping | ( | ) | const |
Definition at line 130 of file ClipPainter.cpp.
void ClipPainter::setClipping | ( | bool | enable | ) |
Definition at line 124 of file ClipPainter.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.