27 #ifndef DIGIKAM_TAG_CHECK_VIEW_H
28 #define DIGIKAM_TAG_CHECK_VIEW_H
106 void slotCheckStateChange(
Album* album, Qt::CheckState state);
108 void slotCreatedNewTagByContextMenu(
TAlbum* tag);
109 void toggleAutoActionSelected(QAction* action);
Abstract base class for all album types.
Definition: album.h:67
Definition: tagcheckview.h:44
ToggleAutoTags
Definition: tagcheckview.h:50
@ Children
Definition: tagcheckview.h:52
@ NoToggleAuto
Definition: tagcheckview.h:51
@ Parents
Definition: tagcheckview.h:53
@ ChildrenAndParents
Definition: tagcheckview.h:54
void checkedTagsChanged(const QList< TAlbum * > &includedTags, const QList< TAlbum * > &excludedTags)
~TagCheckView() override
Definition: tagcheckview.cpp:110
QList< TAlbum * > getPartiallyCheckedTags() const
Definition: tagcheckview.cpp:192
void setToggleAutoTags(ToggleAutoTags toggle)
Definition: tagcheckview.cpp:214
void slotResetCheckState()
Definition: tagcheckview.cpp:115
QList< TAlbum * > getCheckedTags() const
Definition: tagcheckview.cpp:175
void addCustomContextMenuActions(ContextMenuHelper &cmh, Album *album) override
Definition: tagcheckview.cpp:255
TagCheckView(QWidget *const parent, TagModel *const tagModel)
Definition: tagcheckview.cpp:80
bool checkNewTags() const
Definition: tagcheckview.cpp:240
void setCheckNewTags(bool checkNewTags)
Definition: tagcheckview.cpp:219
void doSaveState() override
Definition: tagcheckview.cpp:166
void doLoadState() override
Definition: tagcheckview.cpp:157
ToggleAutoTags getToggleAutoTags() const
Definition: tagcheckview.cpp:209
Definition: tagfolderview.h:44
Definition: albummodel.h:63
Definition: piwigotalker.h:48
Definition: datefolderview.cpp:43