mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
More doc strings
This commit is contained in:
parent
5329f05485
commit
9fc5985c74
@ -65,6 +65,7 @@ class APP_EXPORT Qgs3DMapCanvasDockWidget : public QgsDockWidget
|
||||
void onMainCanvasColorChanged();
|
||||
void onTotalPendingJobsCountChanged();
|
||||
void mapThemeMenuAboutToShow();
|
||||
//! Renames the active map theme called \a theme to \a newTheme
|
||||
void currentMapThemeRenamed( const QString &theme, const QString &newTheme );
|
||||
|
||||
private:
|
||||
|
@ -157,6 +157,7 @@ class APP_EXPORT QgsMapCanvasDockWidget : public QgsDockWidget, private Ui::QgsM
|
||||
void mapExtentChanged();
|
||||
void mapCrsChanged();
|
||||
void menuAboutToShow();
|
||||
//! Renames the active map theme called \a theme to \a newTheme
|
||||
void currentMapThemeRenamed( const QString &theme, const QString &newTheme );
|
||||
void settingsMenuAboutToShow();
|
||||
void syncMarker( const QgsPointXY &p );
|
||||
|
@ -622,7 +622,7 @@ class CORE_EXPORT QgsLayoutItemMap : public QgsLayoutItem
|
||||
|
||||
void mapThemeChanged( const QString &theme );
|
||||
|
||||
//! Applies current visibility presets to the renamed map theme
|
||||
//! Renames the active map theme called \a theme to \a newTheme
|
||||
void currentMapThemeRenamed( const QString &theme, const QString &newTheme );
|
||||
|
||||
//! Create cache image
|
||||
|
@ -827,6 +827,7 @@ class GUI_EXPORT QgsMapCanvas : public QGraphicsView
|
||||
void refreshMap();
|
||||
|
||||
void mapThemeChanged( const QString &theme );
|
||||
//! Renames the active map theme called \a theme to \a newTheme
|
||||
void mapThemeRenamed( const QString &theme, const QString &newTheme );
|
||||
|
||||
signals:
|
||||
|
Loading…
x
Reference in New Issue
Block a user