#include <KDChartZoomParameters.h>
Definition at line 49 of file KDChartZoomParameters.h.
Public Member Functions | |
const QPointF | center () const |
void | setCenter (const QPointF ¢er) |
ZoomParameters (double xFactor, double yFactor, const QPointF ¢er) | |
ZoomParameters () | |
Public Attributes | |
double | xCenter |
double | xFactor |
double | yCenter |
double | yFactor |
KDChart::ZoomParameters::ZoomParameters | ( | ) |
KDChart::ZoomParameters::ZoomParameters | ( | double | xFactor, | |
double | yFactor, | |||
const QPointF & | center | |||
) |
const QPointF KDChart::ZoomParameters::center | ( | ) | const |
Definition at line 72 of file KDChartZoomParameters.h.
References xCenter, and yCenter.
Referenced by KDChart::AbstractCoordinatePlane::mousePressEvent().
void KDChart::ZoomParameters::setCenter | ( | const QPointF & | center | ) |
Definition at line 77 of file KDChartZoomParameters.h.
Referenced by KDChart::AbstractCoordinatePlane::mousePressEvent().
Definition at line 78 of file KDChartZoomParameters.h.
Referenced by KDChart::AbstractCoordinatePlane::mousePressEvent().