KD Chart 2  [rev.2.8]
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::PaintContext ( )

Definition at line 48 of file KDChartPaintContext.cpp.

◆ ~PaintContext()

PaintContext::~PaintContext ( )

Definition at line 53 of file KDChartPaintContext.cpp.

Member Function Documentation

◆ coordinatePlane()

AbstractCoordinatePlane * PaintContext::coordinatePlane ( ) const

◆ painter()

QPainter * PaintContext::painter ( ) const

◆ rectangle()

const QRectF PaintContext::rectangle ( ) const

◆ setCoordinatePlane()

void PaintContext::setCoordinatePlane ( AbstractCoordinatePlane plane)

◆ setPainter()

void PaintContext::setPainter ( QPainter *  painter)

◆ setRectangle()

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/