16#ifndef QGSSETTINGSTREE_H
17#define QGSSETTINGSTREE_H
82 static void unregisterPluginTreeNode(
const QString &pluginName );
QgsSettingsTreeNode is a tree node for the settings tree to help organizing and introspecting the tre...
QgsSettingsTreeNode * createChildNode(const QString &key) SIP_THROW(QgsSettingsException)
Creates a normal tree node It will return the existing child node if it exists at the given key.
QgsSettingsTreeNode * childNode(const QString &key)
Returns the existing child node if it exists at the given key.
QgsSettingsTree holds the tree structure for the settings in QGIS core.
static const QgsSettingsTreeNode * node(const QString &key)
Returns the tree node at the given key.