KFileMetaData Namespace

Header: #include <KFileMetaData/Types>
CMake: find_package(KF6 REQUIRED COMPONENTS FileMetaData)
target_link_libraries(mytarget PRIVATE KF6::FileMetaData)

Namespaces

namespace MimeUtils
namespace Property
namespace Type

Classes

Detailed Description

The KFileMetaData namespace

Namespaces

namespace KFileMetaData::MimeUtils

namespace KFileMetaData::Property

namespace KFileMetaData::Type

The Type namespace

Classes

class EmbeddedImageData

EmbeddedImageData defines enums for different image types that can be extracted from the metadata of e.g. music files. More...

class ExtractionResult

The ExtractionResult class is where all the data extracted by the indexer is saved. More...

class Extractor

The Extractor class is used to extract data from a file. More...

class ExtractorCollection

The ExtractorCollection is a helper class which internally loads all the extractor plugins. More...

class ExtractorPlugin

The ExtractorPlugin is the base class for all file metadata extractors. More...

class PropertyInfo

The PropertyInfo class can be used to obtain extra information about any property. More...

class SimpleExtractionResult

A simple ExtractionResult implementation which stores all the data in memory. More...

class TypeInfo

The TypeInfo class can be used to obtain a rough type classification for a file. More...

class UserMetaData

The UserMetaData class can be used to read and set user meta data of files. More...

class WriteData

The WriteData class stores all the data to be written to a file. More...

class Writer

The Writer class is used to write data to a file. More...

class WriterCollection

The WriterCollection is a helper class which internally loads all the writer plugins. More...

class WriterPlugin

The WriterPlugin is the base class for all file metadata writers. More...