kword
KWLoadingInfo Class Reference
#include <KWLoadingInfo.h>
Detailed Description
Temporary information used only during loading.
Definition at line 33 of file KWLoadingInfo.h.
Public Types | |
| typedef QValueList< BookMark > | BookMarkList |
| typedef QMap< QString, BookmarkStart > | BookmarkStartsMap |
Public Member Functions | |
| KWLoadingInfo () | |
| ~KWLoadingInfo () | |
| void | storeNextFrame (KWFrame *thisFrame, const QString &chainNextName) |
| KWFrame * | chainPrevFrame (const QString &frameName) const |
| void | storeFrameName (KWFrame *frame, const QString &name) |
| KWFrame * | frameByName (const QString &name) const |
Public Attributes | |
| QString | m_currentMasterPage |
| BookMarkList | bookMarkList |
| BookmarkStartsMap | m_bookmarkStarts |
| KoColumns | columns |
| KoKWHeaderFooter | hf |
Classes | |
| struct | BookMark |
| Bookmarks (kword-1.3 XML: they need all framesets to be loaded first). More... | |
| struct | BookmarkStart |
| Bookmarks (OASIS XML). Only need to store bookmark starts, until hitting bookmark ends. More... | |
Member Data Documentation
The documentation for this class was generated from the following files:

