96 void slotCheckStateChange(
Album* album, Qt::CheckState state);
98 void slotCreatedNewTagByContextMenu(
TAlbum* tag);
99 void toggleAutoActionSelected(QAction* action);
104 Private*
const d =
nullptr;
Abstract base class for all album types.
Definition album.h:57
Definition tagcheckview.h:34
ToggleAutoTags
Definition tagcheckview.h:40
@ Children
Definition tagcheckview.h:42
@ NoToggleAuto
Definition tagcheckview.h:41
@ Parents
Definition tagcheckview.h:43
@ ChildrenAndParents
Definition tagcheckview.h:44
void checkedTagsChanged(const QList< TAlbum * > &includedTags, const QList< TAlbum * > &excludedTags)
~TagCheckView() override
Definition tagcheckview.cpp:99
QList< TAlbum * > getPartiallyCheckedTags() const
Definition tagcheckview.cpp:193
void setToggleAutoTags(ToggleAutoTags toggle)
Definition tagcheckview.cpp:216
void slotResetCheckState()
Definition tagcheckview.cpp:104
QList< TAlbum * > getCheckedTags() const
Definition tagcheckview.cpp:175
void addCustomContextMenuActions(ContextMenuHelper &cmh, Album *album) override
Definition tagcheckview.cpp:257
bool checkNewTags() const
Definition tagcheckview.cpp:242
void setCheckNewTags(bool checkNewTags)
Definition tagcheckview.cpp:221
void doSaveState() override
Definition tagcheckview.cpp:166
void doLoadState() override
Definition tagcheckview.cpp:157
ToggleAutoTags getToggleAutoTags() const
Definition tagcheckview.cpp:211
Definition tagfolderview.h:34
Definition albummodel.h:57
Definition datefolderview.cpp:34