KChart::PaintContext
KChart::PaintContext Class Reference
#include <KChartPaintContext.h>
Public Member Functions | |
AbstractCoordinatePlane * | coordinatePlane () const |
QPainter * | painter () const |
const QRectF | rectangle () const |
void | setCoordinatePlane (AbstractCoordinatePlane *plane) |
void | setPainter (QPainter *painter) |
void | setRectangle (const QRectF &rect) |
Detailed Description
Stores information about painting diagrams.
Definition at line 27 of file KChartPaintContext.h.
Constructor & Destructor Documentation
◆ PaintContext()
PaintContext::PaintContext | ( | ) |
Definition at line 33 of file KChartPaintContext.cpp.
◆ ~PaintContext()
PaintContext::~PaintContext | ( | ) |
Definition at line 38 of file KChartPaintContext.cpp.
Member Function Documentation
◆ coordinatePlane()
AbstractCoordinatePlane * PaintContext::coordinatePlane | ( | ) | const |
Definition at line 63 of file KChartPaintContext.cpp.
◆ painter()
QPainter * PaintContext::painter | ( | ) | const |
Definition at line 53 of file KChartPaintContext.cpp.
◆ rectangle()
const QRectF PaintContext::rectangle | ( | ) | const |
Definition at line 43 of file KChartPaintContext.cpp.
◆ setCoordinatePlane()
void PaintContext::setCoordinatePlane | ( | AbstractCoordinatePlane * | plane | ) |
Definition at line 68 of file KChartPaintContext.cpp.
◆ setPainter()
void PaintContext::setPainter | ( | QPainter * | painter | ) |
Definition at line 58 of file KChartPaintContext.cpp.
◆ setRectangle()
void PaintContext::setRectangle | ( | const QRectF & | rect | ) |
Definition at line 48 of file KChartPaintContext.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:30 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:30 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.