MythTV  master
Classes | Enumerations
gallerythumbview.h File Reference

Implements Gallery Thumbnail screen. More...

#include "galleryslideview.h"
#include "galleryviews.h"
Include dependency graph for gallerythumbview.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GalleryThumbView
 Thumbnail screen. More...
 

Enumerations

enum  ImageCaptionType { kNoCaption = 0, kNameCaption = 1, kDateCaption = 2, kUserCaption = 3 }
 Type of captions to display. More...
 

Detailed Description

Implements Gallery Thumbnail screen.

Definition in file gallerythumbview.h.

Enumeration Type Documentation

◆ ImageCaptionType

Type of captions to display.

Enumerator
kNoCaption 

None.

kNameCaption 

Filenames.

kDateCaption 

Dates.

kUserCaption 

Exif comments.

Definition at line 14 of file gallerythumbview.h.