|
Poppler Qt6 25.11.90
|
#include <poppler-qt6.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.