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

Detailed Description
The DocumentAction action contains an action that is performed on the current document.Definition at line 219 of file action.h.
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 } |
Public Member Functions | |
| DocumentAction (enum DocumentActionType documentActionType) | |
| virtual | ~DocumentAction () |
| ActionType | actionType () const |
| QString | actionTip () const |
| DocumentActionType | documentActionType () const |
Member Enumeration Documentation
Describes the possible action types.
WARNING KEEP IN SYNC WITH POPPLER!
- Enumerator:
Constructor & Destructor Documentation
| DocumentAction::DocumentAction | ( | enum DocumentActionType | documentActionType | ) | [explicit] |
Creates a new document action.
- Parameters:
-
documentActionType The type of document action.
Definition at line 199 of file action.cpp.
| DocumentAction::~DocumentAction | ( | ) | [virtual] |
Member Function Documentation
| Action::ActionType DocumentAction::actionType | ( | ) | const [virtual] |
| QString DocumentAction::actionTip | ( | ) | const [virtual] |
Returns the action tip.
Reimplemented from Okular::Action.
Definition at line 219 of file action.cpp.
| DocumentAction::DocumentActionType DocumentAction::documentActionType | ( | ) | const |
The documentation for this class was generated from the following files:
KDE 4.0 API Reference