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

Detailed Description
The Goto action changes the viewport to another page or loads an external document.Definition at line 86 of file action.h.
Public Member Functions | |
| GotoAction (const QString &fileName, const DocumentViewport &viewport) | |
| virtual | ~GotoAction () |
| ActionType | actionType () const |
| QString | actionTip () const |
| bool | isExternal () const |
| QString | fileName () const |
| DocumentViewport | destViewport () const |
Constructor & Destructor Documentation
| GotoAction::GotoAction | ( | const QString & | fileName, | |
| const DocumentViewport & | viewport | |||
| ) |
Creates a new goto action.
fileName The name of an external file that shall be loaded. viewport The target viewport information of the current document.
Definition at line 62 of file action.cpp.
| GotoAction::~GotoAction | ( | ) | [virtual] |
Member Function Documentation
| Action::ActionType GotoAction::actionType | ( | ) | const [virtual] |
| QString GotoAction::actionTip | ( | ) | const [virtual] |
Returns the action tip.
Reimplemented from Okular::Action.
Definition at line 76 of file action.cpp.
| bool GotoAction::isExternal | ( | ) | const |
Returns whether the goto action points to an external document.
Definition at line 83 of file action.cpp.
| QString GotoAction::fileName | ( | ) | const |
| DocumentViewport GotoAction::destViewport | ( | ) | const |
The documentation for this class was generated from the following files:
KDE 4.0 API Reference