If default value of a new map is constant, the newly created elements will get that value as well. Documentation is added to BrokenEdge, MapStorage and GraphDisplazCanvas classes.
4 #include "mapstorage.h"
5 #include <lemon/lemon_reader.h>
7 using lemon::LemonReader;
9 class GuiReader : public LemonReader::SectionReader
12 MapStorage* mapstorage;
14 virtual bool header(const std::string&);
15 virtual void read(std::istream&);
17 typedef LemonReader::SectionReader Parent;
18 GuiReader(LemonReader&, MapStorage*);