|
| TagCompleter (QObject *const parent=nullptr) |
| A completion object operating on a TagModel.
|
|
void | setContextParentTag (int parentTagId) |
| Set a parent tag which may by the user be considered as a parent for a new tag during completion.
|
|
void | setSupportingTagModel (TagModel *const supportingModel) |
| Set a supporting model from which the completer may get data for its display.
|
|
void | setTagFilterModel (AlbumFilterModel *const supportingModel) |
|
void | update (const QString &fragment) |
| Update the completer for the given fragment.
|
|