KGAPI2::Drive::File::ImageMediaMetadata
KGAPI2::Drive::File::ImageMediaMetadata Class Reference
#include <file.h>
Classes | |
class | Location |
Public Types | |
using | LocationPtr = QSharedPointer<Location> |
Public Member Functions | |
ImageMediaMetadata (const ImageMediaMetadata &other) | |
float | aperture () const |
QString | cameraMake () const |
QString | cameraModel () const |
QString | colorSpace () const |
QString | date () const |
float | exposureBias () const |
QString | exposureMode () const |
float | exposureTime () const |
bool | flashUsed () const |
float | focalLength () const |
int | height () const |
int | isoSpeed () const |
QString | lens () const |
LocationPtr | location () const |
float | maxApertureValue () const |
QString | meteringMode () const |
bool | operator!= (const ImageMediaMetadata &other) const |
bool | operator== (const ImageMediaMetadata &other) const |
int | rotation () const |
QString | sensor () const |
int | subjectDistance () const |
QString | whiteBalance () const |
int | width () const |
Detailed Description
DriveFile::ImageMediaMetadata holds the structure used for imageMediaMetadata property.
Member Typedef Documentation
◆ LocationPtr
Member Function Documentation
◆ height()
|
nodiscard |
Returns the height of the image in pixels.
◆ location()
|
nodiscard |
Returns the geographic location information stored in the image.
◆ operator!=()
|
inline |
◆ rotation()
|
nodiscard |
Returns the rotation in clockwise degrees from the image's original orientation.
◆ width()
|
nodiscard |
Returns the width of the image in pixels.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:36:14 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:36:14 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.