Public Member Functions

KDChart::PaintContext Class Reference

Stores information about painting diagrams. More...

#include <KDChartPaintContext.h>

Collaboration diagram for KDChart::PaintContext:
Collaboration graph
[legend]

List of all members.

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 39 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: