Add function to return a list of all tags

This commit is contained in:
Alexander Bock
2023-01-21 21:02:02 +01:00
parent 6c1692c2a8
commit 2926250be9
2 changed files with 17 additions and 0 deletions

View File

@@ -253,6 +253,13 @@ public:
std::vector<properties::Property*> propertiesMatchingRegex(
std::string propertyString);
/**
* Returns a list of all unique tags that are used in the currently loaded scene.
*
* \return A list of all unique tags that are used in the currently loaded scene.
*/
std::vector<std::string> allTags();
private:
/**
* Accepts string version of a property value from a profile, converts it to the