More doc strings

This commit is contained in:
Harrissou Sant-anna 2020-04-23 08:37:28 +02:00
parent 5329f05485
commit 9fc5985c74
4 changed files with 4 additions and 1 deletions

View File

@ -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:

View File

@ -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 );

View File

@ -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

View File

@ -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: