cantor/src/lib
#include <animationresult.h>

| Public Types | |
| enum | { Type =6 } | 
| Public Member Functions | |
| AnimationResult (const KUrl &url, const QString &alt=QString()) | |
| ~AnimationResult () | |
| QVariant | data () | 
| QString | mimeType () | 
| void | save (const QString &filename) | 
| void | saveAdditionalData (KZip *archive) | 
| QString | toHtml () | 
| QDomElement | toXml (QDomDocument &doc) | 
| int | type () | 
| KUrl | url () | 
|  Public Member Functions inherited from Cantor::Result | |
| Result () | |
| virtual | ~Result () | 
| virtual QString | toLatex () | 
Detailed Description
Definition at line 30 of file animationresult.h.
Member Enumeration Documentation
| anonymous enum | 
| Enumerator | |
|---|---|
| Type | |
Definition at line 33 of file animationresult.h.
Constructor & Destructor Documentation
Definition at line 45 of file animationresult.cpp.
| AnimationResult::~AnimationResult | ( | ) | 
Definition at line 54 of file animationresult.cpp.
Member Function Documentation
| 
 | virtual | 
returns data associated with this result (text/images/etc)
- Returns
- data associated with this result
Implements Cantor::Result.
Definition at line 65 of file animationresult.cpp.
| 
 | virtual | 
returns the mimetype, this result is
- Returns
- the mimetype, this result is
Implements Cantor::Result.
Definition at line 80 of file animationresult.cpp.
| 
 | virtual | 
saves this to a file
- Parameters
- 
  filename name of the file 
Implements Cantor::Result.
Definition at line 103 of file animationresult.cpp.
| 
 | virtual | 
saves all the data, that can't be saved in xml in an extra file in the archive.
Reimplemented from Cantor::Result.
Definition at line 98 of file animationresult.cpp.
| 
 | virtual | 
returns html code, that represents this result, e.g.
an img tag for images
- Returns
- html code representing this result
Implements Cantor::Result.
Definition at line 60 of file animationresult.cpp.
| 
 | virtual | 
returns a DomElement, containing the information of the result
- Parameters
- 
  doc DomDocument used for storing the information 
- Returns
- DomElement, containing the information of the result
Implements Cantor::Result.
Definition at line 87 of file animationresult.cpp.
| 
 | virtual | 
returns an unique number, representing the type of this result.
Every subclass should define their own Type.
- Returns
- the type of this result
Implements Cantor::Result.
Definition at line 75 of file animationresult.cpp.
| 
 | virtual | 
returns an url, data for this result resides at
- Returns
- an url, data for this result resides at
Reimplemented from Cantor::Result.
Definition at line 70 of file animationresult.cpp.
The documentation for this class was generated from the following files:
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.
 KDE API Reference
    KDE API Reference