QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
QgisInterface Abstract base class defining interfaces exposed by QgisApp and made available to plugins. More...
#include <qgisinterface.h>
Public Slots | |
virtual int | addDatabaseToolBarIcon (QAction *qAction)=0 |
Add an icon to the Database toolbar. More... | |
virtual QAction * | addDatabaseToolBarWidget (QWidget *widget)=0 |
Add a widget to the database toolbar. More... | |
virtual void | addDockWidget (Qt::DockWidgetArea area, QDockWidget *dockwidget)=0 |
Adds a dock widget to the main window, in the specified dock area. More... | |
virtual QgsMeshLayer * | addMeshLayer (const QString &url, const QString &baseName, const QString &providerKey)=0 |
Adds a mesh layer to the current project. More... | |
virtual void | addPluginToDatabaseMenu (const QString &name, QAction *action)=0 |
Add action to the Database menu. More... | |
virtual void | addPluginToMenu (const QString &name, QAction *action)=0 |
Add action to the plugins menu. More... | |
virtual void | addPluginToRasterMenu (const QString &name, QAction *action)=0 |
Add action to the Raster menu. More... | |
virtual void | addPluginToVectorMenu (const QString &name, QAction *action)=0 |
Add action to the Vector menu. More... | |
virtual void | addPluginToWebMenu (const QString &name, QAction *action)=0 |
Add action to the Web menu. More... | |
virtual QgsPointCloudLayer * | addPointCloudLayer (const QString &url, const QString &baseName, const QString &providerKey)=0 |
Adds a point cloud layer to the current project. More... | |
virtual bool | addProject (const QString &project)=0 |
Adds (opens) a project. More... | |
virtual QgsRasterLayer * | addRasterLayer (const QString &rasterLayerPath, const QString &baseName=QString())=0 |
Adds a raster layer to the current project, given a raster layer file name. More... | |
virtual QgsRasterLayer * | addRasterLayer (const QString &url, const QString &layerName, const QString &providerKey)=0 |
Adds a raster layer to the current project, from the specified raster data provider. More... | |
virtual int | addRasterToolBarIcon (QAction *qAction)=0 |
Add an icon to the Raster toolbar. More... | |
virtual QAction * | addRasterToolBarWidget (QWidget *widget)=0 |
Add a widget to the raster toolbar. More... | |
virtual void | addTabifiedDockWidget (Qt::DockWidgetArea area, QDockWidget *dockwidget, const QStringList &tabifyWith=QStringList(), bool raiseTab=false)=0 |
Add a dock widget to the given area and tabify it (if other dock widgets exist in the same area). More... | |
virtual QToolBar * | addToolBar (const QString &name)=0 |
Add toolbar with specified name. More... | |
virtual void | addToolBar (QToolBar *toolbar, Qt::ToolBarArea area=Qt::TopToolBarArea)=0 |
Add a toolbar. More... | |
virtual int | addToolBarIcon (QAction *qAction)=0 |
Add an icon to the plugins toolbar. More... | |
virtual QAction * | addToolBarWidget (QWidget *widget)=0 |
Add a widget to the plugins toolbar. More... | |
virtual void | addUserInputWidget (QWidget *widget)=0 |
Adds a widget to the user input tool bar. More... | |
virtual QgsVectorLayer * | addVectorLayer (const QString &vectorLayerPath, const QString &baseName, const QString &providerKey)=0 |
Adds a vector layer to the current project. More... | |
virtual QgsVectorTileLayer * | addVectorTileLayer (const QString &url, const QString &baseName)=0 |
Adds a vector tile layer to the current project. More... | |
virtual int | addVectorToolBarIcon (QAction *qAction)=0 |
Add an icon to the Vector toolbar. More... | |
virtual QAction * | addVectorToolBarWidget (QWidget *widget)=0 |
Add a widget to the vector toolbar. More... | |
virtual int | addWebToolBarIcon (QAction *qAction)=0 |
Add an icon to the Web toolbar. More... | |
virtual QAction * | addWebToolBarWidget (QWidget *widget)=0 |
Add a widget to the web toolbar. More... | |
virtual void | addWindow (QAction *action)=0 |
Add window to Window menu. More... | |
virtual bool | askForDatumTransform (QgsCoordinateReferenceSystem sourceCrs, QgsCoordinateReferenceSystem destinationCrs)=0 |
Checks available datum transforms and ask user if several are available and none is chosen. More... | |
virtual QgsBrowserGuiModel * | browserModel ()=0 |
Returns the application browser model. More... | |
virtual void | buildStyleSheet (const QMap< QString, QVariant > &opts)=0 |
Generate stylesheet. More... | |
virtual void | copySelectionToClipboard (QgsMapLayer *)=0 |
Copy selected features from the layer to clipboard. More... | |
virtual void | deregisterLocatorFilter (QgsLocatorFilter *filter)=0 |
Deregisters a locator filter from the app's locator bar and deletes it. More... | |
virtual QgsAttributeDialog * | getFeatureForm (QgsVectorLayer *l, QgsFeature &f)=0 |
Returns a feature form for a given feature. More... | |
virtual void | insertAddLayerAction (QAction *action)=0 |
Add "add layer" action to layer menu. More... | |
virtual void | invalidateLocatorResults ()=0 |
Invalidate results from the locator filter. More... | |
virtual void | locatorSearch (const QString &searchText)=0 |
This will perform a search in the locator bar by setting the line edit text to searchText and automatically displaying any results. More... | |
virtual bool | newProject (bool promptToSaveFlag=false)=0 |
Starts a new blank project. More... | |
virtual bool | openFeatureForm (QgsVectorLayer *l, QgsFeature &f, bool updateFeatureOnly=false, bool showModal=true)=0 |
Opens a new feature form. More... | |
virtual QgsLayoutDesignerInterface * | openLayoutDesigner (QgsMasterLayoutInterface *layout)=0 |
Opens a new layout designer dialog for the specified layout, or brings an already open designer window to the foreground if one is already created for the layout. More... | |
virtual void | openMessageLog ()=0 |
Opens the message log dock widget. More... | |
virtual Q_DECL_DEPRECATED void | openURL (const QString &url, bool useQgisDocDirectory=true)=0 |
Open a url in the users browser. More... | |
virtual void | pasteFromClipboard (QgsMapLayer *)=0 |
Paste features from clipboard to the layer. More... | |
virtual void | preloadForm (const QString &uifile)=0 |
This method is only needed when using a UI form with a custom widget plugin and calling openFeatureForm or getFeatureForm from Python (PyQt) and you haven't used the info tool first. More... | |
virtual void | registerApplicationExitBlocker (QgsApplicationExitBlockerInterface *blocker)=0 |
Register a new application exit blocker, which can be used to prevent the QGIS application from exiting while a plugin or script has unsaved changes. More... | |
virtual void | registerCustomDropHandler (QgsCustomDropHandler *handler)=0 |
Register a new custom drop handler. More... | |
virtual void | registerCustomLayoutDropHandler (QgsLayoutCustomDropHandler *handler)=0 |
Register a new custom drop handler for layout windows. More... | |
virtual void | registerCustomProjectOpenHandler (QgsCustomProjectOpenHandler *handler)=0 |
Register a new custom project open handler. More... | |
virtual void | registerDevToolWidgetFactory (QgsDevToolWidgetFactory *factory)=0 |
Register a new tool in the development/debugging tools dock. More... | |
virtual void | registerLocatorFilter (QgsLocatorFilter *filter)=0 |
Registers a locator filter for the app's locator bar. More... | |
virtual bool | registerMainWindowAction (QAction *action, const QString &defaultShortcut)=0 |
Register action to the shortcuts manager so its shortcut can be changed in GUI. More... | |
virtual void | registerMapLayerConfigWidgetFactory (QgsMapLayerConfigWidgetFactory *factory)=0 |
Register a new tab in the map layer properties dialog. More... | |
virtual void | registerMapToolHandler (QgsAbstractMapToolHandler *handler)=0 |
Register a new application map tool handler, which can be used to automatically setup all connections and logic required to switch to a custom map tool whenever the state of the QGIS application permits. More... | |
virtual void | registerOptionsWidgetFactory (QgsOptionsWidgetFactory *factory)=0 |
Register a new tab in the options dialog. More... | |
virtual void | registerProjectPropertiesWidgetFactory (QgsOptionsWidgetFactory *factory)=0 |
Register a new tab in the project properties dialog. More... | |
virtual void | reloadConnections ()=0 |
Triggered when connections have changed. More... | |
virtual void | removeAddLayerAction (QAction *action)=0 |
Remove "add layer" action from layer menu. More... | |
virtual void | removeDatabaseToolBarIcon (QAction *qAction)=0 |
Remove an action (icon) from the Database toolbar. More... | |
virtual void | removeDockWidget (QDockWidget *dockwidget)=0 |
Removes the specified dock widget from main window (without deleting it). More... | |
virtual void | removePluginDatabaseMenu (const QString &name, QAction *action)=0 |
Remove action from the Database menu. More... | |
virtual void | removePluginMenu (const QString &name, QAction *action)=0 |
Remove action from the plugins menu. More... | |
virtual void | removePluginRasterMenu (const QString &name, QAction *action)=0 |
Remove action from the Raster menu. More... | |
virtual void | removePluginVectorMenu (const QString &name, QAction *action)=0 |
Remove action from the Vector menu. More... | |
virtual void | removePluginWebMenu (const QString &name, QAction *action)=0 |
Remove action from the Web menu. More... | |
virtual void | removeRasterToolBarIcon (QAction *qAction)=0 |
Remove an action (icon) from the Raster toolbar. More... | |
virtual void | removeToolBarIcon (QAction *qAction)=0 |
Remove an action (icon) from the plugin toolbar. More... | |
virtual void | removeVectorToolBarIcon (QAction *qAction)=0 |
Remove an action (icon) from the Vector toolbar. More... | |
virtual void | removeWebToolBarIcon (QAction *qAction)=0 |
Remove an action (icon) from the Web toolbar. More... | |
virtual void | removeWindow (QAction *action)=0 |
Remove window from Window menu. More... | |
virtual void | saveStyleSheetOptions (const QMap< QString, QVariant > &opts)=0 |
Save changed default option keys/values to user settings. More... | |
virtual bool | setActiveLayer (QgsMapLayer *)=0 |
Set the active layer (layer gets selected in the legend) returns true if the layer exists, false otherwise. More... | |
virtual void | setGpsPanelConnection (QgsGpsConnection *connection)=0 |
Sets a GPS connection to use within the GPS Panel widget. More... | |
virtual QDialog * | showAttributeTable (QgsVectorLayer *l, const QString &filterExpression=QString())=0 |
Open attribute table dialog. More... | |
virtual void | showLayerProperties (QgsMapLayer *l, const QString &page=QString())=0 |
Opens layer properties dialog for the layer l. More... | |
virtual void | showLayoutManager ()=0 |
Opens the layout manager dialog. More... | |
virtual void | showOptionsDialog (QWidget *parent=nullptr, const QString ¤tPage=QString())=0 |
Opens the options dialog. More... | |
virtual void | showProjectPropertiesDialog (const QString ¤tPage=QString())=0 |
Opens the project properties dialog. More... | |
virtual void | unregisterApplicationExitBlocker (QgsApplicationExitBlockerInterface *blocker)=0 |
Unregister a previously registered application exit blocker. More... | |
virtual void | unregisterCustomDropHandler (QgsCustomDropHandler *handler)=0 |
Unregister a previously registered custom drop handler. More... | |
virtual void | unregisterCustomLayoutDropHandler (QgsLayoutCustomDropHandler *handler)=0 |
Unregister a previously registered custom drop handler for layout windows. More... | |
virtual void | unregisterCustomProjectOpenHandler (QgsCustomProjectOpenHandler *handler)=0 |
Unregister a previously registered custom project open handler. More... | |
virtual void | unregisterDevToolWidgetFactory (QgsDevToolWidgetFactory *factory)=0 |
Unregister a previously registered tool factory from the development/debugging tools dock. More... | |
virtual bool | unregisterMainWindowAction (QAction *action)=0 |
Unregister a previously registered action. (e.g. when plugin is going to be unloaded) More... | |
virtual void | unregisterMapLayerConfigWidgetFactory (QgsMapLayerConfigWidgetFactory *factory)=0 |
Unregister a previously registered tab in the map layer properties dialog. More... | |
virtual void | unregisterMapToolHandler (QgsAbstractMapToolHandler *handler)=0 |
Unregister a previously registered map tool handler. More... | |
virtual void | unregisterOptionsWidgetFactory (QgsOptionsWidgetFactory *factory)=0 |
Unregister a previously registered tab in the options dialog. More... | |
virtual void | unregisterProjectPropertiesWidgetFactory (QgsOptionsWidgetFactory *factory)=0 |
Unregister a previously registered tab in the options dialog. More... | |
virtual void | zoomFull ()=0 |
Zooms to the full extent of all map layers. More... | |
virtual void | zoomToActiveLayer ()=0 |
Zooms to extent of the active layer. More... | |
virtual void | zoomToNext ()=0 |
Zooms to the next view extent. More... | |
virtual void | zoomToPrevious ()=0 |
Zooms to the previous view extent. More... | |
Signals | |
void | currentLayerChanged (QgsMapLayer *layer) |
Emitted whenever current (selected) layer changes. More... | |
void | currentThemeChanged (const QString &theme) |
Emitted when the current theme is changed so plugins can change their tool button icons. More... | |
void | initializationCompleted () |
Emitted when the initialization is complete. More... | |
void | layerSavedAs (QgsMapLayer *l, const QString &path) |
Emitted when a layer has been saved using save as. More... | |
void | layoutDesignerClosed () |
Emitted after a layout designer window is closed. More... | |
void | layoutDesignerOpened (QgsLayoutDesignerInterface *designer) |
Emitted when a new layout designer has been opened. More... | |
void | layoutDesignerWillBeClosed (QgsLayoutDesignerInterface *designer) |
Emitted before a layout designer is going to be closed and deleted. More... | |
void | newProjectCreated () |
Emitted when starting an entirely new project. More... | |
void | projectRead () |
Emitted when a project file is successfully read. More... | |
Public Member Functions | |
QgisInterface ()=default | |
Constructor. More... | |
virtual QAction * | actionAbout ()=0 |
virtual QAction * | actionAddAfsLayer ()=0 |
Returns the native Add ArcGIS REST Server action. More... | |
virtual QAction * | actionAddAllToOverview ()=0 |
virtual QAction * | actionAddAmsLayer ()=0 |
Returns the native Add ArcGIS REST Server action. More... | |
virtual QAction * | actionAddFeature ()=0 |
Returns the native Add Feature action. More... | |
virtual QAction * | actionAddOgrLayer ()=0 |
virtual QAction * | actionAddPart ()=0 |
Returns the native Add Part action. More... | |
virtual QAction * | actionAddPgLayer ()=0 |
virtual QAction * | actionAddPointCloudLayer ()=0 |
Returns the native Add Point Cloud Layer action. More... | |
virtual QAction * | actionAddRasterLayer ()=0 |
virtual QAction * | actionAddRing ()=0 |
Returns the native Add Ring action. More... | |
virtual QAction * | actionAddToOverview ()=0 |
virtual QAction * | actionAddVectorTileLayer ()=0 |
Returns the native Add Vector Tile Layer action. More... | |
virtual QAction * | actionAddWmsLayer ()=0 |
virtual QAction * | actionAddXyzLayer ()=0 |
Returns the native Add XYZ Layer action. More... | |
virtual QAction * | actionAllEdits ()=0 |
virtual QAction * | actionCancelAllEdits ()=0 |
virtual QAction * | actionCancelEdits ()=0 |
virtual QAction * | actionCheckQgisVersion ()=0 |
virtual QAction * | actionCircle2Points ()=0 |
Returns the native add circle from 2 points action. Call trigger() on it to set the map tool. More... | |
virtual QAction * | actionCircle2TangentsPoint ()=0 |
Returns the native add circle from 2 tangents and a point action. Call trigger() on it to set the map tool. More... | |
virtual QAction * | actionCircle3Points ()=0 |
Returns the native add circle from 3 points action. Call trigger() on it to set the map tool. More... | |
virtual QAction * | actionCircle3Tangents ()=0 |
Returns the native add circle from 3 tangents action. Call trigger() on it to set the map tool. More... | |
virtual QAction * | actionCircleCenterPoint ()=0 |
Returns the native add circle from center action. Call trigger() on it to set the map tool. More... | |
virtual QAction * | actionCopyFeatures ()=0 |
Returns the native Copy Features action. More... | |
virtual QAction * | actionCopyLayerStyle ()=0 |
virtual QAction * | actionCreatePrintLayout ()=0 |
Create new print layout action. More... | |
virtual QAction * | actionCustomProjection ()=0 |
virtual QAction * | actionCutFeatures ()=0 |
Returns the native Cut Features action. More... | |
virtual QAction * | actionDeletePart ()=0 |
Returns the native Delete Part action. More... | |
virtual QAction * | actionDeleteRing ()=0 |
Returns the native Delete Ring action. More... | |
virtual QAction * | actionDeleteSelected ()=0 |
Returns the native Delete Selected Features action. More... | |
virtual QAction * | actionDraw ()=0 |
Returns the native draw action. More... | |
virtual QAction * | actionDuplicateLayer ()=0 |
virtual QAction * | actionEllipseCenter2Points ()=0 |
Returns the native add ellipse from center and 2 points action. Call trigger() on it to set the map tool. More... | |
virtual QAction * | actionEllipseCenterPoint ()=0 |
Returns the native add ellipse from center and a point action. Call trigger() on it to set the map tool. More... | |
virtual QAction * | actionEllipseExtent ()=0 |
Returns the native add ellipse from an extent action. Call trigger() on it to set the map tool. More... | |
virtual QAction * | actionEllipseFoci ()=0 |
Returns the native add ellipse from foci action. Call trigger() on it to set the map tool. More... | |
virtual QAction * | actionExit ()=0 |
Returns the Exit QGIS action. More... | |
virtual QAction * | actionFeatureAction ()=0 |
Returns the native run action feature action. Call trigger() on it to set the default run feature action map tool. More... | |
virtual QAction * | actionHelpContents ()=0 |
virtual QAction * | actionHideAllLayers ()=0 |
virtual QAction * | actionHideDeselectedLayers ()=0 |
Returns the Hide Deselected Layers action. More... | |
virtual QAction * | actionHideSelectedLayers ()=0 |
virtual QAction * | actionIdentify ()=0 |
Returns the native identify action. Call trigger() on it to set the default identify map tool. More... | |
virtual QAction * | actionLayerProperties ()=0 |
virtual QAction * | actionLayerSaveAs ()=0 |
virtual QAction * | actionManagePlugins ()=0 |
virtual QAction * | actionMapTips ()=0 |
Returns the native map tips action. Call trigger() on it to toggle map tips. More... | |
virtual QAction * | actionMeasure ()=0 |
Returns the native measure action. Call trigger() on it to set the default measure map tool. More... | |
virtual QAction * | actionMeasureArea ()=0 |
Returns the native measure area action. Call trigger() on it to set the default measure area map tool. More... | |
virtual QAction * | actionMoveFeature ()=0 |
Returns the native Move Features action. More... | |
virtual QAction * | actionNewBookmark ()=0 |
Returns the native new bookmark action. Call trigger() on it to open the new bookmark dialog. More... | |
virtual QAction * | actionNewProject ()=0 |
Returns the native New Project action. More... | |
virtual QAction * | actionNewVectorLayer ()=0 |
virtual QAction * | actionOpenFieldCalculator ()=0 |
virtual QAction * | actionOpenProject ()=0 |
Returns the Open Project action. More... | |
virtual QAction * | actionOpenStatisticalSummary ()=0 |
Statistical summary action. More... | |
virtual QAction * | actionOpenTable ()=0 |
virtual QAction * | actionOptions ()=0 |
virtual QAction * | actionPan ()=0 |
Returns the native pan action. Call trigger() on it to set the default pan map tool. More... | |
virtual QAction * | actionPanToSelected ()=0 |
Returns the native pan to selected action. Call trigger() on it to pan the map canvas to the selection. More... | |
virtual QAction * | actionPasteFeatures ()=0 |
Returns the native Paste Features action. More... | |
virtual QAction * | actionPasteLayerStyle ()=0 |
virtual QAction * | actionPluginListSeparator ()=0 |
virtual QAction * | actionProjectProperties ()=0 |
Returns the native Project Properties action. More... | |
virtual QAction * | actionQgisHomePage ()=0 |
virtual QAction * | actionRectangle3PointsDistance ()=0 |
Returns the native add rectangle from 3 points (distance from 2nd and 3rd points) action. Call trigger() on it to set the map tool. More... | |
virtual QAction * | actionRectangle3PointsProjected ()=0 |
Returns the native add rectangle from 3 points (distance from projected 3rd point on segment p1 and p2) action. Call trigger() on it to set the map tool. More... | |
virtual QAction * | actionRectangleCenterPoint ()=0 |
Returns the native add rectangle from center and a point action. Call trigger() on it to set the map tool. More... | |
virtual QAction * | actionRectangleExtent ()=0 |
Returns the native add rectangle from extent action. Call trigger() on it to set the map tool. More... | |
virtual QAction * | actionRegularPolygon2Points ()=0 |
Returns the native add regular polygon from 2 points action. Call trigger() on it to set the map tool. More... | |
virtual QAction * | actionRegularPolygonCenterCorner ()=0 |
Returns the native add regular polygon from center and a corner action. Call trigger() on it to set the map tool. More... | |
virtual QAction * | actionRegularPolygonCenterPoint ()=0 |
Returns the native add regular polygon from center and a point action. Call trigger() on it to set the map tool. More... | |
virtual QAction * | actionRemoveAllFromOverview ()=0 |
virtual QAction * | actionRollbackAllEdits ()=0 |
virtual QAction * | actionRollbackEdits ()=0 |
virtual QAction * | actionSaveActiveLayerEdits ()=0 |
virtual QAction * | actionSaveAllEdits ()=0 |
virtual QAction * | actionSaveEdits ()=0 |
virtual QAction * | actionSaveMapAsImage ()=0 |
Returns the native Save Map as Image action. More... | |
virtual QAction * | actionSaveProject ()=0 |
Returns the native Save Project action. More... | |
virtual QAction * | actionSaveProjectAs ()=0 |
Returns the native Save Project As action. More... | |
virtual QAction * | actionSelect ()=0 |
Returns the native select action. Call trigger() on it to set the default select map tool. More... | |
virtual QAction * | actionSelectFreehand ()=0 |
Returns the native select freehand action. Call trigger() on it to set the default select freehand map tool. More... | |
virtual QAction * | actionSelectPolygon ()=0 |
Returns the native select polygon action. Call trigger() on it to set the default select polygon map tool. More... | |
virtual QAction * | actionSelectRadius ()=0 |
Returns the native select radius action. Call trigger() on it to set the default select radius map tool. More... | |
virtual QAction * | actionSelectRectangle ()=0 |
Returns the native select rectangle action. Call trigger() on it to set the default select rectangle map tool. More... | |
virtual QAction * | actionShowAllLayers ()=0 |
virtual QAction * | actionShowBookmarks ()=0 |
Returns the native show bookmarks action. Call trigger() on it to open the bookmarks dialog. More... | |
virtual QAction * | actionShowLayoutManager ()=0 |
Show layout manager action. More... | |
virtual QAction * | actionShowPythonDialog ()=0 |
virtual QAction * | actionShowSelectedLayers ()=0 |
virtual QAction * | actionSimplifyFeature ()=0 |
Returns the native Simplify/Smooth Features action. More... | |
virtual QAction * | actionSplitFeatures ()=0 |
Returns the native Split Features action. More... | |
virtual QAction * | actionSplitParts ()=0 |
Returns the native Split Parts action. More... | |
virtual QAction * | actionToggleEditing ()=0 |
virtual QAction * | actionToggleFullScreen ()=0 |
virtual QAction * | actionToggleSelectedLayers ()=0 |
Returns the Toggle Selected Layers action. More... | |
virtual QAction * | actionToggleSelectedLayersIndependently ()=0 |
Returns the Toggle Selected Layers Independently action. More... | |
virtual QAction * | actionVertexTool ()=0 |
Returns the native "Vertex Tool for All Layers" action. More... | |
virtual QAction * | actionVertexToolActiveLayer ()=0 |
Returns the native "Vertex Tool for Active Layer" action. More... | |
virtual QAction * | actionZoomActualSize ()=0 |
Returns the native zoom resolution (100%) action. Call trigger() on it to zoom to actual size. More... | |
virtual QAction * | actionZoomFullExtent ()=0 |
Returns the native zoom full extent action. Call trigger() on it to zoom to the full extent. More... | |
virtual QAction * | actionZoomIn ()=0 |
Returns the native zoom in action. Call trigger() on it to set the default zoom in map tool. More... | |
virtual QAction * | actionZoomLast ()=0 |
Returns the native zoom last action. Call trigger() on it to zoom to last. More... | |
virtual QAction * | actionZoomNext ()=0 |
Returns the native zoom next action. Call trigger() on it to zoom to next. More... | |
virtual QAction * | actionZoomOut ()=0 |
Returns the native zoom out action. Call trigger() on it to set the default zoom out map tool. More... | |
virtual Q_DECL_DEPRECATED QAction * | actionZoomToLayer ()=0 |
Returns the native zoom to layer action. More... | |
virtual QAction * | actionZoomToLayers ()=0 |
Returns the native zoom to layers action. More... | |
virtual QAction * | actionZoomToSelected ()=0 |
Returns the native zoom to selected action. Call trigger() on it to zoom to the current selection. More... | |
virtual QgsMapLayer * | activeLayer ()=0 |
Returns a pointer to the active layer (layer selected in the legend) More... | |
virtual void | addCustomActionForLayer (QAction *action, QgsMapLayer *layer)=0 |
Add action to context menu for a specific layer in the layer tree. More... | |
virtual void | addCustomActionForLayerType (QAction *action, QString menu, QgsMapLayerType type, bool allLayers)=0 |
Add action to context menu for layers in the layer tree. More... | |
virtual QMenu * | addLayerMenu ()=0 |
Returns a reference to the main window "Add Layer" menu. More... | |
virtual QToolBar * | advancedDigitizeToolBar ()=0 |
Returns a reference to the main window "Advanced Digitizing" toolbar. More... | |
virtual QToolBar * | attributesToolBar ()=0 |
Returns a reference to the main window "Attributes" toolbar. More... | |
virtual QgsAdvancedDigitizingDockWidget * | cadDockWidget ()=0 |
Advanced digitizing dock widget. More... | |
virtual void | closeMapCanvas (const QString &name)=0 |
Closes the additional map canvas with matching name. More... | |
virtual QgsMapCanvas * | createNewMapCanvas (const QString &name)=0 |
Create a new map canvas with the specified unique name. More... | |
virtual QMenu * | databaseMenu ()=0 |
Returns a reference to the main window "Database" menu. More... | |
virtual QToolBar * | databaseToolBar ()=0 |
Returns a reference to the main window "Database" toolbar. More... | |
virtual QToolBar * | dataSourceManagerToolBar ()=0 |
Returns a reference to the main window "Data Source Manager" toolbar. More... | |
virtual QFont | defaultStyleSheetFont ()=0 |
Returns a reference font for initial qApp (may not be same as QgisApp) More... | |
virtual QMap< QString, QVariant > | defaultStyleSheetOptions ()=0 |
Returns changeable options built from settings and/or defaults. More... | |
virtual QToolBar * | digitizeToolBar ()=0 |
Returns a reference to the main window "Digitize" toolbar. More... | |
virtual QList< QgsMapLayer * > | editableLayers (bool modified=false) const =0 |
Returns vector layers in edit mode. More... | |
virtual QMenu * | editMenu ()=0 |
Returns a reference to the main window "Edit" menu. More... | |
virtual QToolBar * | fileToolBar ()=0 |
Returns a reference to the main window "File" toolbar. More... | |
virtual QMenu * | firstRightStandardMenu ()=0 |
Returns a reference to the right most standard menu, which is usually the last menu item before the "Help" menu. More... | |
virtual QMenu * | helpMenu ()=0 |
Returns a reference to the main window "Help" menu. More... | |
virtual QToolBar * | helpToolBar ()=0 |
Returns a reference to the main window "Help" toolbar. More... | |
virtual QSize | iconSize (bool dockedToolbar=false) const =0 |
Returns the toolbar icon size. More... | |
virtual QMenu * | layerMenu ()=0 |
Returns a reference to the main window "Layer" menu. More... | |
virtual QToolBar * | layerToolBar ()=0 |
Returns a reference to the main window "Layer" toolbar. More... | |
virtual QgsLayerTreeMapCanvasBridge * | layerTreeCanvasBridge ()=0 |
Returns a pointer to the layer tree canvas bridge. More... | |
virtual QgsLayerTreeRegistryBridge::InsertionPoint | layerTreeInsertionPoint ()=0 |
Returns the insertion point. More... | |
virtual QgsLayerTreeView * | layerTreeView ()=0 |
virtual QWidget * | mainWindow ()=0 |
Returns a pointer to the main window (instance of QgisApp in case of QGIS) More... | |
virtual QgsMapCanvas * | mapCanvas ()=0 |
Returns a pointer to the map canvas. More... | |
virtual QList< QgsMapCanvas * > | mapCanvases ()=0 |
Returns a list of all map canvases open in the app. More... | |
virtual QToolBar * | mapNavToolToolBar ()=0 |
Returns a reference to the main window "Map Navigation" toolbar. More... | |
virtual QActionGroup * | mapToolActionGroup ()=0 |
Returns the action group for map tools. More... | |
virtual QgsMessageBar * | messageBar ()=0 |
Returns the message bar of the main app. More... | |
virtual int | messageTimeout ()=0 |
Returns the timeout for timed messages: default of 5 seconds. More... | |
virtual QMenu * | newLayerMenu ()=0 |
Returns a reference to the main window "Create New Layer" menu. More... | |
virtual QList< QgsLayoutDesignerInterface * > | openLayoutDesigners ()=0 |
Returns all currently open layout designers. More... | |
virtual QMenu * | pluginHelpMenu ()=0 |
Returns a reference to the main window "Plugin Help" sub-menu. More... | |
virtual QgsPluginManagerInterface * | pluginManagerInterface ()=0 |
virtual QMenu * | pluginMenu ()=0 |
Returns a reference to the main window "Plugin" menu. More... | |
virtual QToolBar * | pluginToolBar ()=0 |
Returns a reference to the main window "Plugin" toolbar. More... | |
virtual QMenu * | projectMenu ()=0 |
Returns a reference to the main window "Project" menu. More... | |
virtual QMenu * | rasterMenu ()=0 |
Returns a reference to the main window "Raster" menu. More... | |
virtual QToolBar * | rasterToolBar ()=0 |
Returns a reference to the main window "Raster" toolbar. More... | |
virtual bool | removeCustomActionForLayerType (QAction *action)=0 |
Remove action for layers in the layer tree previously added with addCustomActionForLayerType() More... | |
virtual QToolBar * | selectionToolBar ()=0 |
Returns a reference to the main window "Selection" toolbar. More... | |
virtual QMenu * | settingsMenu ()=0 |
Returns a reference to the main window "Settings" menu. More... | |
virtual QToolBar * | shapeDigitizeToolBar ()=0 |
Returns a reference to the main window "Shape Digitizing" toolbar. More... | |
virtual QgsStatusBar * | statusBarIface ()=0 |
Returns a pointer to the app's status bar interface. More... | |
virtual void | takeAppScreenShots (const QString &saveDirectory, const int categories=0) |
Take screenshots for user documentation. More... | |
virtual QgsVectorLayerTools * | vectorLayerTools ()=0 |
Access the vector layer tools instance. More... | |
virtual QMenu * | vectorMenu ()=0 |
Returns a reference to the main window "Vector" menu. More... | |
virtual QToolBar * | vectorToolBar ()=0 |
Returns a reference to the main window "Vector" toolbar. More... | |
virtual QMenu * | viewMenu ()=0 |
Returns a reference to the main window "View" menu. More... | |
virtual QMenu * | webMenu ()=0 |
Returns a reference to the main window "Web" menu. More... | |
virtual QToolBar * | webToolBar ()=0 |
Returns a reference to the main window "Web" toolbar. More... | |
virtual QMenu * | windowMenu ()=0 |
Returns a reference to the main window "Window" menu. More... | |
QgisInterface Abstract base class defining interfaces exposed by QgisApp and made available to plugins.
Only functionality exposed by QgisInterface can be used in plugins. This interface has to be implemented with application specific details.
QGIS implements it in QgisAppInterface class, 3rd party applications could provide their own implementation to be able to use plugins.
Definition at line 87 of file qgisinterface.h.
|
default |
Constructor.
|
pure virtual |
|
pure virtual |
Returns the native Add ArcGIS REST Server action.
|
pure virtual |
|
pure virtual |
Returns the native Add ArcGIS REST Server action.
|
pure virtual |
Returns the native Add Feature action.
|
pure virtual |
|
pure virtual |
Returns the native Add Part action.
|
pure virtual |
|
pure virtual |
Returns the native Add Point Cloud Layer action.
|
pure virtual |
|
pure virtual |
Returns the native Add Ring action.
|
pure virtual |
|
pure virtual |
Returns the native Add Vector Tile Layer action.
|
pure virtual |
|
pure virtual |
Returns the native Add XYZ Layer action.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
Returns the native add circle from 2 points action. Call trigger() on it to set the map tool.
|
pure virtual |
Returns the native add circle from 2 tangents and a point action. Call trigger() on it to set the map tool.
|
pure virtual |
Returns the native add circle from 3 points action. Call trigger() on it to set the map tool.
|
pure virtual |
Returns the native add circle from 3 tangents action. Call trigger() on it to set the map tool.
|
pure virtual |
Returns the native add circle from center action. Call trigger() on it to set the map tool.
|
pure virtual |
Returns the native Copy Features action.
|
pure virtual |
|
pure virtual |
Create new print layout action.
|
pure virtual |
|
pure virtual |
Returns the native Cut Features action.
|
pure virtual |
Returns the native Delete Part action.
|
pure virtual |
Returns the native Delete Ring action.
|
pure virtual |
Returns the native Delete Selected Features action.
|
pure virtual |
Returns the native draw action.
|
pure virtual |
|
pure virtual |
Returns the native add ellipse from center and 2 points action. Call trigger() on it to set the map tool.
|
pure virtual |
Returns the native add ellipse from center and a point action. Call trigger() on it to set the map tool.
|
pure virtual |
Returns the native add ellipse from an extent action. Call trigger() on it to set the map tool.
|
pure virtual |
Returns the native add ellipse from foci action. Call trigger() on it to set the map tool.
|
pure virtual |
Returns the Exit QGIS action.
|
pure virtual |
Returns the native run action feature action. Call trigger() on it to set the default run feature action map tool.
|
pure virtual |
|
pure virtual |
|
pure virtual |
Returns the Hide Deselected Layers action.
|
pure virtual |
|
pure virtual |
Returns the native identify action. Call trigger() on it to set the default identify map tool.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
Returns the native map tips action. Call trigger() on it to toggle map tips.
|
pure virtual |
Returns the native measure action. Call trigger() on it to set the default measure map tool.
|
pure virtual |
Returns the native measure area action. Call trigger() on it to set the default measure area map tool.
|
pure virtual |
Returns the native Move Features action.
|
pure virtual |
Returns the native new bookmark action. Call trigger() on it to open the new bookmark dialog.
|
pure virtual |
Returns the native New Project action.
|
pure virtual |
|
pure virtual |
|
pure virtual |
Returns the Open Project action.
|
pure virtual |
Statistical summary action.
|
pure virtual |
|
pure virtual |
|
pure virtual |
Returns the native pan action. Call trigger() on it to set the default pan map tool.
|
pure virtual |
Returns the native pan to selected action. Call trigger() on it to pan the map canvas to the selection.
|
pure virtual |
Returns the native Paste Features action.
|
pure virtual |
|
pure virtual |
|
pure virtual |
Returns the native Project Properties action.
|
pure virtual |
|
pure virtual |
Returns the native add rectangle from 3 points (distance from 2nd and 3rd points) action. Call trigger() on it to set the map tool.
|
pure virtual |
Returns the native add rectangle from 3 points (distance from projected 3rd point on segment p1 and p2) action. Call trigger() on it to set the map tool.
|
pure virtual |
Returns the native add rectangle from center and a point action. Call trigger() on it to set the map tool.
|
pure virtual |
Returns the native add rectangle from extent action. Call trigger() on it to set the map tool.
|
pure virtual |
Returns the native add regular polygon from 2 points action. Call trigger() on it to set the map tool.
|
pure virtual |
Returns the native add regular polygon from center and a corner action. Call trigger() on it to set the map tool.
|
pure virtual |
Returns the native add regular polygon from center and a point action. Call trigger() on it to set the map tool.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
Returns the native Save Map as Image action.
|
pure virtual |
Returns the native Save Project action.
|
pure virtual |
Returns the native Save Project As action.
|
pure virtual |
Returns the native select action. Call trigger() on it to set the default select map tool.
|
pure virtual |
Returns the native select freehand action. Call trigger() on it to set the default select freehand map tool.
|
pure virtual |
Returns the native select polygon action. Call trigger() on it to set the default select polygon map tool.
|
pure virtual |
Returns the native select radius action. Call trigger() on it to set the default select radius map tool.
|
pure virtual |
Returns the native select rectangle action. Call trigger() on it to set the default select rectangle map tool.
|
pure virtual |
|
pure virtual |
Returns the native show bookmarks action. Call trigger() on it to open the bookmarks dialog.
|
pure virtual |
Show layout manager action.
|
pure virtual |
|
pure virtual |
|
pure virtual |
Returns the native Simplify/Smooth Features action.
|
pure virtual |
Returns the native Split Features action.
|
pure virtual |
Returns the native Split Parts action.
|
pure virtual |
|
pure virtual |
|
pure virtual |
Returns the Toggle Selected Layers action.
|
pure virtual |
Returns the Toggle Selected Layers Independently action.
|
pure virtual |
Returns the native "Vertex Tool for All Layers" action.
|
pure virtual |
|
pure virtual |
Returns the native zoom resolution (100%) action. Call trigger() on it to zoom to actual size.
|
pure virtual |
Returns the native zoom full extent action. Call trigger() on it to zoom to the full extent.
|
pure virtual |
Returns the native zoom in action. Call trigger() on it to set the default zoom in map tool.
|
pure virtual |
Returns the native zoom last action. Call trigger() on it to zoom to last.
|
pure virtual |
Returns the native zoom next action. Call trigger() on it to zoom to next.
|
pure virtual |
Returns the native zoom out action. Call trigger() on it to set the default zoom out map tool.
|
pure virtual |
Returns the native zoom to layer action.
Call trigger() on it to zoom to the active layer.
|
pure virtual |
Returns the native zoom to layers action.
Call trigger() on it to zoom to the selected layers.
|
pure virtual |
Returns the native zoom to selected action. Call trigger() on it to zoom to the current selection.
|
pure virtual |
Returns a pointer to the active layer (layer selected in the legend)
|
pure virtual |
Add action to context menu for a specific layer in the layer tree.
It is necessary to first call addCustomActionForLayerType() with allLayers=false in order for this method to have any effect.
|
pure virtual |
Add action to context menu for layers in the layer tree.
If allLayers is true
, then the action will be available for all layers of given type, otherwise the action will be available only for specific layers added with addCustomActionForLayer() after this call.
If menu argument is not empty, the action will be also added to a menu within the main window, creating menu with the given name if it does not exist yet.
|
pure virtualslot |
Add an icon to the Database toolbar.
|
pure virtualslot |
Add a widget to the database toolbar.
To remove this widget again, call removeDatabaseToolBarIcon() with the returned QAction.
widget | widget to add. The toolbar will take ownership of this widget |
|
pure virtualslot |
Adds a dock widget to the main window, in the specified dock area.
|
pure virtual |
Returns a reference to the main window "Add Layer" menu.
|
pure virtualslot |
Adds a mesh layer to the current project.
|
pure virtualslot |
Add action to the Database menu.
|
pure virtualslot |
Add action to the plugins menu.
|
pure virtualslot |
Add action to the Raster menu.
|
pure virtualslot |
Add action to the Vector menu.
|
pure virtualslot |
Add action to the Web menu.
|
pure virtualslot |
Adds a point cloud layer to the current project.
|
pure virtualslot |
Adds (opens) a project.
|
pure virtualslot |
Adds a raster layer to the current project, given a raster layer file name.
|
pure virtualslot |
Adds a raster layer to the current project, from the specified raster data provider.
|
pure virtualslot |
Add an icon to the Raster toolbar.
|
pure virtualslot |
Add a widget to the raster toolbar.
To remove this widget again, call removeRasterToolBarIcon() with the returned QAction.
widget | widget to add. The toolbar will take ownership of this widget |
|
pure virtualslot |
Add a dock widget to the given area and tabify it (if other dock widgets exist in the same area).
The new tab will be below other tabs unless raiseTab is passed as true
.
tabifyWith is a list of dock widget object names, ordered by priority, with which the new dock widget should be tabified. Only the first matching object name will be picked. If none of the given object names is found in that area (or if tabifyWith is not given at all), the new dock widget will be created anyways, but its location within that area will be unpredictable.
|
pure virtualslot |
Add toolbar with specified name.
|
pure virtualslot |
Add a toolbar.
|
pure virtualslot |
Add an icon to the plugins toolbar.
|
pure virtualslot |
Add a widget to the plugins toolbar.
To remove this widget again, call removeToolBarIcon() with the returned QAction.
widget | widget to add. The toolbar will take ownership of this widget |
|
pure virtualslot |
Adds a widget to the user input tool bar.
|
pure virtualslot |
Adds a vector layer to the current project.
|
pure virtualslot |
Adds a vector tile layer to the current project.
|
pure virtualslot |
Add an icon to the Vector toolbar.
|
pure virtualslot |
Add a widget to the vector toolbar.
To remove this widget again, call removeVectorToolBarIcon() with the returned QAction.
widget | widget to add. The toolbar will take ownership of this widget |
|
pure virtualslot |
Add an icon to the Web toolbar.
|
pure virtualslot |
Add a widget to the web toolbar.
To remove this widget again, call removeWebToolBarIcon() with the returned QAction.
widget | widget to add. The toolbar will take ownership of this widget |
|
pure virtualslot |
Add window to Window menu.
The action title is the window title and the action should raise, unminimize and activate the window.
|
pure virtual |
Returns a reference to the main window "Advanced Digitizing" toolbar.
|
pure virtualslot |
Checks available datum transforms and ask user if several are available and none is chosen.
Dialog is shown only if global option is set accordingly.
true
if a datum transform has been specifically chosen by user or only one is available.
|
pure virtual |
Returns a reference to the main window "Attributes" toolbar.
|
pure virtualslot |
Returns the application browser model.
Using this shared model is more efficient than creating a new browser model for every use.
|
pure virtualslot |
Generate stylesheet.
opts | generated default option values, or a changed copy of them |
|
pure virtual |
Advanced digitizing dock widget.
|
pure virtual |
|
pure virtualslot |
Copy selected features from the layer to clipboard.
|
pure virtual |
|
signal |
Emitted whenever current (selected) layer changes.
The pointer to layer can be nullptr
if no layer is selected.
|
signal |
Emitted when the current theme is changed so plugins can change their tool button icons.
|
pure virtual |
Returns a reference to the main window "Database" menu.
|
pure virtual |
Returns a reference to the main window "Database" toolbar.
|
pure virtual |
Returns a reference to the main window "Data Source Manager" toolbar.
|
pure virtual |
Returns a reference font for initial qApp (may not be same as QgisApp)
|
pure virtual |
Returns changeable options built from settings and/or defaults.
|
pure virtualslot |
Deregisters a locator filter from the app's locator bar and deletes it.
Calling this will block whilst any currently running query is terminated.
Plugins which register filters to the locator bar must take care to correctly call deregisterLocatorFilter() to deregister their filters upon plugin unload to avoid crashes.
|
pure virtual |
Returns a reference to the main window "Digitize" toolbar.
|
pure virtual |
Returns vector layers in edit mode.
modified | whether to return only layers that have been modified |
|
pure virtual |
Returns a reference to the main window "Edit" menu.
|
pure virtual |
Returns a reference to the main window "File" toolbar.
|
pure virtual |
Returns a reference to the right most standard menu, which is usually the last menu item before the "Help" menu.
This can be used to insert additional top-level menus into their correct position BEFORE the help menu.
|
pure virtualslot |
Returns a feature form for a given feature.
l | The layer for which the dialog will be created |
f | The feature for which the dialog will be created |
|
pure virtual |
Returns a reference to the main window "Help" menu.
|
pure virtual |
Returns a reference to the main window "Help" toolbar.
|
pure virtual |
Returns the toolbar icon size.
If dockedToolbar is true
, the icon size for toolbars contained within docks is returned.
|
signal |
Emitted when the initialization is complete.
|
pure virtualslot |
Add "add layer" action to layer menu.
|
pure virtualslot |
Invalidate results from the locator filter.
This might be useful if the configuration of the filter changed without going through main application settings.
|
pure virtual |
Returns a reference to the main window "Layer" menu.
|
signal |
Emitted when a layer has been saved using save as.
|
pure virtual |
Returns a reference to the main window "Layer" toolbar.
|
pure virtual |
Returns a pointer to the layer tree canvas bridge.
|
pure virtual |
Returns the insertion point.
This represents the current layer tree group and index where newly added map layers should be inserted into.
|
pure virtual |
|
signal |
Emitted after a layout designer window is closed.
|
signal |
Emitted when a new layout designer has been opened.
|
signal |
Emitted before a layout designer is going to be closed and deleted.
|
pure virtualslot |
This will perform a search in the locator bar by setting the line edit text to searchText and automatically displaying any results.
|
pure virtual |
Returns a pointer to the main window (instance of QgisApp in case of QGIS)
|
pure virtual |
Returns a pointer to the map canvas.
|
pure virtual |
Returns a list of all map canvases open in the app.
|
pure virtual |
Returns a reference to the main window "Map Navigation" toolbar.
|
pure virtual |
Returns the action group for map tools.
Any actions added by plugins for toggling a map tool should also be added to this action group so that they behave identically to the native, in-built map tool actions.
|
pure virtual |
Returns the message bar of the main app.
|
pure virtual |
Returns the timeout for timed messages: default of 5 seconds.
|
pure virtual |
Returns a reference to the main window "Create New Layer" menu.
|
pure virtualslot |
Starts a new blank project.
If promptToSaveFlag is true
then users will be prompted to save any currently open project (if that project has changes). If the flag is false
, then the current project will be closed without prompting to save (possibly resulting in data loss).
Since QGIS 3.10.1, returns true
if a new project was created, or false
if the operation was not successful (e.g. the user opted to cancel when prompted to save the current project).
|
signal |
Emitted when starting an entirely new project.
|
pure virtualslot |
Opens a new feature form.
Returns true
if dialog was accepted (if shown modal, TRUE otherwise).
l | vector layer |
f | feature to show/modify |
updateFeatureOnly | only update the feature update (don't change any attributes of the layer) [UNUSED] |
showModal | if true , will wait for the dialog to be executed (only shown otherwise) |
|
pure virtualslot |
Opens a new layout designer dialog for the specified layout, or brings an already open designer window to the foreground if one is already created for the layout.
|
pure virtual |
Returns all currently open layout designers.
|
pure virtualslot |
Opens the message log dock widget.
|
pure virtualslot |
Open a url in the users browser.
By default the QGIS doc directory is used as the base for the URL. To open a URL that is not relative to the installed QGIS documentation, set useQgisDocDirectory to false
.
url | URL to open |
useQgisDocDirectory | If true , the URL will be formed by concatenating url to the QGIS documentation directory path (prefix/share/doc) |
|
pure virtualslot |
Paste features from clipboard to the layer.
|
pure virtual |
Returns a reference to the main window "Plugin Help" sub-menu.
Plugins are encouraged to insert help and about actions in this submenu instead of creating a submenu under the pluginMenu() which solely contains Plugin Help or About actions.
|
pure virtual |
|
pure virtual |
Returns a reference to the main window "Plugin" menu.
|
pure virtual |
Returns a reference to the main window "Plugin" toolbar.
|
pure virtualslot |
This method is only needed when using a UI form with a custom widget plugin and calling openFeatureForm or getFeatureForm from Python (PyQt) and you haven't used the info tool first.
Python will crash bringing QGIS with it if the custom form is not loaded from a C++ method call.
This method uses a QTimer to call QUiLoader in order to load the form via C++. You only need to call this once. After that you can call openFeatureForm/getFeatureForm like usual.
More information here: http://qt-project.org/forums/viewthread/27098/
|
pure virtual |
Returns a reference to the main window "Project" menu.
|
signal |
Emitted when a project file is successfully read.
|
pure virtual |
Returns a reference to the main window "Raster" menu.
|
pure virtual |
Returns a reference to the main window "Raster" toolbar.
|
pure virtualslot |
Register a new application exit blocker, which can be used to prevent the QGIS application from exiting while a plugin or script has unsaved changes.
|
pure virtualslot |
Register a new custom drop handler.
|
pure virtualslot |
Register a new custom drop handler for layout windows.
|
pure virtualslot |
Register a new custom project open handler.
|
pure virtualslot |
Register a new tool in the development/debugging tools dock.
|
pure virtualslot |
Registers a locator filter for the app's locator bar.
Ownership of the filter is transferred to the locator.
|
pure virtualslot |
Register action to the shortcuts manager so its shortcut can be changed in GUI.
|
pure virtualslot |
Register a new tab in the map layer properties dialog.
|
pure virtualslot |
Register a new application map tool handler, which can be used to automatically setup all connections and logic required to switch to a custom map tool whenever the state of the QGIS application permits.
|
pure virtualslot |
Register a new tab in the options dialog.
|
pure virtualslot |
Register a new tab in the project properties dialog.
|
pure virtualslot |
Triggered when connections have changed.
This calls reloadConnections in the main application and triggers a signal that is forwarded to the GUI elements that needs to be updated (i.e. the source select dialogs and the browser widgets)
|
pure virtualslot |
Remove "add layer" action from layer menu.
|
pure virtual |
Remove action for layers in the layer tree previously added with addCustomActionForLayerType()
|
pure virtualslot |
Remove an action (icon) from the Database toolbar.
|
pure virtualslot |
Removes the specified dock widget from main window (without deleting it).
|
pure virtualslot |
Remove action from the Database menu.
|
pure virtualslot |
Remove action from the plugins menu.
|
pure virtualslot |
Remove action from the Raster menu.
|
pure virtualslot |
Remove action from the Vector menu.
|
pure virtualslot |
Remove action from the Web menu.
|
pure virtualslot |
Remove an action (icon) from the Raster toolbar.
|
pure virtualslot |
Remove an action (icon) from the plugin toolbar.
|
pure virtualslot |
Remove an action (icon) from the Vector toolbar.
|
pure virtualslot |
Remove an action (icon) from the Web toolbar.
|
pure virtualslot |
Remove window from Window menu.
Calling this is necessary only for windows which are hidden rather than deleted when closed.
|
pure virtualslot |
Save changed default option keys/values to user settings.
|
pure virtual |
Returns a reference to the main window "Selection" toolbar.
|
pure virtualslot |
Set the active layer (layer gets selected in the legend) returns true
if the layer exists, false
otherwise.
|
pure virtualslot |
Sets a GPS connection to use within the GPS Panel widget.
Any existing GPS connection used by the widget will be disconnect and replaced with this connection. The connection is automatically registered within the QgsApplication::gpsConnectionRegistry().
|
pure virtual |
Returns a reference to the main window "Settings" menu.
|
pure virtual |
Returns a reference to the main window "Shape Digitizing" toolbar.
|
pure virtualslot |
Open attribute table dialog.
|
pure virtualslot |
Opens layer properties dialog for the layer l.
Optionally, a page to open can be specified (since QGIS 3.20). The list below contains valid page names:
Vector Layer: mOptsPage_Information, mOptsPage_Source, mOptsPage_Style, mOptsPage_Labels, mOptsPage_Masks, mOptsPage_Diagrams, mOptsPage_SourceFields, mOptsPage_AttributesForm, mOptsPage_Joins, mOptsPage_AuxiliaryStorage, mOptsPage_Actions, mOptsPage_Display, mOptsPage_Rendering, mOptsPage_Temporal, mOptsPage_Variables, mOptsPage_Metadata, mOptsPage_DataDependencies, mOptsPage_Legend, mOptsPage_Server
Raster Layer: mOptsPage_Information, mOptsPage_Source, mOptsPage_Style, mOptsPage_Transparency, mOptsPage_Histogram, mOptsPage_Rendering, mOptsPage_Temporal, mOptsPage_Pyramids, mOptsPage_Metadata, mOptsPage_Legend, mOptsPage_Server
Mesh Layer: mOptsPage_Information, mOptsPage_Source, mOptsPage_Style, mOptsPage_StyleContent, mOptsPage_Rendering, mOptsPage_Temporal, mOptsPage_Metadata
Point Cloud Layer: mOptsPage_Information, mOptsPage_Source, mOptsPage_Metadata, mOptsPage_Statistics
Vector Tile Layer: mOptsPage_Information, mOptsPage_Style, mOptsPage_Labeling, mOptsPage_Metadata
|
pure virtualslot |
Opens the layout manager dialog.
|
pure virtualslot |
Opens the options dialog.
The currentPage argument can be used to force the dialog to open at a specific page.
|
pure virtualslot |
Opens the project properties dialog.
The currentPage argument can be used to force the dialog to open at a specific page.
|
pure virtual |
Returns a pointer to the app's status bar interface.
This should be used for interacting and adding widgets and messages to the app's status bar (do not use the native Qt statusBar() method).
|
inlinevirtual |
Take screenshots for user documentation.
saveDirectory | path where the screenshots will be saved |
categories | an int as a flag value of QgsAppScreenShots::Categories |
Definition at line 666 of file qgisinterface.h.
|
pure virtualslot |
Unregister a previously registered application exit blocker.
|
pure virtualslot |
Unregister a previously registered custom drop handler.
|
pure virtualslot |
Unregister a previously registered custom drop handler for layout windows.
|
pure virtualslot |
Unregister a previously registered custom project open handler.
|
pure virtualslot |
Unregister a previously registered tool factory from the development/debugging tools dock.
|
pure virtualslot |
Unregister a previously registered action. (e.g. when plugin is going to be unloaded)
|
pure virtualslot |
Unregister a previously registered tab in the map layer properties dialog.
|
pure virtualslot |
Unregister a previously registered map tool handler.
|
pure virtualslot |
Unregister a previously registered tab in the options dialog.
|
pure virtualslot |
Unregister a previously registered tab in the options dialog.
|
pure virtual |
Access the vector layer tools instance.
With the help of this you can access methods like addFeature, startEditing or stopEditing while giving the user the appropriate dialogs.
|
pure virtual |
Returns a reference to the main window "Vector" menu.
|
pure virtual |
Returns a reference to the main window "Vector" toolbar.
|
pure virtual |
Returns a reference to the main window "View" menu.
|
pure virtual |
Returns a reference to the main window "Web" menu.
|
pure virtual |
Returns a reference to the main window "Web" toolbar.
|
pure virtual |
Returns a reference to the main window "Window" menu.
|
pure virtualslot |
Zooms to the full extent of all map layers.
|
pure virtualslot |
Zooms to extent of the active layer.
|
pure virtualslot |
Zooms to the next view extent.
|
pure virtualslot |
Zooms to the previous view extent.