1 #ifndef MosaicZoomTool_h 2 #define MosaicZoomTool_h 10 class QGraphicsSceneMouseEvent;
46 void zoomIn2X(QPointF center = QPointF());
47 void zoomOut2X(QPointF center = QPointF());
56 double limitZoomBy(
double factor);
57 void zoomBy(
double factor, QPointF center = QPointF());
58 QLineEdit *p_zoomLineEdit;
59 QDoubleSpinBox *p_scaleBox;
60 double p_screenResolution;
62 QPointer<QAction> m_zoomInAction;
63 QPointer<QAction> m_zoomOutAction;
64 QPointer<QAction> m_zoomFitAction;
Definition: BoxcarCachingAlgorithm.h:29
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31