|
static QgsAnnotationItemGuiRegistry * | annotationItemGuiRegistry () |
| Returns the global annotation item GUI registry, used for registering the GUI behavior of annotation items. More...
|
|
static QgsCodeEditorColorSchemeRegistry * | codeEditorColorSchemeRegistry () |
| Returns the global code editor color scheme registry, used for registering the color schemes for QgsCodeEditor widgets. More...
|
|
static QgsDataItemGuiProviderRegistry * | dataItemGuiProviderRegistry () |
| Returns the global data item GUI provider registry, used for tracking providers which affect the browser GUI. More...
|
|
static QgsEditorWidgetRegistry * | editorWidgetRegistry () |
| Returns the global editor widget registry, used for managing all known edit widget factories. More...
|
|
static void | enableAutoGeometryRestore (QWidget *widget, const QString &key=QString()) |
| Register the widget to allow its position to be automatically saved and restored when open and closed. More...
|
|
static QScreen * | findScreenAt (QPoint point) |
| Returns the screen at the given global point (pixel). More...
|
|
static QgsGui::HigFlags | higFlags () |
| Returns the platform's HIG flags. More...
|
|
static QgsHistoryProviderRegistry * | historyProviderRegistry () |
| Returns the global history provider registry, used for tracking history providers. More...
|
|
static QgsGui * | instance () |
| Returns a pointer to the singleton instance. More...
|
|
static QgsLayerTreeEmbeddedWidgetRegistry * | layerTreeEmbeddedWidgetRegistry () |
| Returns the global layer tree embedded widget registry, used for registering widgets that may be embedded into layer tree view. More...
|
|
static QgsLayoutItemGuiRegistry * | layoutItemGuiRegistry () |
| Returns the global layout item GUI registry, used for registering the GUI behavior of layout items. More...
|
|
static QgsMapLayerActionRegistry * | mapLayerActionRegistry () |
| Returns the global map layer action registry, used for registering map layer actions. More...
|
|
static QgsMapToolShapeRegistry * | mapToolShapeRegistry () |
| Returns the registry of shape map tools. More...
|
|
static QgsNative * | nativePlatformInterface () |
| Returns the global native interface, which offers abstraction to the host OS's underlying public interfaces. More...
|
|
static QgsNumericFormatGuiRegistry * | numericFormatGuiRegistry () |
| Returns the global numeric format gui registry, used for registering the GUI widgets associated with QgsNumericFormats. More...
|
|
static QgsProcessingGuiRegistry * | processingGuiRegistry () |
| Returns the global processing gui registry, used for registering the GUI behavior of processing algorithms. More...
|
|
static QgsProcessingRecentAlgorithmLog * | processingRecentAlgorithmLog () |
| Returns the global processing recent algorithm log, used for tracking recently used processing algorithms. More...
|
|
static QgsProjectStorageGuiRegistry * | projectStorageGuiRegistry () |
| Returns the global GUI-related project storage registry. More...
|
|
static QgsProviderGuiRegistry * | providerGuiRegistry () |
| Returns the registry of GUI-related components of data providers. More...
|
|
static bool | pythonMacroAllowed (void(*lambda)()=nullptr, QgsMessageBar *messageBar=nullptr) |
| Returns true if python macros are currently allowed to be run If the global option is to ask user, a modal dialog will be shown. More...
|
|
static QgsRelationWidgetRegistry * | relationWidgetRegistry () |
| Returns the global relation widget registry, used for managing all known relation widget factories. More...
|
|
static QColor | sampleColor (QPoint point) |
| Samples the color on screen at the specified global point (pixel). More...
|
|
static QgsSettingsRegistryGui * | settingsRegistryGui () |
| Returns the gui's settings registry, used for managing gui settings. More...
|
|
static void | setWindowManager (QgsWindowManagerInterface *manager) |
| Sets the global window manager. More...
|
|
static QgsShortcutsManager * | shortcutsManager () |
| Returns the global shortcuts manager, used for managing a QAction and QShortcut sequences. More...
|
|
static QgsSourceSelectProviderRegistry * | sourceSelectProviderRegistry () |
| Returns the global source select provider registry, used for managing all known source select widget factories. More...
|
|
static QgsProviderSourceWidgetProviderRegistry * | sourceWidgetProviderRegistry () |
| Returns the registry of provider source widget providers. More...
|
|
static QgsSubsetStringEditorProviderRegistry * | subsetStringEditorProviderRegistry () |
| Returns the registry of subset string editors of data providers. More...
|
|
static QgsWindowManagerInterface * | windowManager () |
| Returns the global window manager, if set. More...
|
|