KFileMetaData::WriteData
KFileMetaData::WriteData Class Reference
#include <KFileMetaData/WriteData>
Public Member Functions | |
WriteData (const QString &url, const QString &mimetype) | |
WriteData (const WriteData &rhs) | |
void | add (Property::Property property, const QVariant &value) |
void | addImageData (const QMap< EmbeddedImageData::ImageType, QByteArray > &images) |
QMap< EmbeddedImageData::ImageType, QByteArray > | imageData () const |
QString | inputMimetype () const |
QString | inputUrl () const |
WriteData & | operator= (const WriteData &rhs) |
bool | operator== (const WriteData &rhs) const |
PropertyMultiMap | properties () const |
Detailed Description
The WriteData class stores all the data to be written to a file.
Definition at line 29 of file writedata.h.
Constructor & Destructor Documentation
◆ WriteData() [1/2]
Definition at line 24 of file writedata.cpp.
◆ WriteData() [2/2]
WriteData::WriteData | ( | const WriteData & | rhs | ) |
Definition at line 36 of file writedata.cpp.
Member Function Documentation
◆ add()
void WriteData::add | ( | Property::Property | property, |
const QVariant & | value ) |
Definition at line 53 of file writedata.cpp.
◆ addImageData()
void WriteData::addImageData | ( | const QMap< EmbeddedImageData::ImageType, QByteArray > & | images | ) |
Definition at line 59 of file writedata.cpp.
◆ imageData()
QMap< EmbeddedImageData::ImageType, QByteArray > WriteData::imageData | ( | ) | const |
Definition at line 65 of file writedata.cpp.
◆ inputMimetype()
QString WriteData::inputMimetype | ( | ) | const |
Definition at line 79 of file writedata.cpp.
◆ inputUrl()
QString WriteData::inputUrl | ( | ) | const |
Definition at line 73 of file writedata.cpp.
◆ operator=()
Definition at line 41 of file writedata.cpp.
◆ operator==()
bool WriteData::operator== | ( | const WriteData & | rhs | ) | const |
Definition at line 47 of file writedata.cpp.
◆ properties()
PropertyMultiMap WriteData::properties | ( | ) | const |
- Since
- 5.89
Definition at line 85 of file writedata.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:15:13 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:15:13 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.