KGAPI2::Drive::File::ImageMediaMetadata

Search for usage in LXR

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.

Definition at line 173 of file file.h.

Member Typedef Documentation

◆ LocationPtr

Member Function Documentation

◆ height()

int KGAPI2::Drive::File::ImageMediaMetadata::height ( ) const

Returns the height of the image in pixels.

◆ location()

LocationPtr KGAPI2::Drive::File::ImageMediaMetadata::location ( ) const

Returns the geographic location information stored in the image.

◆ operator!=()

bool KGAPI2::Drive::File::ImageMediaMetadata::operator!= ( const ImageMediaMetadata & other) const
inline

Definition at line 220 of file file.h.

◆ rotation()

int KGAPI2::Drive::File::ImageMediaMetadata::rotation ( ) const

Returns the rotation in clockwise degrees from the image's original orientation.

◆ width()

int KGAPI2::Drive::File::ImageMediaMetadata::width ( ) const

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 Tue Mar 26 2024 11:19:52 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.