Okular::RichMediaAnnotation

Search for usage in LXR

Okular::RichMediaAnnotation Class Reference

#include <annotations.h>

Inheritance diagram for Okular::RichMediaAnnotation:

Public Member Functions

 RichMediaAnnotation ()
 
 RichMediaAnnotation (const QDomNode &description)
 
 ~RichMediaAnnotation () override
 
EmbeddedFileembeddedFile () const
 
Moviemovie () const
 
void setEmbeddedFile (EmbeddedFile *embeddedFile)
 
void setMovie (Movie *movie)
 
void store (QDomNode &parentNode, QDomDocument &document) const override
 
SubType subType () const override
 
- Public Member Functions inherited from Okular::Annotation
virtual ~Annotation ()
 
void adjust (const NormalizedPoint &deltaCoord1, const NormalizedPoint &deltaCoord2)
 
QString author () const
 
NormalizedRect boundingRectangle () const
 
bool canBeMoved () const
 
bool canBeResized () const
 
QString contents () const
 
QDateTime creationDate () const
 
int flags () const
 
QDomNode getAnnotationPropertiesDomNode () const
 
QDateTime modificationDate () const
 
QVariant nativeId () const
 
bool openDialogAfterCreation () const
 
QList< Revision > & revisions ()
 
const QList< Revision > & revisions () const
 
void setAnnotationProperties (const QDomNode &node)
 
void setAuthor (const QString &author)
 
void setBoundingRectangle (const NormalizedRect &rectangle)
 
void setContents (const QString &contents)
 
void setCreationDate (const QDateTime &date)
 
void setDisposeDataFunction (DisposeDataFunction func)
 
void setFlags (int flags)
 
void setModificationDate (const QDateTime &date)
 
void setNativeId (const QVariant &id)
 
void setUniqueName (const QString &name)
 
Stylestyle ()
 
const Stylestyle () const
 
NormalizedRect transformedBoundingRectangle () const
 
void translate (const NormalizedPoint &coord)
 
QString uniqueName () const
 
Windowwindow ()
 
const Windowwindow () const
 

Additional Inherited Members

- Public Types inherited from Okular::Annotation
enum  AdditionalActionType {
  PageOpening , PageClosing , CursorEntering , CursorLeaving ,
  MousePressed , MouseReleased , FocusIn , FocusOut
}
 
typedef void(* DisposeDataFunction) (const Okular::Annotation *)
 
enum  Flag {
  Hidden = 1 , FixedSize = 2 , FixedRotation = 4 , DenyPrint = 8 ,
  DenyWrite = 16 , DenyDelete = 32 , ToggleHidingOnMouse = 64 , External = 128 ,
  ExternallyDrawn = 256 , BeingMoved = 512 , BeingResized = 1024
}
 
enum  LineEffect { NoEffect = 1 , Cloudy = 2 }
 
enum  LineStyle {
  Solid = 1 , Dashed = 2 , Beveled = 4 , Inset = 8 ,
  Underline = 16
}
 
enum  RevisionScope { Reply = 1 , Group = 2 , Delete = 4 }
 
enum  RevisionType {
  None = 1 , Marked = 2 , Unmarked = 4 , Accepted = 8 ,
  Rejected = 16 , Cancelled = 32 , Completed = 64
}
 
enum  SubType {
  AText = 1 , ALine = 2 , AGeom = 3 , AHighlight = 4 ,
  AStamp = 5 , AInk = 6 , ACaret = 8 , AFileAttachment = 9 ,
  ASound = 10 , AMovie = 11 , AScreen = 12 , AWidget = 13 ,
  ARichMedia = 14 , A_BASE = 0
}
 

Detailed Description

RichMedia annotation.

The rich media annotation represents an video or sound on a page.

Since
1.0

Definition at line 1722 of file annotations.h.

Constructor & Destructor Documentation

◆ RichMediaAnnotation() [1/2]

RichMediaAnnotation::RichMediaAnnotation ( )

Creates a new rich media annotation.

Definition at line 3198 of file annotations.cpp.

◆ RichMediaAnnotation() [2/2]

RichMediaAnnotation::RichMediaAnnotation ( const QDomNode & description)
explicit

Creates a new rich media annotation from the xml description.

Definition at line 3203 of file annotations.cpp.

◆ ~RichMediaAnnotation()

RichMediaAnnotation::~RichMediaAnnotation ( )
override

Destroys the rich media annotation.

Definition at line 3208 of file annotations.cpp.

Member Function Documentation

◆ embeddedFile()

EmbeddedFile * RichMediaAnnotation::embeddedFile ( ) const

Gets the embedded file object.

Definition at line 3242 of file annotations.cpp.

◆ movie()

Movie * RichMediaAnnotation::movie ( ) const

Gets the movie object.

Definition at line 3235 of file annotations.cpp.

◆ setEmbeddedFile()

void RichMediaAnnotation::setEmbeddedFile ( EmbeddedFile * embeddedFile)

Sets the embeddedFile representing the embedded file.

Definition at line 3249 of file annotations.cpp.

◆ setMovie()

void RichMediaAnnotation::setMovie ( Movie * movie)

Sets the new movie object.

Definition at line 3227 of file annotations.cpp.

◆ store()

void RichMediaAnnotation::store ( QDomNode & parentNode,
QDomDocument & document ) const
overridevirtual

Stores the rich media annotation as xml in document under the given parentNode.

Reimplemented from Okular::Annotation.

Definition at line 3212 of file annotations.cpp.

◆ subType()

Annotation::SubType RichMediaAnnotation::subType ( ) const
overridevirtual

Returns the sub type of the rich media annotation.

Implements Okular::Annotation.

Definition at line 3222 of file annotations.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:17:35 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.