Okular::WidgetAnnotation
#include <annotations.h>

Detailed Description
Widget annotation.
The widget annotation represents a widget on a page.
- Since
- 0.16 (KDE 4.10)
Definition at line 1750 of file annotations.h.
Constructor & Destructor Documentation
◆ WidgetAnnotation() [1/2]
| WidgetAnnotation::WidgetAnnotation | ( | ) |
Creates a new widget annotation.
Definition at line 3273 of file annotations.cpp.
◆ WidgetAnnotation() [2/2]
|
explicit |
Creates a new widget annotation from the xml description.
Definition at line 3278 of file annotations.cpp.
◆ ~WidgetAnnotation()
|
override |
Destroys the widget annotation.
Definition at line 3283 of file annotations.cpp.
Member Function Documentation
◆ additionalAction()
| Action * WidgetAnnotation::additionalAction | ( | AdditionalActionType | type | ) | const |
Returns the additional action of the given type or 0 if no action has been defined.
- Since
- 0.16 (KDE 4.10)
Definition at line 3312 of file annotations.cpp.
◆ setAdditionalAction()
| void WidgetAnnotation::setAdditionalAction | ( | AdditionalActionType | type, |
| Action * | action ) |
Sets the additional action of the given type.
- Since
- 0.16 (KDE 4.10)
Definition at line 3302 of file annotations.cpp.
◆ store()
|
overridevirtual |
Stores the widget annotation as xml in document under the given parentNode.
Reimplemented from Okular::Annotation.
Definition at line 3287 of file annotations.cpp.
◆ subType()
|
overridevirtual |
Returns the sub type of the widget annotation.
Implements Okular::Annotation.
Definition at line 3297 of file annotations.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:59:14 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
Public Member Functions inherited from