#2369 Elm Props: Close selected files

This commit is contained in:
Rebecca Cox
2018-01-12 16:18:54 +01:00
parent 3b46849c79
commit 27901f426c
6 changed files with 94 additions and 8 deletions

View File

@@ -40,6 +40,7 @@ public:
virtual ~RifElementPropertyReader();
void addFile(const std::string& fileName);
void removeFile(const std::string& fileName);
std::map<std::string, std::vector<std::string>> scalarElementFields();