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

Public Member Functions | |
ExecuteAction (const QString &fileName, const QString ¶meters) | |
virtual | ~ExecuteAction () |
QString | actionTip () const |
ActionType | actionType () const |
QString | fileName () const |
QString | parameters () const |
![]() | |
virtual | ~Action () |
QVariant | nativeId () const |
void | setNativeId (const QVariant &id) |
Additional Inherited Members | |
![]() | |
enum | ActionType { Goto, Execute, Browse, DocAction, Sound, Movie, Script, Rendition } |
Detailed Description
Constructor & Destructor Documentation
ExecuteAction::ExecuteAction | ( | const QString & | fileName, |
const QString & | parameters | ||
) |
Creates a new execute action.
- Parameters
-
fileName The file name of the application to execute. parameters The parameters of the application to execute.
Definition at line 148 of file action.cpp.
|
virtual |
Destroys the execute action.
Definition at line 153 of file action.cpp.
Member Function Documentation
|
virtual |
Returns the action tip.
Reimplemented from Okular::Action.
Definition at line 162 of file action.cpp.
|
virtual |
QString ExecuteAction::fileName | ( | ) | const |
Returns the file name of the application to execute.
Definition at line 168 of file action.cpp.
QString ExecuteAction::parameters | ( | ) | const |
Returns the parameters of the application to execute.
Definition at line 174 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.