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_writer.h>
7 using lemon::LemonWriter;
9 class GuiWriter : public LemonWriter::SectionWriter
12 MapStorage* mapstorage;
14 virtual std::string header();
15 virtual void write(std::ostream&);
17 typedef LemonWriter::SectionWriter Parent;
18 GuiWriter(LemonWriter&, MapStorage*);