Open 3D Engine AzQtComponents API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzQtComponents::TagSelector Class Reference

Inherits QWidget.

Signals

void TagsChanged ()
 

Public Member Functions

 TagSelector (QWidget *parent=nullptr)
 
 TagSelector (const QVector< QString > &availableTags, QWidget *parent=nullptr)
 
void Reinit (const QVector< QString > &availableTags)
 
void Reinit ()
 
bool IsTagSelected (const QString &tag) const
 
void SelectTag (const QString &tag)
 
void SelectTags (const QVector< QString > &selectedTags)
 
void GetSelectedTagStrings (QVector< QString > &outTags) const
 

Member Function Documentation

◆ SelectTags()

void AzQtComponents::TagSelector::SelectTags ( const QVector< QString > &  selectedTags)

Create tag widgets for all given tags. The tag widgets represent the current tag selection.

Parameters
[in]selectedTagsA list of tags that should be selected. Make sure the there are no duplicated tags in the given tag list.

The documentation for this class was generated from the following file: