Syndication
8 #ifndef SYNDICATION_ATOM_CONTENT_H
9 #define SYNDICATION_ATOM_CONTENT_H
11 #include <syndication/elementwrapper.h>
30 class SYNDICATION_EXPORT Content :
public ElementWrapper
74 Content(
const Content &other);
86 Content &operator=(
const Content &other);
108 Q_REQUIRED_RESULT
QString src()
const;
120 Q_REQUIRED_RESULT
QString asString()
const;
128 Q_REQUIRED_RESULT
QByteArray asByteArray()
const;
133 Q_REQUIRED_RESULT
Format format()
const;
140 Q_REQUIRED_RESULT
bool isContained()
const;
147 Q_REQUIRED_RESULT
bool isXML()
const;
153 Q_REQUIRED_RESULT
bool isBinary()
const;
159 Q_REQUIRED_RESULT
bool isPlainText()
const;
165 Q_REQUIRED_RESULT
bool isEscapedHTML()
const;
173 Q_REQUIRED_RESULT
QString debugInfo()
const;
176 class ContentPrivate;
183 #endif // SYNDICATION_ATOM_CONTENT_H
Type type(const QSqlDatabase &db)
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Dec 5 2023 03:58:07 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.