Manager for loaded tags.
More...
#include <TagManager.h>
Manager for loaded tags.
Definition at line 24 of file TagManager.h.
◆ ~TagManager()
TagManager::~TagManager |
( |
| ) |
|
|
default |
◆ addNewTags()
void TagManager::addNewTags |
( |
QVector< TagData > | newTags | ) |
|
Add new tags from the selected list.
- Parameters
-
[in] | newTags | The selected list of new tags. |
◆ clearTags()
void TagManager::clearTags |
( |
| ) |
|
◆ getInstance()
Get the singleton instance of the tag manager.
- Returns
- The tag manager instance.
◆ getTags()
QVector< TagData > TagManager::getTags |
( |
| ) |
const |
Get a list of the active tags.
- Returns
- List of the active tags.
◆ setTags()
void TagManager::setTags |
( |
QVector< TagData > | newTags | ) |
|
Set new tags.
- Parameters
-
[in] | newTags | The selected list of new tags. |
The documentation for this class was generated from the following file: