#include <settings.h>
Inheritance diagram for SettingGroup:

Public Member Functions | |
| SettingGroup (const QDomElement &parent, const QString &name) | |
| operator bool () const | |
| void | remove () |
Protected Member Functions | |
| virtual QDomElement | node () const |
Client code can use instance of this class just like they were Settings objects. The only external difference is that SettingGroup object can be implicitly converted to bool to test their existence.
SettingGroup can be accessed with the Settings member function group.
| SettingGroup::operator bool | ( | ) | const [inline] |
Check if the SettingGroup exists.
1.5.1