37 delete pluginTreeNode;
QgsSettingsTreeNode is a tree node for the settings tree to help organizing and introspecting the tre...
QgsSettingsTreeNode * createChildNode(const QString &key)
Creates a normal tree node It will return the existing child node if it exists at the given key.
QgsSettingsTreeNode * childNode(const QString &key) const
Returns the existing child node if it exists at the given key.
static QgsSettingsTreeNode * createRootNode()
Creates a tree root node.
static QgsSettingsTreeNode * sTreePlugins
static QgsSettingsTreeNode * treeRoot()
Returns the tree root node for the settings tree.
static void unregisterPluginTreeNode(const QString &pluginName)
Unregisters the tree node for the given plugin.
static QgsSettingsTreeNode * createPluginTreeNode(const QString &pluginName)
Creates a settings tree node for the given pluginName.