7#ifndef KFILEMETADATA_SimpleExtractionResult_H
8#define KFILEMETADATA_SimpleExtractionResult_H
10#include "extractionresult.h"
16namespace KFileMetaData {
17enum PropertiesMapType { MultiMap };
19class SimpleExtractionResultPrivate;
43 void append(
const QString& text)
override;
45#if KFILEMETADATA_ENABLE_DEPRECATED_SINCE(5, 89)
47 KFILEMETADATA_DEPRECATED_VERSION(5, 89,
"Use properties(PropertiesMapType) overload instead")
48 PropertyMap properties() const;
62#if KFILEMETADATA_ENABLE_DEPRECATED_SINCE(5, 89)
63 PropertyMultiMap properties(PropertiesMapType)
const;
65 PropertyMultiMap
properties(PropertiesMapType = PropertiesMapType::MultiMap)
const;
69 QVector<Type::Type> types()
const;
72 const std::unique_ptr<SimpleExtractionResultPrivate> d;
Property
The Property enum contains all files property types that KFileMetaData manipulates.
Definition properties.h:25