class KFileMetaInfo |
|
KFileMetaInfo provides metadata extracted from a file or other resource.
When instantiating an instance of this class, the metadata related to it will be retrieved and stored in the instance. The data can be inspected through KFileMetaDataItem objects. |
|
Construct a KFileMetaInfo that contains metainformation about the resource pointed to by path. |
|
Construct a KFileMetaInfo that contains metainformation about the resource pointed to by url. |
|
Construct an empty, invalid KFileMetaInfo instance. |
|
Construct a KFileMetaInfo instance from another one. |
|
|
Save the changes made to this KFileMetaInfo instance. |
|
|
|
|
|
Retrieve all the items. |
|
|
Deprecated |
|
Deprecated |
|
Deprecated |
|
Deprecated |
|
This is used to specify what a KFileMetaInfo object should read, so you can specify if you want to read "expensive" items or not. This is like a preset which can be customized by passing additional parameters to constructors.
Fastest | - 0x1 | - | ||
TechnicalInfo | - 0x4 | - | ||
ContentInfo | - 0x8 | - | ||
ExternalSources | - 0x10 | - | ||
Thumbnail | - 0x20 | - | ||
LinkedData | - 0x80 | - | ||
Everything | - 0xffff | - |