#include "generic/constant.h"
#include "generic/callbackfwd.h"
#include <string>
#include "modulesystem.h"
Go to the source code of this file.
Data Structures | |
class | PreferenceSystem |
Defines | |
#define | INCLUDED_PREFERENCESYSTEM_H |
Typedefs | |
typedef Callback1< const char * > | StringImportCallback |
typedef Callback1< const StringImportCallback & > | StringExportCallback |
typedef GlobalModule < PreferenceSystem > | GlobalPreferenceSystemModule |
typedef GlobalModuleRef < PreferenceSystem > | GlobalPreferenceSystemModuleRef |
Functions | |
PreferenceSystem & | GlobalPreferenceSystem () |
#define INCLUDED_PREFERENCESYSTEM_H |
Definition at line 23 of file preferencesystem.h.
typedef GlobalModule<PreferenceSystem> GlobalPreferenceSystemModule |
Definition at line 45 of file preferencesystem.h.
typedef GlobalModuleRef<PreferenceSystem> GlobalPreferenceSystemModuleRef |
Definition at line 49 of file preferencesystem.h.
typedef Callback1<const StringImportCallback&> StringExportCallback |
Definition at line 30 of file preferencesystem.h.
typedef Callback1<const char*> StringImportCallback |
Definition at line 29 of file preferencesystem.h.
PreferenceSystem& GlobalPreferenceSystem | ( | ) | [inline] |
Definition at line 52 of file preferencesystem.h.