Go to the documentation of this file.
33 #ifndef GUI_OPTIONS_SERIALIZER_HH
34 #define GUI_OPTIONS_SERIALIZER_HH
GUIOptions * readOptions()
void setWindowProperties(const ObjectState *windowElem, ObjectState *options) const
GUIOptionsSerializer & operator=(const GUIOptionsSerializer &)
Assignment not allowed.
ObjectState * readState()
virtual ObjectState * convertToConfigFileFormat(const ObjectState *options) const
void setToolbarProperties(const ObjectState *toolbarElem, ObjectState *options) const
static MachInfoCmdLineOptions options
void addKeyboardShortcut(const ObjectState *ksElem, ObjectState *options) const
virtual ObjectState * convertToOptionsObjectFormat(const ObjectState *root) const
void writeOptions(const GUIOptions &options)
std::string configurationName_
Name of the configuration to read/write.
virtual ~GUIOptionsSerializer()
void writeState(const ObjectState *optionsState)
GUIOptionsSerializer(std::string configurationName)