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 (double xFactor, double yFactor, const QPointF ¢er) | |
| ZoomParameters () | |
Public Attributes | |
| double | xCenter |
| double | xFactor |
| double | yCenter |
| double | yFactor |
ZoomParameters stores the center and the factor of zooming internally.
Definition at line 42 of file KDChartZoomParameters.h.
| KDChart::ZoomParameters::ZoomParameters | ( | ) |
Definition at line 44 of file KDChartZoomParameters.h.
| KDChart::ZoomParameters::ZoomParameters | ( | double | xFactor, | |
| double | yFactor, | |||
| const QPointF & | center | |||
| ) |
Definition at line 52 of file KDChartZoomParameters.h.
| const QPointF KDChart::ZoomParameters::center | ( | ) | const |
Definition at line 65 of file KDChartZoomParameters.h.
References xCenter, and yCenter.
Referenced by KDChart::AbstractCoordinatePlane::mousePressEvent().
| void KDChart::ZoomParameters::setCenter | ( | const QPointF & | center | ) |
Definition at line 60 of file KDChartZoomParameters.h.
Definition at line 73 of file KDChartZoomParameters.h.
Referenced by center(), and setCenter().
Definition at line 70 of file KDChartZoomParameters.h.
Referenced by KDChart::AbstractCoordinatePlane::mousePressEvent().
Definition at line 74 of file KDChartZoomParameters.h.
Referenced by center(), and setCenter().
Definition at line 71 of file KDChartZoomParameters.h.
Referenced by KDChart::AbstractCoordinatePlane::mousePressEvent().