Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
|
@@ -593,6 +593,12 @@ Returns the native Add Point Cloud Layer action. |
|
|
%Docstring |
|
|
Returns the native Add ArcGIS REST Server action. |
|
|
%End |
|
|
|
|
|
virtual QAction *actionAddAmsLayer() = 0; |
|
|
%Docstring |
|
|
Returns the native Add ArcGIS REST Server action. |
|
|
%End |
|
|
|
|
|
virtual QAction *actionCopyLayerStyle() = 0; |
|
|
virtual QAction *actionPasteLayerStyle() = 0; |
|
|
virtual QAction *actionOpenTable() = 0; |
|
|
|
@@ -736,6 +736,7 @@ QAction *QgisAppInterface::actionAddXyzLayer() { return qgis->actionAddXyzLayer( |
|
|
QAction *QgisAppInterface::actionAddVectorTileLayer() { return qgis->actionAddVectorTileLayer(); } |
|
|
QAction *QgisAppInterface::actionAddPointCloudLayer() { return qgis->actionAddPointCloudLayer(); } |
|
|
QAction *QgisAppInterface::actionAddAfsLayer() { return qgis->actionAddAfsLayer(); } |
|
|
QAction *QgisAppInterface::actionAddAmsLayer() { return qgis->actionAddAfsLayer(); } |
|
|
QAction *QgisAppInterface::actionCopyLayerStyle() { return qgis->actionCopyLayerStyle(); } |
|
|
QAction *QgisAppInterface::actionPasteLayerStyle() { return qgis->actionPasteLayerStyle(); } |
|
|
QAction *QgisAppInterface::actionOpenTable() { return qgis->actionOpenTable(); } |
|
|
|
@@ -250,6 +250,7 @@ class APP_EXPORT QgisAppInterface : public QgisInterface |
|
|
QAction *actionAddVectorTileLayer() override; |
|
|
QAction *actionAddPointCloudLayer() override; |
|
|
QAction *actionAddAfsLayer() override; |
|
|
QAction *actionAddAmsLayer() override; |
|
|
QAction *actionCopyLayerStyle() override; |
|
|
QAction *actionPasteLayerStyle() override; |
|
|
QAction *actionOpenTable() override; |
|
|
|
@@ -533,6 +533,10 @@ class GUI_EXPORT QgisInterface : public QObject |
|
|
|
|
|
//! Returns the native Add ArcGIS REST Server action. |
|
|
virtual QAction *actionAddAfsLayer() = 0; |
|
|
|
|
|
//! Returns the native Add ArcGIS REST Server action. |
|
|
virtual QAction *actionAddAmsLayer() = 0; |
|
|
|
|
|
virtual QAction *actionCopyLayerStyle() = 0; |
|
|
virtual QAction *actionPasteLayerStyle() = 0; |
|
|
virtual QAction *actionOpenTable() = 0; |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.