Okular::RichMediaAnnotation
#include <annotations.h>
Detailed Description
RichMedia annotation.
The rich media annotation represents an video or sound on a page.
- Since
- 1.0
Definition at line 1799 of file annotations.h.
Constructor & Destructor Documentation
◆ RichMediaAnnotation() [1/2]
RichMediaAnnotation::RichMediaAnnotation | ( | ) |
Creates a new rich media annotation.
Definition at line 3346 of file annotations.cpp.
◆ RichMediaAnnotation() [2/2]
|
explicit |
Creates a new rich media annotation from the xml description
.
Definition at line 3351 of file annotations.cpp.
◆ ~RichMediaAnnotation()
|
override |
Destroys the rich media annotation.
Definition at line 3356 of file annotations.cpp.
Member Function Documentation
◆ embeddedFile()
EmbeddedFile * RichMediaAnnotation::embeddedFile | ( | ) | const |
Gets the embedded file object.
Definition at line 3390 of file annotations.cpp.
◆ movie()
Movie * RichMediaAnnotation::movie | ( | ) | const |
Gets the movie object.
Definition at line 3383 of file annotations.cpp.
◆ setEmbeddedFile()
void RichMediaAnnotation::setEmbeddedFile | ( | EmbeddedFile * | embeddedFile | ) |
Sets the embeddedFile
representing the embedded file.
Definition at line 3397 of file annotations.cpp.
◆ setMovie()
void RichMediaAnnotation::setMovie | ( | Movie * | movie | ) |
Sets the new movie
object.
Definition at line 3375 of file annotations.cpp.
◆ store()
|
overridevirtual |
Stores the rich media annotation as xml in document
under the given parentNode
.
Reimplemented from Okular::Annotation.
Definition at line 3360 of file annotations.cpp.
◆ subType()
|
overridevirtual |
Returns the sub type of the rich media annotation.
Implements Okular::Annotation.
Definition at line 3370 of file annotations.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:14:50 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.