okular
Okular::CaretAnnotation Class Reference
#include <annotations.h>
Inheritance diagram for Okular::CaretAnnotation:

Detailed Description
Definition at line 1254 of file annotations.h.
Public Types | |
| enum | CaretSymbol { None, P } |
Public Member Functions | |
| CaretAnnotation (const QDomNode &description) | |
| CaretAnnotation () | |
| CaretAnnotation::CaretSymbol | caretSymbol () const |
| void | setCaretSymbol (CaretAnnotation::CaretSymbol symbol) |
| void | store (QDomNode &node, QDomDocument &document) const |
| SubType | subType () const |
| ~CaretAnnotation () | |
Member Enumeration Documentation
Constructor & Destructor Documentation
| CaretAnnotation::CaretAnnotation | ( | ) |
| CaretAnnotation::CaretAnnotation | ( | const QDomNode & | description | ) | [explicit] |
Creates a new caret annotation from the xml description.
Definition at line 2109 of file annotations.cpp.
| CaretAnnotation::~CaretAnnotation | ( | ) |
Member Function Documentation
| CaretAnnotation::CaretSymbol CaretAnnotation::caretSymbol | ( | ) | const |
| void CaretAnnotation::setCaretSymbol | ( | CaretAnnotation::CaretSymbol | symbol | ) |
| void CaretAnnotation::store | ( | QDomNode & | node, | |
| QDomDocument & | document | |||
| ) | const [virtual] |
Stores the caret annotation as xml in document under the given parent node.
Reimplemented from Okular::Annotation.
Definition at line 2152 of file annotations.cpp.
| Annotation::SubType CaretAnnotation::subType | ( | ) | const [virtual] |
Returns the sub type of the caret annotation.
Implements Okular::Annotation.
Definition at line 2147 of file annotations.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference