7 #include <QDomDocument> 10 #include <QXmlStreamReader> 24 int saveTileMap(
TileMap *tileMap,
const QList<SavableTileTemplateSet *> &tileTemplateSets);
The TileTemplateSetsManager class Handles the active tileTemplateSets of the application. Can create dialogs to interact with the user. May modify the attached TileMap when removing templateSets.
Definition: tiletemplatesetsmanager.h:16
The SavableTileTemplateSet class A TileTemplateSet which is tightly bound to a file. Needs to be used with any custom TileTemplateSet (anything other that default map tileTemplates).
Definition: savabletiletemplateset.h:12