MythTV
master
|
A container of images/dirs that have been marked. More...
#include <mythfrontend/galleryviews.h>
Public Member Functions | |
MarkedFiles ()=default | |
void | Initialise (int id) |
void | Clear () |
bool | IsFor (int id) const |
void | Add (const ImageIdList &newIds) |
void | Add (int id) |
void | Invert (const ImageIdList &all) |
Private Attributes | |
bool | m_valid {false} |
int | m_parent {0} |
A container of images/dirs that have been marked.
Definition at line 34 of file galleryviews.h.
|
default |
|
inline |
Definition at line 38 of file galleryviews.h.
Referenced by DirectoryView::SetDirectory().
|
inline |
Definition at line 39 of file galleryviews.h.
Referenced by DirectoryView::ClearMarked(), DirectoryView::DirectoryView(), DirectoryView::InvertMarked(), DirectoryView::Mark(), DirectoryView::MarkAll(), and DirectoryView::SetDirectory().
|
inline |
Definition at line 40 of file galleryviews.h.
Referenced by DirectoryView::SetDirectory().
void MarkedFiles::Add | ( | const ImageIdList & | newIds | ) |
Definition at line 33 of file galleryviews.cpp.
Referenced by DirectoryView::Mark(), and DirectoryView::MarkAll().
|
inline |
Definition at line 42 of file galleryviews.h.
void MarkedFiles::Invert | ( | const ImageIdList & | all | ) |
Definition at line 39 of file galleryviews.cpp.
Referenced by DirectoryView::InvertMarked().
Definition at line 46 of file galleryviews.h.
Referenced by Clear(), Initialise(), and IsFor().
|
private |
Definition at line 47 of file galleryviews.h.
Referenced by Initialise(), and IsFor().