First implementation of Sticky Notes

This commit is contained in:
brunoherbelin
2021-04-11 15:13:46 +02:00
parent eee9f49c05
commit ab41a0c5d8
9 changed files with 910 additions and 762 deletions

View File

@@ -78,6 +78,7 @@ class SessionCreator : public SessionLoader {
tinyxml2::XMLDocument xmlDoc_;
void loadConfig(tinyxml2::XMLElement *viewsNode);
void loadNotes(tinyxml2::XMLElement *notesNode);
public:
SessionCreator(int recursion = 0);