okular
Okular::MovieAction Class Reference
#include <action.h>
Inheritance diagram for Okular::MovieAction:

Public Types | |
enum | OperationType { Play, Stop, Pause, Resume } |
![]() | |
enum | ActionType { Goto, Execute, Browse, DocAction, Sound, Movie, Script, Rendition } |
Public Member Functions | |
MovieAction (OperationType operation) | |
virtual | ~MovieAction () |
QString | actionTip () const |
ActionType | actionType () const |
MovieAnnotation * | annotation () const |
OperationType | operation () const |
void | setAnnotation (MovieAnnotation *annotation) |
![]() | |
virtual | ~Action () |
QVariant | nativeId () const |
void | setNativeId (const QVariant &id) |
Detailed Description
The Movie action executes an operation on a video on activation.
- Since
- 0.15 (KDE 4.9)
Member Enumeration Documentation
Constructor & Destructor Documentation
MovieAction::MovieAction | ( | OperationType | operation | ) |
Creates a new movie action.
Definition at line 430 of file action.cpp.
|
virtual |
Destroys the movie action.
Definition at line 435 of file action.cpp.
Member Function Documentation
|
virtual |
Returns the action tip.
Reimplemented from Okular::Action.
Definition at line 444 of file action.cpp.
|
virtual |
MovieAnnotation * MovieAction::annotation | ( | ) | const |
Returns the annotation or 0
if no annotation has been set.
Definition at line 461 of file action.cpp.
MovieAction::OperationType MovieAction::operation | ( | ) | const |
Returns the operation type.
Definition at line 449 of file action.cpp.
void MovieAction::setAnnotation | ( | MovieAnnotation * | annotation | ) |
Sets the annotation
that is associated with the movie action.
Definition at line 455 of file action.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:45:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:45:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.