Poppler Qt5
0.74.0
|
#include <poppler-qt5.h>
Public Types | |
enum | PlayMode { PlayOnce, PlayOpen, PlayRepeat, PlayPalindrome } |
Public Member Functions | |
PlayMode | playMode () const |
QImage | posterImage () const |
int | rotation () const |
bool | showControls () const |
bool | showPosterImage () const |
QSize | size () const |
QString | url () const |
Container class for a movie object in a PDF document.
The play mode for playing the movie.
QImage Poppler::MovieObject::posterImage | ( | ) | const |
Returns the poster image that should be shown if the movie is not playing.
If the image is null but showImagePoster() returns true
, the first frame of the movie should be used as poster image.
bool Poppler::MovieObject::showPosterImage | ( | ) | const |
Returns whether a poster image should be shown if the movie is not playing.