MythTV
master
|
Implements Gallery Thumbnail screen. More...
Go to the source code of this file.
Classes | |
class | GalleryThumbView |
Thumbnail screen. More... | |
Enumerations | |
enum | ImageCaptionType : std::uint8_t { kNoCaption = 0, kNameCaption = 1, kDateCaption = 2, kUserCaption = 3 } |
Type of captions to display. More... | |
Implements Gallery Thumbnail screen.
Definition in file gallerythumbview.h.
enum ImageCaptionType : std::uint8_t |
Type of captions to display.
Enumerator | |
---|---|
kNoCaption | None. |
kNameCaption | Filenames. |
kDateCaption | Dates. |
kUserCaption | Exif comments. |
Definition at line 14 of file gallerythumbview.h.