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

Public Types | |
enum | DocumentActionType { PageFirst = 1, PagePrev = 2, PageNext = 3, PageLast = 4, HistoryBack = 5, HistoryForward = 6, Quit = 7, Presentation = 8, EndPresentation = 9, Find = 10, GoToPage = 11, Close = 12 } |
![]() | |
enum | ActionType { Goto, Execute, Browse, DocAction, Sound, Movie, Script, Rendition } |
Public Member Functions | |
DocumentAction (enum DocumentActionType documentActionType) | |
virtual | ~DocumentAction () |
QString | actionTip () const |
ActionType | actionType () const |
DocumentActionType | documentActionType () const |
![]() | |
virtual | ~Action () |
QVariant | nativeId () const |
void | setNativeId (const QVariant &id) |
Detailed Description
The DocumentAction action contains an action that is performed on the current document.
Member Enumeration Documentation
Describes the possible action types.
WARNING KEEP IN SYNC WITH POPPLER!
Constructor & Destructor Documentation
|
explicit |
Creates a new document action.
- Parameters
-
documentActionType The type of document action.
Definition at line 238 of file action.cpp.
|
virtual |
Destroys the document action.
Definition at line 243 of file action.cpp.
Member Function Documentation
|
virtual |
Returns the action tip.
Reimplemented from Okular::Action.
Definition at line 258 of file action.cpp.
|
virtual |
DocumentAction::DocumentActionType DocumentAction::documentActionType | ( | ) | const |
Returns the type of action.
Definition at line 247 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.