okular
Okular::DocumentSynopsis Class Reference
#include <document.h>
Inheritance diagram for Okular::DocumentSynopsis:

Detailed Description
A DOM tree that describes the Table of Contents.The Synopsis (TOC or Table Of Contents for friends) is represented via a dom tree where each node has an internal name (displayed in the listview) and one or more attributes.
In the tree the tag name is the 'screen' name of the entry. A tag can have attributes. Here follows the list of tag attributes with meaning:
- Icon: An icon to be set in the Lisview for the node
- Viewport: A string description of the referred viewport
- ViewportName: A 'named reference' to the viewport that must be converted using metaData( "NamedViewport", *viewport_name* )
Definition at line 761 of file document.h.
Public Member Functions | |
| DocumentSynopsis () | |
| DocumentSynopsis (const QDomDocument &document) | |
Constructor & Destructor Documentation
| DocumentSynopsis::DocumentSynopsis | ( | ) |
Creates a new document synopsis object.
Definition at line 2931 of file document.cpp.
| DocumentSynopsis::DocumentSynopsis | ( | const QDomDocument & | document | ) |
Creates a new document synopsis object with the given document as parent node.
Definition at line 2937 of file document.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference