Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Joao Oliveira
Okular
Commits
090d1ec8
Commit
090d1ec8
authored
Nov 30, 2008
by
Pino Toscano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SVN_SILENT update apidox of DocumentSynopsis
svn path=/trunk/KDE/kdegraphics/okular/; revision=890893
parent
3b7aa33f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
core/document.h
core/document.h
+9
-5
No files found.
core/document.h
View file @
090d1ec8
...
...
@@ -834,15 +834,19 @@ class OKULAR_EXPORT DocumentInfo : public QDomDocument
* @short 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
)
* a dom tree where each node has an internal name (displayed in the
TOC
)
* 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* )
* - Destination: A string description of the referred viewport
* - DestinationName: A 'named reference' to the viewport that must be converted
* using metaData( "NamedViewport", viewport_name )
* - ExternalFileName: A document to be opened, whose destination is specified
* with Destination or DestinationName
* - Open: a boolean saying whether its TOC branch is open or not (default: false)
* - URL: a URL to be open as destination; if set, no other Destination* or
* ExternalFileName entry is used
*/
class
OKULAR_EXPORT
DocumentSynopsis
:
public
QDomDocument
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment