File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -414,6 +414,7 @@ class QgisInterface : QObject
414
414
virtual QAction *actionZoomToLayer() = 0;
415
415
virtual QAction *actionZoomToSelected() = 0;
416
416
virtual QAction *actionZoomLast() = 0;
417
+ virtual QAction *actionZoomNext() = 0;
417
418
virtual QAction *actionZoomActualSize() = 0;
418
419
virtual QAction *actionMapTips() = 0;
419
420
virtual QAction *actionNewBookmark() = 0;
Original file line number Diff line number Diff line change @@ -485,6 +485,8 @@ class GUI_EXPORT QgisInterface : public QObject
485
485
virtual QAction *actionZoomToSelected () = 0;
486
486
// ! Get access to the native zoom last action. Call trigger() on it to zoom to last.
487
487
virtual QAction *actionZoomLast () = 0;
488
+ // ! Get access to the native zoom next action. Call trigger() on it to zoom to next.
489
+ virtual QAction *actionZoomNext () = 0;
488
490
// ! Get access to the native zoom actual size action. Call trigger() on it to zoom to actual size.
489
491
virtual QAction *actionZoomActualSize () = 0;
490
492
// ! Get access to the native map tips action. Call trigger() on it to toggle map tips.
You can’t perform that action at this time.
0 commit comments