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
414414 virtual QAction *actionZoomToLayer() = 0;
415415 virtual QAction *actionZoomToSelected() = 0;
416416 virtual QAction *actionZoomLast() = 0;
417+ virtual QAction *actionZoomNext() = 0;
417418 virtual QAction *actionZoomActualSize() = 0;
418419 virtual QAction *actionMapTips() = 0;
419420 virtual QAction *actionNewBookmark() = 0;
Original file line number Diff line number Diff line change @@ -485,6 +485,8 @@ class GUI_EXPORT QgisInterface : public QObject
485485 virtual QAction *actionZoomToSelected () = 0;
486486 // ! Get access to the native zoom last action. Call trigger() on it to zoom to last.
487487 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;
488490 // ! Get access to the native zoom actual size action. Call trigger() on it to zoom to actual size.
489491 virtual QAction *actionZoomActualSize () = 0;
490492 // ! 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