mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-23 05:19:18 -06:00
Add function to return a list of all tags
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user