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 1805 of file annotations.h.
Constructor & Destructor Documentation
◆ RichMediaAnnotation() [1/2]
| RichMediaAnnotation::RichMediaAnnotation | ( | ) | 
Creates a new rich media annotation.
Definition at line 3372 of file annotations.cpp.
◆ RichMediaAnnotation() [2/2]
      
  | 
  explicit | 
Creates a new rich media annotation from the xml description. 
Definition at line 3377 of file annotations.cpp.
◆ ~RichMediaAnnotation()
      
  | 
  override | 
Destroys the rich media annotation.
Definition at line 3382 of file annotations.cpp.
Member Function Documentation
◆ embeddedFile()
| EmbeddedFile * RichMediaAnnotation::embeddedFile | ( | ) | const | 
Gets the embedded file object.
Definition at line 3416 of file annotations.cpp.
◆ movie()
| Movie * RichMediaAnnotation::movie | ( | ) | const | 
Gets the movie object.
Definition at line 3409 of file annotations.cpp.
◆ setEmbeddedFile()
| void RichMediaAnnotation::setEmbeddedFile | ( | EmbeddedFile * | embeddedFile | ) | 
Sets the embeddedFile representing the embedded file. 
Definition at line 3423 of file annotations.cpp.
◆ setMovie()
| void RichMediaAnnotation::setMovie | ( | Movie * | movie | ) | 
Sets the new movie object. 
Definition at line 3401 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 3386 of file annotations.cpp.
◆ subType()
      
  | 
  overridevirtual | 
Returns the sub type of the rich media annotation.
Implements Okular::Annotation.
Definition at line 3396 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:13 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
 Public Member Functions inherited from