#include <preferencedictionary.h>
Data Structures | |
class | XMLPreferenceElement |
class | XMLQPrefElement |
Public Member Functions | |
XMLPreferenceDictionaryExporter (PreferenceDictionary &preferences, const std::string &version) | |
void | exportXML (XMLImporter &importer) |
Private Types | |
typedef PreferenceDictionary | PreferenceEntries |
Private Attributes | |
PreferenceEntries & | m_preferences |
const std::string | m_version |
Definition at line 103 of file preferencedictionary.h.
typedef PreferenceDictionary XMLPreferenceDictionaryExporter::PreferenceEntries [private] |
Definition at line 154 of file preferencedictionary.h.
XMLPreferenceDictionaryExporter::XMLPreferenceDictionaryExporter | ( | PreferenceDictionary & | preferences, | |
const std::string & | version | |||
) | [inline] |
Definition at line 158 of file preferencedictionary.h.
void XMLPreferenceDictionaryExporter::exportXML | ( | XMLImporter & | importer | ) | [inline, virtual] |
Implements XMLExporter.
Definition at line 163 of file preferencedictionary.h.
References PreferenceDictionary::begin(), PreferenceDictionary::end(), i, m_preferences, m_version, XMLPreferenceDictionaryExporter::XMLQPrefElement::name(), XMLImporter::popElement(), and XMLImporter::pushElement().
Definition at line 155 of file preferencedictionary.h.
Referenced by exportXML().
const std::string XMLPreferenceDictionaryExporter::m_version [private] |
Definition at line 156 of file preferencedictionary.h.
Referenced by exportXML().