59class GUI_EXPORT
QgsGui :
public QObject
70 UseCrsOfFirstLayerAdded = 1,
73 Q_ENUM( ProjectCrsBehavior )
91 SIP_SKIP static QgsNative *nativePlatformInterface();
158 static QgsProcessingRecentAlgorithmLog *processingRecentAlgorithmLog();
226 static
void enableAutoGeometryRestore( QWidget *widget, const QString &key = QString() );
233 static QgsWindowManagerInterface *windowManager();
240 static
void setWindowManager( QgsWindowManagerInterface *manager
SIP_TRANSFER );
254 HigMenuTextIsTitleCase = 1 << 0,
255 HigDialogTitleIsTitleCase = 1 << 1
257 Q_DECLARE_FLAGS( HigFlags, HigFlag )
263 static QgsGui::HigFlags higFlags();
272 static QColor sampleColor( QPoint point );
279 static QScreen *findScreenAt( QPoint point );
290 static bool pythonMacroAllowed(
void ( *lambda )() =
nullptr,
QgsMessageBar *messageBar =
nullptr )
SIP_SKIP;
308 void optionsChanged();
317 QgsNative *mNative =
nullptr;
326 QgsProcessingRecentAlgorithmLog *mProcessingRecentAlgorithmLog =
nullptr;
339 std::unique_ptr< QgsWindowManagerInterface > mWindowManager;
The QgsHistoryProviderRegistry is a registry for objects which track user history (i....
Q_DECLARE_OPERATORS_FOR_FLAGS(QgsTextRendererUtils::CurvedTextFlags)