![]() |
KD Chart API Documentation
3.1
|
#include "KDChartCartesianGrid.h"
#include "KDChartAbstractCartesianDiagram.h"
#include "KDChartCartesianAxis_p.h"
#include "KDChartFrameAttributes.h"
#include "KDChartPaintContext.h"
#include "KDChartPainterSaver_p.h"
#include "KDChartPrintingParameters.h"
#include <QPainter>
#include <KDABLibFakes>
#include <QPainterPath>
#include <limits>
Go to the source code of this file.
Functions | |
static void | calculateSteps (qreal start_, qreal end_, const QList< qreal > &list, int minSteps, int maxSteps, int power, qreal &steps, qreal &stepWidth, bool adjustLower, bool adjustUpper) |
qreal | fastPow10 (int x) |
|
static |
Definition at line 376 of file KDChartCartesianGrid.cpp.
References KDChart::AbstractGrid::adjustLowerUpperRange(), and fastPow10().
qreal fastPow10 | ( | int | x | ) |
Definition at line 247 of file KDChartCartesianGrid.cpp.
Referenced by calculateSteps().