lib
KoDocumentInfo Class Reference
List of all members.Detailed Description
Definition at line 39 of file KoDocumentInfo.h.
Signals | |
void | sigDocumentInfoModifed () |
Public Member Functions | |
KoDocumentInfo (QObject *parent=0, const char *name=0) | |
virtual | ~KoDocumentInfo () |
bool | load (const QDomDocument &doc) |
bool | loadOasis (const QDomDocument &metaDoc) |
QDomDocument | save () |
bool | saveOasis (KoStore *store) |
QString | title () const |
QString | creator () const |
KoDocumentInfoPage * | page (const QString &name) const |
QStringList | pages () const |
void | documentInfochanged () |
Member Function Documentation
QString KoDocumentInfo::title | ( | ) | const |
This info has an accessor because it's the most commonly used.
Equivalent to page("about")->title() (but checking that the page exists)
Definition at line 169 of file KoDocumentInfo.cpp.
The documentation for this class was generated from the following files: