okular
Okular Namespace Reference
Classes | |
| class | Action |
| Encapsulates data that describes an action. More... | |
| class | Annotation |
| Annotation struct holds properties shared by all annotations. More... | |
| class | AnnotationObjectRect |
| This class describes the object rectangle for an annotation. More... | |
| class | AnnotationUtils |
| Helper class for (recursive) annotation retrieval/storage. More... | |
| class | AudioPlayer |
| An audio player. More... | |
| class | BookmarkManager |
| Bookmarks manager utility. More... | |
| class | BrowseAction |
| The Browse action browses an url by opening a web browser or email client, depedning on the url protocol (e.g. More... | |
| class | CaretAnnotation |
| class | ConfigInterface |
| Abstract interface for configuration control. More... | |
| class | Document |
| The Document. More... | |
| class | DocumentAction |
| The DocumentAction action contains an action that is performed on the current document. More... | |
| class | DocumentInfo |
| A DOM tree containing information about the document. More... | |
| class | DocumentObserver |
| Base class for objects being notified when something changes. More... | |
| class | DocumentSynopsis |
| A DOM tree that describes the Table of Contents. More... | |
| class | DocumentViewport |
| A view on the document. More... | |
| class | EmbeddedFile |
| An embedded file into the document. More... | |
| class | ExecuteAction |
| The Execute action executes an external application. More... | |
| class | ExportFormat |
| Defines an entry for the export menu. More... | |
| class | FileAttachmentAnnotation |
| class | FilePrinter |
| class | FontInfo |
| A small class that represents the information of a font. More... | |
| class | FormField |
| The base interface of a form field. More... | |
| class | FormFieldButton |
| Interface of a button form field. More... | |
| class | FormFieldChoice |
| Interface of a choice form field. More... | |
| class | FormFieldText |
| Interface of a text form field. More... | |
| class | Generator |
| [Abstract Class] The information generator. More... | |
| class | GeomAnnotation |
| class | GotoAction |
| The Goto action changes the viewport to another page or loads an external document. More... | |
| class | GuiInterface |
| Abstract interface for user interface control. More... | |
| class | HighlightAnnotation |
| class | HighlightAreaRect |
| This class stores the coordinates of a highlighting area together with the id of the highlight owner and the color. More... | |
| class | InkAnnotation |
| class | LineAnnotation |
| class | Movie |
| Contains information about a movie object. More... | |
| class | MovieAnnotation |
| Movie annotation. More... | |
| class | NormalizedPoint |
| NormalizedPoint is a helper class which stores the coordinates of a normalized point. More... | |
| class | NormalizedRect |
| NormalizedRect is a helper class which stores the coordinates of a normalized rect, which is a rectangle of. More... | |
| class | ObjectRect |
| NormalizedRect that contains a reference to an object. More... | |
| class | Page |
| Collector for all the data belonging to a page. More... | |
| class | PageSize |
| A small class that represents the size of a page. More... | |
| class | PageTransition |
| Information object for the transition effect of a page. More... | |
| class | PixmapRequest |
| Describes a pixmap type request. More... | |
| class | PrintInterface |
| Abstract interface for advanced printing control. More... | |
| class | RegularArea |
| A regular area of NormalizedShape which normalizes a Shape. More... | |
| class | RegularAreaRect |
| class | SaveInterface |
| Abstract interface for saving. More... | |
| class | ScriptAction |
| The Script action executes a Script code. More... | |
| class | Scripter |
| class | Sound |
| Contains information about a sound object. More... | |
| class | SoundAction |
| The Sound action plays a sound on activation. More... | |
| class | SoundAnnotation |
| Sound annotation. More... | |
| class | SourceReference |
| Defines a source reference. More... | |
| class | SourceRefObjectRect |
| This class describes the object rectangle for a source reference. More... | |
| class | StampAnnotation |
| class | TextAnnotation |
| class | TextDocumentConverter |
| class | TextDocumentGenerator |
| QTextDocument-based Generator. More... | |
| class | TextEntity |
| Abstract textentity of Okular. More... | |
| class | TextPage |
| The TextPage class represents the text of a page by providing. More... | |
| class | TextSelection |
| Wrapper around the information needed to generate the selection area There are two assumptions inside this class: 1. More... | |
| class | Utils |
| General utility functions. More... | |
| class | View |
| View on the document. More... | |
| class | VisiblePageRect |
| An area of a specified page. More... | |
Enumerations | |
| enum | GenerationType { Synchronous, Asynchronous } |
| enum | MergeSide { MergeRight = 0, MergeBottom = 1, MergeLeft = 2, MergeTop = 3, MergeAll = 4 } |
| enum | Permission { AllowModify = 1, AllowCopy = 2, AllowPrint = 4, AllowNotes = 8, AllowFillForms = 16 } |
| enum | Rotation { Rotation0 = 0, Rotation90 = 1, Rotation180 = 2, Rotation270 = 3 } |
| enum | ScriptType { JavaScript = 0 } |
| enum | SearchDirection { FromTop, FromBottom, NextResult, PreviousResult } |
Functions | |
| bool | extractLilyPondSourceReference (const QString &url, QString *file, int *row, int *col) |
| QString | sourceReferenceToolTip (const QString &source, int row, int col) |
Enumeration Type Documentation
| enum Okular::MergeSide |
The side(s) to be considered when merging areas.
- Enumerator:
| enum Okular::Permission |
| enum Okular::Rotation |
| enum Okular::ScriptType |
Describes the direction of searching.
- Enumerator:
Function Documentation
| bool Okular::extractLilyPondSourceReference | ( | const QString & | url, | |
| QString * | file, | |||
| int * | row, | |||
| int * | col | |||
| ) |
Definition at line 59 of file sourcereference.cpp.
Definition at line 87 of file sourcereference.cpp.
KDE 4.2 API Reference