|
Krita Source Code Documentation
|
Public Attributes | |
| QPointer< KisTagFilterResourceProxyModel > | model |
| model main data model for resources in the item chooser that the Tagging Manager is taking care of | |
| QString | resourceType |
| KisTagChooserWidget * | tagChooser |
| tagChooser tag chooser widget (tags combobox + tag tool button with the popup) | |
| KisTagFilterWidget * | tagFilter |
| tagFilter resources filter widget (resources filter box + "filter by tag" checkbox) | |
| KisTagModel * | tagModel |
| tagModel main tag model for tags in the tags combobox | |
Definition at line 35 of file KisResourceTaggingManager.cpp.
| QPointer<KisTagFilterResourceProxyModel> KisResourceTaggingManager::Private::model |
model main data model for resources in the item chooser that the Tagging Manager is taking care of
Definition at line 45 of file KisResourceTaggingManager.cpp.
| QString KisResourceTaggingManager::Private::resourceType |
Definition at line 50 of file KisResourceTaggingManager.cpp.
| KisTagChooserWidget* KisResourceTaggingManager::Private::tagChooser |
tagChooser tag chooser widget (tags combobox + tag tool button with the popup)
Definition at line 39 of file KisResourceTaggingManager.cpp.
| KisTagFilterWidget* KisResourceTaggingManager::Private::tagFilter |
tagFilter resources filter widget (resources filter box + "filter by tag" checkbox)
Definition at line 42 of file KisResourceTaggingManager.cpp.
| KisTagModel* KisResourceTaggingManager::Private::tagModel |
tagModel main tag model for tags in the tags combobox
Definition at line 48 of file KisResourceTaggingManager.cpp.