Okular::Movie
Okular::Movie Class Reference
#include <movie.h>
Public Types | |
enum | PlayMode { PlayLimited , PlayOpen , PlayRepeat , PlayPalindrome } |
Public Member Functions | |
Movie (const QString &fileName) | |
Movie (const QString &fileName, const QByteArray &data) | |
~Movie () | |
bool | autoPlay () const |
PlayMode | playMode () const |
double | playRepetitions () const |
QImage | posterImage () const |
Rotation | rotation () const |
void | setAutoPlay (bool autoPlay) |
void | setPlayMode (PlayMode mode) |
void | setPlayRepetitions (double repetitions) |
void | setPosterImage (const QImage &image) |
void | setRotation (Rotation rotation) |
void | setShowControls (bool show) |
void | setShowPosterImage (bool show) |
void | setSize (const QSize aspect) |
void | setStartPaused (bool startPaused) |
bool | showControls () const |
bool | showPosterImage () const |
QSize | size () const |
bool | startPaused () const |
QString | url () const |
Detailed Description
Contains information about a movie object.
- Since
- 0.8 (KDE 4.2)
Member Enumeration Documentation
◆ PlayMode
The play mode for playing the movie.
Constructor & Destructor Documentation
◆ Movie() [1/2]
|
explicit |
◆ Movie() [2/2]
|
explicit |
◆ ~Movie()
Member Function Documentation
◆ autoPlay()
bool Movie::autoPlay | ( | ) | const |
◆ playMode()
Movie::PlayMode Movie::playMode | ( | ) | const |
◆ playRepetitions()
double Movie::playRepetitions | ( | ) | const |
◆ posterImage()
QImage Movie::posterImage | ( | ) | const |
◆ rotation()
Rotation Movie::rotation | ( | ) | const |
◆ setAutoPlay()
void Movie::setAutoPlay | ( | bool | autoPlay | ) |
◆ setPlayMode()
void Movie::setPlayMode | ( | Movie::PlayMode | mode | ) |
◆ setPlayRepetitions()
void Movie::setPlayRepetitions | ( | double | repetitions | ) |
◆ setPosterImage()
void Movie::setPosterImage | ( | const QImage & | image | ) |
◆ setRotation()
void Movie::setRotation | ( | Rotation | rotation | ) |
◆ setShowControls()
void Movie::setShowControls | ( | bool | show | ) |
◆ setShowPosterImage()
void Movie::setShowPosterImage | ( | bool | show | ) |
◆ setSize()
void Movie::setSize | ( | const QSize | aspect | ) |
◆ setStartPaused()
void Movie::setStartPaused | ( | bool | startPaused | ) |
◆ showControls()
bool Movie::showControls | ( | ) | const |
◆ showPosterImage()
bool Movie::showPosterImage | ( | ) | const |
◆ size()
◆ startPaused()
bool Movie::startPaused | ( | ) | const |
◆ url()
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 Fri Nov 8 2024 11:49:40 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 8 2024 11:49:40 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.