PrintingParameters stores the scale factor which lines has to been scaled with when printing. More...
#include <KDChartPrintingParameters.h>
Static Public Member Functions | |
static void | resetScaleFactor () |
static QPen | scalePen (const QPen &pen) |
static void | setScaleFactor (const qreal scaleFactor) |
PrintingParameters stores the scale factor which lines has to been scaled with when printing.
It's essentially printer's logical DPI / widget's logical DPI
Definition at line 46 of file KDChartPrintingParameters.h.
void PrintingParameters::resetScaleFactor | ( | ) | [static] |
Definition at line 43 of file KDChartPrintingParameters.cpp.
Referenced by KDChart::Chart::paint().
QPen PrintingParameters::scalePen | ( | const QPen & | pen | ) | [static] |
Definition at line 48 of file KDChartPrintingParameters.cpp.
Referenced by KDChart::TernaryPointDiagram::paint(), KDChart::TernaryLineDiagram::paint(), KDChart::PolarDiagram::paint(), KDChart::TextLayoutItem::paint(), KDChart::LeveyJenningsAxis::paintAsOrdinate(), KDChart::CartesianAxis::paintCtx(), KDChart::AbstractAreaBase::paintFrameAttributes(), KDChart::LineLayoutItem::paintIntoRect(), and KDChart::AbstractDiagram::paintMarker().
void PrintingParameters::setScaleFactor | ( | const qreal | scaleFactor | ) | [static] |
Definition at line 38 of file KDChartPrintingParameters.cpp.
Referenced by KDChart::Chart::paint().