MythTV
master
|
The info/details overlay that shows image metadata. More...
Go to the source code of this file.
Classes | |
class | InfoList |
The image info/details buttonlist overlay that displays exif tags. More... | |
Enumerations | |
enum | InfoVisibleState : std::uint8_t { kNoInfo, kBasicInfo, kFullInfo } |
Displayed info/details about an image. More... | |
The info/details overlay that shows image metadata.
Definition in file galleryinfo.h.
enum InfoVisibleState : std::uint8_t |
Displayed info/details about an image.
Enumerator | |
---|---|
kNoInfo | Details not displayed. |
kBasicInfo | Shows just the most useful exif tags. |
kFullInfo | Shows all exif tags. |
Definition at line 16 of file galleryinfo.h.