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 3342 of file annotations.cpp.
◆ RichMediaAnnotation() [2/2]
|
explicit |
Creates a new rich media annotation from the xml description
.
Definition at line 3347 of file annotations.cpp.
◆ ~RichMediaAnnotation()
|
override |
Destroys the rich media annotation.
Definition at line 3352 of file annotations.cpp.
Member Function Documentation
◆ embeddedFile()
EmbeddedFile * RichMediaAnnotation::embeddedFile | ( | ) | const |
Gets the embedded file object.
Definition at line 3386 of file annotations.cpp.
◆ movie()
Movie * RichMediaAnnotation::movie | ( | ) | const |
Gets the movie object.
Definition at line 3379 of file annotations.cpp.
◆ setEmbeddedFile()
void RichMediaAnnotation::setEmbeddedFile | ( | EmbeddedFile * | embeddedFile | ) |
Sets the embeddedFile
representing the embedded file.
Definition at line 3393 of file annotations.cpp.
◆ setMovie()
void RichMediaAnnotation::setMovie | ( | Movie * | movie | ) |
Sets the new movie
object.
Definition at line 3371 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 3356 of file annotations.cpp.
◆ subType()
|
overridevirtual |
Returns the sub type of the rich media annotation.
Implements Okular::Annotation.
Definition at line 3366 of file annotations.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 8 2024 11:49:40 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.