Poppler Qt5
0.74.0
|
#include <poppler-link.h>
Public Types | |
enum | Operation { Play, Stop, Pause, Resume } |
Public Types inherited from Poppler::Link | |
enum | LinkType { None, Goto, Execute, Browse, Action, Sound, Movie, Rendition, JavaScript, OCGState, Hide } |
Public Member Functions | |
bool | isReferencedAnnotation (const MovieAnnotation *annotation) const |
LinkMovie (const QRectF &linkArea, Operation operation, const QString &annotationTitle, const Ref &annotationReference) | |
LinkType | linkType () const override |
Operation | operation () const |
~LinkMovie () | |
Public Member Functions inherited from Poppler::Link | |
QRectF | linkArea () const |
QVector< Link * > | nextLinks () const |
virtual | ~Link () |
Movie: a movie to be played.
Poppler::LinkMovie::LinkMovie | ( | const QRectF & | linkArea, |
Operation | operation, | ||
const QString & | annotationTitle, | ||
const Ref & | annotationReference | ||
) |
Create a new Movie link.
linkArea | the active area of the link |
operation | the operation to be performed on the movie |
annotationTitle | the title of the movie annotation identifying the movie to be played |
annotationReference | the object reference of the movie annotation identifying the movie to be played |
Note: This constructor is supposed to be used by Poppler::Page only.