cantor/src/lib
animationresult.cpp
Go to the documentation of this file.
45 AnimationResult::AnimationResult( const KUrl& url, const QString& alt ) : d(new AnimationResultPrivate)
AnimationResult(const KUrl &url, const QString &alt=QString())
Definition: animationresult.cpp:45
int type()
returns an unique number, representing the type of this result.
Definition: animationresult.cpp:75
QString toHtml()
returns html code, that represents this result, e.g.
Definition: animationresult.cpp:60
QDomElement toXml(QDomDocument &doc)
returns a DomElement, containing the information of the result
Definition: animationresult.cpp:87
void setAttribute(const QString &name, const QString &value)
QVariant data()
returns data associated with this result (text/images/etc)
Definition: animationresult.cpp:65
QVariant fromValue(const T &value)
void saveAdditionalData(KZip *archive)
saves all the data, that can't be saved in xml in an extra file in the archive.
Definition: animationresult.cpp:98
QDomElement createElement(const QString &tagName)
QString arg(qlonglong a, int fieldWidth, int base, const QChar &fillChar) const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:33 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:33 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.