16#ifndef QGSUSERPROFILE_H
17#define QGSUSERPROFILE_H
49 const QString
folder()
const;
59 const QString
name()
const;
70 const QString
alias()
const;
83 const QIcon
icon()
const;
86 QString qgisDB()
const;
87 QString mProfileFolder;
A container for error messages.
QgsUserProfile(const QString &folder)
Reference to an existing user profile folder.
const QString folder() const
The base folder for the user profile.
const QString name() const
The name for the user profile.
QgsError setAlias(const QString &alias) const
Set the alias of the profile.
const QString alias() const
Returns the alias for the user profile.
const QIcon icon() const
The icon for the user profile.
QgsError validate() const
Check of the profile is in a valid state.
void initSettings() const
Init the settings from the user folder.