kformula
KFormulaDoc Class Reference
#include <kformula_doc.h>
Inherits KoDocument.
Detailed Description
The part's document.Forwards most of the requests.
Definition at line 49 of file kformula_doc.h.
Public Member Functions | |
KFormulaDoc (QWidget *parentWidget=0, const char *widgetName=0, QObject *parent=0, const char *name=0, bool singleViewMode=false) | |
virtual void | paintContent (QPainter &painter, const QRect &rect, bool transparent=false, double zoomX=1.0, double zoomY=1.0) |
virtual bool | initDoc (InitDocFlags flags, QWidget *parentWidget=0) |
virtual void | showStartUpWidget (KoMainWindow *parent, bool alwaysShow=false) |
virtual bool | showEmbedInitDialog (QWidget *parent) |
virtual bool | loadOasis (const QDomDocument &doc, KoOasisStyles &oasisStyles, const QDomDocument &settings, KoStore *) |
virtual bool | loadXML (QIODevice *, const QDomDocument &doc) |
virtual QDomDocument | saveXML () |
virtual bool | saveOasis (KoStore *store, KoXmlWriter *manifestWriter) |
virtual bool | saveNativeFormat (const QString &file) |
KFormula::Container * | getFormula () const |
KFormula::Document * | getDocument () const |
Protected Slots | |
void | commandExecuted () |
void | documentRestored () |
Protected Member Functions | |
virtual QString | configFile () const |
virtual KoView * | createViewInstance (QWidget *parent, const char *name) |
Member Function Documentation
bool KFormulaDoc::saveNativeFormat | ( | const QString & | file | ) | [virtual] |
Saves the document in native format, to a given file.
It is reimplemented to handle the special case of MathML, since it is a native format but not compressed.
Definition at line 169 of file kformula_doc.cc.
The documentation for this class was generated from the following files: