Home
last modified time | relevance | path

Searched refs:removeCategoryInfo (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/kphotoalbum/kphotoalbum-5.8.1/DB/
H A DImageInfo.h155 void removeCategoryInfo(const QString &category, const StringSet &values);
156 void removeCategoryInfo(const QString &category, const QString &value);
H A DImageInfo.cpp672 void DB::ImageInfo::removeCategoryInfo(const QString &category, const StringSet &values) in removeCategoryInfo() function in DB::ImageInfo
695 void DB::ImageInfo::removeCategoryInfo(const QString &category, const QString &value) in removeCategoryInfo() function in DB::ImageInfo
/dports/graphics/kphotoalbum/kphotoalbum-5.8.1/ThumbnailView/
H A DKeyboardEventHandler.cpp50 info->removeCategoryInfo(tokensCategory->name(), token); in keyPressEvent()
/dports/graphics/kphotoalbum/kphotoalbum-5.8.1/RemoteControl/
H A DRemoteInterface.cpp253 info->removeCategoryInfo(tokensCategory->name(), command.token); in setToken()
/dports/graphics/kphotoalbum/kphotoalbum-5.8.1/AnnotationDialog/
H A DDialog.cpp442 (*it)->removeCategoryInfo(Settings::SettingsData::instance()->untaggedCategory(), in doneTagging()
1001 (*it).removeCategoryInfo(category->name(), value); in slotDeleteOption()
1405 info->removeCategoryInfo(ls->category(), newItemsOff); in saveAndClose()
/dports/graphics/kphotoalbum/kphotoalbum-5.8.1/Viewer/
H A DViewerWidget.cpp1092 … currentInfo()->removeCategoryInfo((*m_inputMacros)[key].first, (*m_inputMacros)[key].second); in keyPressEvent()
1122 currentInfo()->removeCategoryInfo(category->name(), namefound); in keyPressEvent()
/dports/graphics/kphotoalbum/kphotoalbum-5.8.1/XMLDB/
H A DDatabase.cpp214 (*it)->removeCategoryInfo(category->name(), value); in deleteItem()