#include "preferencesystem.h"
#include "xml/ixml.h"
#include "stream/stringstream.h"
#include "generic/callback.h"
#include "versionlib.h"
#include <map>
Go to the source code of this file.
Data Structures | |
class | PreferenceDictionary |
class | PreferenceDictionary::PreferenceEntry |
class | XMLPreferenceDictionaryExporter |
class | XMLPreferenceDictionaryExporter::XMLQPrefElement |
class | XMLPreferenceDictionaryExporter::XMLPreferenceElement |
class | XMLPreferenceDictionaryImporter |
struct | XMLPreferenceDictionaryImporter::xml_state_t |
Defines | |
#define | INCLUDED_PREFERENCEDICTIONARY_H |
Typedefs | |
typedef ReferenceCaller1 < XMLImporter, const char *, XMLPreference_importString > | XMLPreferenceImportStringCaller |
Functions | |
void | XMLPreference_importString (XMLImporter &importer, const char *value) |
#define INCLUDED_PREFERENCEDICTIONARY_H |
Definition at line 23 of file preferencedictionary.h.
typedef ReferenceCaller1<XMLImporter, const char*, XMLPreference_importString> XMLPreferenceImportStringCaller |
Definition at line 101 of file preferencedictionary.h.
void XMLPreference_importString | ( | XMLImporter & | importer, | |
const char * | value | |||
) | [inline] |
Definition at line 97 of file preferencedictionary.h.