Okular
action.h
544 RenditionAction(OperationType operation, Okular::Movie *movie, enum ScriptType scriptType, const QString &script);
OKULARCORE_DEPRECATED QVariant nativeId() const
Returns the "native" id of the action.
Definition action.cpp:61
QVector< Action * > nextActions() const
Returns the next actions to be executed after.
Definition action.cpp:67
virtual QString actionTip() const
Returns a i18n'ed tip of the action that is presented to the user.
Definition action.cpp:50
void setNextActions(const QVector< Action * > &actions)
Sets the next actions.
Definition action.cpp:84
void setNativeHandle(std::shared_ptr< const void > handle)
Sets "native" handle for the action.
Definition action.cpp:73
OKULARCORE_DEPRECATED void setNativeId(const QVariant &id)
Sets the "native" id of the action.
Definition action.cpp:55
The DocumentAction action contains an action that is performed on the current document.
Definition action.h:301
DocumentAction(enum DocumentActionType documentActionType)
Creates a new document action.
Definition action.cpp:271
QString fileName() const
Returns the file name of the application to execute.
Definition action.cpp:200
ExecuteAction(const QString &fileName, const QString ¶meters)
Creates a new execute action.
Definition action.cpp:180
QString parameters() const
Returns the parameters of the application to execute.
Definition action.cpp:206
bool isExternal() const
Returns whether the goto action points to an external document.
Definition action.cpp:140
QString destinationName() const
Returns the document named destination the goto action points to.
Definition action.cpp:158
GotoAction(const QString &fileName, const DocumentViewport &viewport)
Creates a new goto action.
Definition action.cpp:115
DocumentViewport destViewport() const
Returns the document viewport the goto action points to.
Definition action.cpp:152
The Movie action executes an operation on a video on activation.
Definition action.h:469
The Rendition action executes an operation on a video or executes some JavaScript code on activation.
Definition action.h:523
RenditionAction(OperationType operation, Okular::Movie *movie, enum ScriptType scriptType, const QString &script)
Creates a new rendition action.
Definition action.cpp:528
ScriptAction(enum ScriptType type, const QString &script)
Creates a new Script action.
Definition action.cpp:416
SoundAction(double volume, bool synchronous, bool repeat, bool mix, Okular::Sound *sound)
Creates a new sound action.
Definition action.cpp:351
bool synchronous() const
Returns whether the sound shall be played synchronous.
Definition action.cpp:376
Okular::Sound * sound() const
Returns the sound object which contains the sound data.
Definition action.cpp:394
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 14 2025 11:50:36 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 14 2025 11:50:36 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.