This is the complete list of members for ExifInfo, including inherited members.
- extendedTags : QList<int>
- gpsAltitude : double
- gpsLatitude : double
- gpsLongitude : double
- gpsTags : QList<int>
- imageTags : QList<int>
- isExifValid : bool
- values : object
- clear()
- exifChanged()
- string extendedTagName(extendedtag extendedTag)
- object extendedValue(extendedtag extendedTag)
- string gpsTagName(gpstag gpsTag)
- object gpsValue(gpstag gpsTag)
- string imageTagName(imagetag imageTag)
- object imageValue(imagetag imageTag)
- bool load(url fileUrl)
- bool load(string filePath)
- removeExtendedValue(extendedtag extendedTag)
- removeGpsValue(gpstag gpsTag)
- removeImageValue(imagetag imageTag)
- bool save(url fileUrl)
- bool save(string filePath)
- setExtendedValue(extendedtag extendedTag, object value)
- setGpsValue(gpstag gpsTag, object value)
- setImageValue(imagetag imageTag, object value)
The following members are inherited from FileInfo.
- baseName : string
- created : time
- displayName : string
- exists : bool
- fileName : string
- filePath : string
- folder : FileFolder
- isFile : bool
- isFolder : bool
- isNativePath : bool
- isReadable : bool
- isSymLink : bool
- isWritable : bool
- lastModified : time
- path : string
- permissions : Permission
- size : int
- suffix : string
- symLinkTarget : string
- type : string
- url : url
- var getExtendedProperty(string name)
- bool hasExtendedProperty(string name)
- refresh()
- bool setExtendedProperty(string name, var value)
- bool setPermissions(permission permission)