60class GUI_EXPORT
QgsGui :
public QObject
71 UseCrsOfFirstLayerAdded = 1,
74 Q_ENUM( ProjectCrsBehavior )
92 SIP_SKIP static QgsNative *nativePlatformInterface();
159 static QgsProcessingRecentAlgorithmLog *processingRecentAlgorithmLog();
227 static
void enableAutoGeometryRestore( QWidget *widget, const QString &key = QString() );
234 static QgsWindowManagerInterface *windowManager();
241 static
void setWindowManager( QgsWindowManagerInterface *manager
SIP_TRANSFER );
255 HigMenuTextIsTitleCase = 1 << 0,
256 HigDialogTitleIsTitleCase = 1 << 1
258 Q_DECLARE_FLAGS( HigFlags, HigFlag )
264 static QgsGui::HigFlags higFlags();
273 static QColor sampleColor( QPoint point );
280 static QScreen *findScreenAt( QPoint point );
291 static bool pythonMacroAllowed(
void ( *lambda )() =
nullptr,
QgsMessageBar *messageBar =
nullptr )
SIP_SKIP;
309 void optionsChanged();
318 QgsNative *mNative =
nullptr;
327 QgsProcessingRecentAlgorithmLog *mProcessingRecentAlgorithmLog =
nullptr;
340 std::unique_ptr< QgsWindowManagerInterface > mWindowManager;
The QgsHistoryProviderRegistry is a registry for objects which track user history (i....
Q_DECLARE_OPERATORS_FOR_FLAGS(QgsTextRendererUtils::CurvedTextFlags)