KD Chart 2
[rev.2.7]
|
ZoomParameters stores the center and the factor of zooming internally. More...
#include <KDChartZoomParameters.h>
Public Member Functions | |
const QPointF | center () const |
void | setCenter (const QPointF ¢er) |
ZoomParameters () | |
ZoomParameters (qreal xFactor, qreal yFactor, const QPointF ¢er) | |
Public Attributes | |
qreal | xCenter |
qreal | xFactor |
qreal | yCenter |
qreal | yFactor |
ZoomParameters stores the center and the factor of zooming internally.
Definition at line 44 of file KDChartZoomParameters.h.
KDChart::ZoomParameters::ZoomParameters | ( | ) |
Definition at line 46 of file KDChartZoomParameters.h.
KDChart::ZoomParameters::ZoomParameters | ( | qreal | xFactor, |
qreal | yFactor, | ||
const QPointF & | center | ||
) |
Definition at line 54 of file KDChartZoomParameters.h.
const QPointF KDChart::ZoomParameters::center | ( | ) | const |
Definition at line 67 of file KDChartZoomParameters.h.
References xCenter, and yCenter.
Referenced by KDChart::AbstractCoordinatePlane::mousePressEvent().
void KDChart::ZoomParameters::setCenter | ( | const QPointF & | center | ) |
Definition at line 62 of file KDChartZoomParameters.h.
qreal KDChart::ZoomParameters::xCenter |
Definition at line 75 of file KDChartZoomParameters.h.
Referenced by center(), and setCenter().
qreal KDChart::ZoomParameters::xFactor |
Definition at line 72 of file KDChartZoomParameters.h.
Referenced by KDChart::AbstractCoordinatePlane::mousePressEvent().
qreal KDChart::ZoomParameters::yCenter |
Definition at line 76 of file KDChartZoomParameters.h.
Referenced by center(), and setCenter().
qreal KDChart::ZoomParameters::yFactor |
Definition at line 73 of file KDChartZoomParameters.h.
Referenced by KDChart::AbstractCoordinatePlane::mousePressEvent().