Skip to content

Commit

Permalink
clean up QgisInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 28, 2022
1 parent 972f53d commit 7c90509
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
16 changes: 0 additions & 16 deletions src/app/qgisappinterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -721,22 +721,6 @@ QAction *QgisAppInterface::actionMapTips() { return qgis->actionMapTips(); }
QAction *QgisAppInterface::actionNewBookmark() { return qgis->actionNewBookmark(); }
QAction *QgisAppInterface::actionShowBookmarks() { return qgis->actionShowBookmarks(); }
QAction *QgisAppInterface::actionDraw() { return qgis->actionDraw(); }
QAction *QgisAppInterface::actionCircle2Points() { return qgis->actionCircle2Points();}
QAction *QgisAppInterface::actionCircle3Points() { return qgis->actionCircle3Points();}
QAction *QgisAppInterface::actionCircle3Tangents() { return qgis->actionCircle3Tangents();}
QAction *QgisAppInterface::actionCircle2TangentsPoint() { return qgis->actionCircle2TangentsPoint();}
QAction *QgisAppInterface::actionCircleCenterPoint() { return qgis->actionCircleCenterPoint();}
QAction *QgisAppInterface::actionEllipseCenter2Points() { return qgis->actionEllipseCenter2Points();}
QAction *QgisAppInterface::actionEllipseCenterPoint() { return qgis->actionEllipseCenterPoint();}
QAction *QgisAppInterface::actionEllipseExtent() { return qgis->actionEllipseExtent();}
QAction *QgisAppInterface::actionEllipseFoci() { return qgis->actionEllipseFoci();}
QAction *QgisAppInterface::actionRectangleCenterPoint() { return qgis->actionRectangleCenterPoint();}
QAction *QgisAppInterface::actionRectangleExtent() { return qgis->actionRectangleExtent();}
QAction *QgisAppInterface::actionRectangle3PointsDistance() { return qgis->actionRectangle3PointsDistance();}
QAction *QgisAppInterface::actionRectangle3PointsProjected() { return qgis->actionRectangle3PointsProjected();}
QAction *QgisAppInterface::actionRegularPolygon2Points() { return qgis->actionRegularPolygon2Points();}
QAction *QgisAppInterface::actionRegularPolygonCenterPoint() { return qgis->actionRegularPolygonCenterPoint();}
QAction *QgisAppInterface::actionRegularPolygonCenterCorner() { return qgis->actionRegularPolygonCenterCorner();}
//! Layer menu actions
QAction *QgisAppInterface::actionNewVectorLayer() { return qgis->actionNewVectorLayer(); }
QAction *QgisAppInterface::actionAddOgrLayer() { return qgis->actionAddOgrLayer(); }
Expand Down
16 changes: 0 additions & 16 deletions src/app/qgisappinterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -290,22 +290,6 @@ class APP_EXPORT QgisAppInterface : public QgisInterface
QAction *actionQgisHomePage() override;
QAction *actionCheckQgisVersion() override;
QAction *actionAbout() override;
QAction *actionCircle2Points() override;
QAction *actionCircle3Points() override;
QAction *actionCircle3Tangents() override;
QAction *actionCircle2TangentsPoint() override;
QAction *actionCircleCenterPoint() override;
QAction *actionEllipseCenter2Points() override;
QAction *actionEllipseCenterPoint() override;
QAction *actionEllipseExtent() override;
QAction *actionEllipseFoci() override;
QAction *actionRectangleCenterPoint() override;
QAction *actionRectangleExtent() override;
QAction *actionRectangle3PointsDistance() override;
QAction *actionRectangle3PointsProjected() override;
QAction *actionRegularPolygon2Points() override;
QAction *actionRegularPolygonCenterPoint() override;
QAction *actionRegularPolygonCenterCorner() override;

bool openFeatureForm( QgsVectorLayer *l, QgsFeature &f, bool updateFeatureOnly = false, bool showModal = true ) override;
QgsAttributeDialog *getFeatureForm( QgsVectorLayer *layer, QgsFeature &feature ) override;
Expand Down

0 comments on commit 7c90509

Please sign in to comment.