15#ifndef KISRESOURCETAGGINGMANAGER_H
16#define KISRESOURCETAGGINGMANAGER_H
The KisResourceTaggingManager class is a helper class for KisResourceItemChooser for tagChooser and t...
KisTagFilterWidget * tagFilterWidget()
tagFilterWidget method to get the tag filter widget
KisResourceTaggingManager(QString resourceType, KisTagFilterResourceProxyModel *model, QWidget *parent)
KisResourceTaggingManager standard constructor of the KisResourceTaggingManager class.
void slotFilterByTagChanged(const bool filterByTag)
slotFilterByTagChanged slot for the "filter by tag" checkbox being checked or unchecked by the user
~KisResourceTaggingManager() override
~KisResourceTaggingManager destructor
void tagSearchLineEditTextChanged(const QString &lineEditText)
tagSearchLineEditTextChanged slot for the signal that the text in the filter changed
void tagChooserIndexChanged(const KisTagSP tag)
tagChooserIndexChanged slot for the signal that the tag chosen in the tags combobox changed
KisTagChooserWidget * tagChooserWidget()
tagChooserWidget method to get the tag chooser widget
void showTaggingBar(bool show)
showTaggingBar method to show or hide the tag chooser bar and the tag filter
void contextMenuRequested(KoResourceSP currentResource, QPoint pos)
contextMenuRequested method to get the context menu
The KisTagFilterResourceProxyModel class filters the resources by tag or resource name.