okular
Okular::Movie Class Reference
#include <movie.h>
Public Types | |
| enum | PlayMode { PlayOnce, PlayOpen, PlayRepeat, PlayPalindrome } |
Public Member Functions | |
| Movie (const QString &fileName) | |
| Movie (const QString &fileName, const QByteArray &data) | |
| ~Movie () | |
| bool | autoPlay () const |
| PlayMode | playMode () const |
| QImage | posterImage () const |
| Rotation | rotation () const |
| void | setAutoPlay (bool autoPlay) |
| void | setPlayMode (PlayMode mode) |
| void | setPosterImage (const QImage &image) |
| void | setRotation (Rotation rotation) |
| void | setShowControls (bool show) |
| void | setShowPosterImage (bool show) |
| void | setSize (const QSize &aspect) |
| bool | showControls () const |
| bool | showPosterImage () const |
| QSize | size () const |
| QString | url () const |
Detailed Description
Contains information about a movie object.
- Since
- 0.8 (KDE 4.2)
Member Enumeration Documentation
The play mode for playing the movie.
Constructor & Destructor Documentation
|
explicit |
|
explicit |
Member Function Documentation
| bool Movie::autoPlay | ( | ) | const |
| Movie::PlayMode Movie::playMode | ( | ) | const |
| QImage Movie::posterImage | ( | ) | const |
| Rotation Movie::rotation | ( | ) | const |
| void Movie::setAutoPlay | ( | bool | autoPlay | ) |
| void Movie::setPlayMode | ( | Movie::PlayMode | mode | ) |
| void Movie::setPosterImage | ( | const QImage & | image | ) |
| void Movie::setRotation | ( | Rotation | rotation | ) |
| void Movie::setShowControls | ( | bool | show | ) |
| void Movie::setShowPosterImage | ( | bool | show | ) |
| void Movie::setSize | ( | const QSize & | aspect | ) |
| bool Movie::showControls | ( | ) | const |
| bool Movie::showPosterImage | ( | ) | const |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:19:26 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:19:26 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference