mitro42/GraphStudio

Options refactoring

Opened this issue · 1 comments

  • make it a non-singleton class
  • the xml reading ad writing should be part of the options class
  • the path settings are currently not part of the options structure

The whole Options class was removed, its members were moved to their appropriate places.
The xml reading/writing is not yet separated.