KD Chart 2  [rev.2.7]
Public Member Functions | List of all members
KDChart::PaintContext Class Reference

Stores information about painting diagrams. More...

#include <KDChartPaintContext.h>

Public Member Functions

AbstractCoordinatePlanecoordinatePlane () const
 
 PaintContext ()
 
QPainter * painter () const
 
const QRectF rectangle () const
 
void setCoordinatePlane (AbstractCoordinatePlane *plane)
 
void setPainter (QPainter *painter)
 
void setRectangle (const QRectF &rect)
 
 ~PaintContext ()
 

Detailed Description

Stores information about painting diagrams.

Definition at line 41 of file KDChartPaintContext.h.

Constructor & Destructor Documentation

PaintContext::PaintContext ( )

Definition at line 48 of file KDChartPaintContext.cpp.

PaintContext::~PaintContext ( )

Definition at line 53 of file KDChartPaintContext.cpp.

Member Function Documentation

AbstractCoordinatePlane * PaintContext::coordinatePlane ( ) const
QPainter * PaintContext::painter ( ) const
const QRectF PaintContext::rectangle ( ) const
void PaintContext::setCoordinatePlane ( AbstractCoordinatePlane plane)
void PaintContext::setPainter ( QPainter *  painter)
void PaintContext::setRectangle ( const QRectF &  rect)

The documentation for this class was generated from the following files:

Klarälvdalens Datakonsult AB (KDAB)
"The Qt, C++ and OpenGL Experts"
https://www.kdab.com/

https://www.kdab.com/development-resources/qt-tools/kd-chart/