GCF::GDriveContent::ImageMediaMetaData Class Reference
#include <GCF/GDriveContent.h>More...
Public Member Functions | |
int | width () const |
int | height () const |
int | rotation () const |
double | latitude () const |
double | longitude () const |
double | altitude () const |
QString | date () const |
QString | cameraMake () const |
QString | cameraModel () const |
double | exposureTime () const |
double | aperture () const |
bool | isFlashUsed () const |
double | focalLength () const |
int | isoSpeed () const |
QString | meteringMode () const |
QString | sensor () const |
QString | exposureMode () const |
QString | colorSpace () const |
QString | whiteBalance () const |
double | exposureBias () const |
double | maxApertureValue () const |
int | subjectDistance () const |
QString | lens () const |
Detailed Description
This class provides access to fields in the ImageMediaData
resource sent by Google Drive API. For information about this resource, please visit : https://developers.google.com/drive/v2/reference
Member Function Documentation
int GCF::GDriveContent::ImageMediaMetaData::width | ( | ) | const |
- Returns
- the
width
attribute of the ImageMediaMetaData
int GCF::GDriveContent::ImageMediaMetaData::height | ( | ) | const |
- Returns
- the
height
attribute of the ImageMediaMetaData
int GCF::GDriveContent::ImageMediaMetaData::rotation | ( | ) | const |
- Returns
- the
rotation
attribute of the ImageMediaMetaData
double GCF::GDriveContent::ImageMediaMetaData::latitude | ( | ) | const |
- Returns
- the
latitude
attribute of the ImageMediaMetaData
double GCF::GDriveContent::ImageMediaMetaData::longitude | ( | ) | const |
- Returns
- the
longitude
attribute of the ImageMediaMetaData
double GCF::GDriveContent::ImageMediaMetaData::altitude | ( | ) | const |
- Returns
- the
altitude
attribute of the ImageMediaMetaData
QString GCF::GDriveContent::ImageMediaMetaData::date | ( | ) | const |
- Returns
- the
date
attribute of the ImageMediaMetaData
QString GCF::GDriveContent::ImageMediaMetaData::cameraMake | ( | ) | const |
- Returns
- the
cameraMake
attribute of the ImageMediaMetaData
QString GCF::GDriveContent::ImageMediaMetaData::cameraModel | ( | ) | const |
- Returns
- the
cameraModel
attribute of the ImageMediaMetaData
double GCF::GDriveContent::ImageMediaMetaData::exposureTime | ( | ) | const |
- Returns
- the
exposureTime
attribute of the ImageMediaMetaData
double GCF::GDriveContent::ImageMediaMetaData::aperture | ( | ) | const |
- Returns
- the
aperture
attribute of the ImageMediaMetaData
bool GCF::GDriveContent::ImageMediaMetaData::isFlashUsed | ( | ) | const |
- Returns
- the
isFlashUsed
attribute of the ImageMediaMetaData
double GCF::GDriveContent::ImageMediaMetaData::focalLength | ( | ) | const |
- Returns
- the
focalLength
attribute of the ImageMediaMetaData
int GCF::GDriveContent::ImageMediaMetaData::isoSpeed | ( | ) | const |
- Returns
- the
isoSpeed
attribute of the ImageMediaMetaData
QString GCF::GDriveContent::ImageMediaMetaData::meteringMode | ( | ) | const |
- Returns
- the
meteringMode
attribute of the ImageMediaMetaData
QString GCF::GDriveContent::ImageMediaMetaData::sensor | ( | ) | const |
- Returns
- the
sensor
attribute of the ImageMediaMetaData
QString GCF::GDriveContent::ImageMediaMetaData::exposureMode | ( | ) | const |
- Returns
- the
exposureMode
attribute of the ImageMediaMetaData
QString GCF::GDriveContent::ImageMediaMetaData::colorSpace | ( | ) | const |
- Returns
- the
colorSpace
attribute of the ImageMediaMetaData
QString GCF::GDriveContent::ImageMediaMetaData::whiteBalance | ( | ) | const |
- Returns
- the
whiteBalance
attribute of the ImageMediaMetaData
double GCF::GDriveContent::ImageMediaMetaData::exposureBias | ( | ) | const |
- Returns
- the
exposureBias
attribute of the ImageMediaMetaData
double GCF::GDriveContent::ImageMediaMetaData::maxApertureValue | ( | ) | const |
- Returns
- the
maxApertureValue
attribute of the ImageMediaMetaData
int GCF::GDriveContent::ImageMediaMetaData::subjectDistance | ( | ) | const |
- Returns
- the
subjectDistance
attribute of the ImageMediaMetaData
QString GCF::GDriveContent::ImageMediaMetaData::lens | ( | ) | const |
- Returns
- the
lens
attribute of the ImageMediaMetaData