Overte C++ Documentation
Settings Class Reference

QSettings analog. More...

#include <SettingHandle.h>

Detailed Description

QSettings analog.

This class emulates the interface of QSettings, and forwards all reads and writes to the global Setting::Manager.

It should be used in the same manner as QSettings – created only wherever it happens to be needed. It's not thread safe, and each thread should have their own.

Unlike QSettings, destruction doesn't cause the config to be saved, instead Config::Manager is in charge of taking care of that.

Note
childGroups and childKeys are unimplemented because nothing in the code needs them so far.

The documentation for this class was generated from the following files: