Okular::DocumentAction
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 , Print = 13 , SaveAs = 14 }  | 
  Public Types inherited from Okular::Action | |
| enum | ActionType {  Goto , Execute , Browse , DocAction , Sound , Movie , Script , Rendition , BackendOpaque }  | 
Public Member Functions | |
| DocumentAction (enum DocumentActionType documentActionType) | |
| ~DocumentAction () override | |
| QString | actionTip () const override | 
| ActionType | actionType () const override | 
| DocumentActionType | documentActionType () const | 
  Public Member Functions inherited from Okular::Action | |
| virtual | ~Action () | 
| const void * | nativeHandle () const | 
| OKULARCORE_DEPRECATED QVariant | nativeId () const | 
| QVector< Action * > | nextActions () const | 
| void | setNativeHandle (std::shared_ptr< const void > handle) | 
| OKULARCORE_DEPRECATED void | setNativeId (const QVariant &id) | 
| void | setNextActions (const QVector< Action * > &actions) | 
Detailed Description
The DocumentAction action contains an action that is performed on the current document.
Member Enumeration Documentation
◆ DocumentActionType
Describes the possible action types.
Constructor & Destructor Documentation
◆ DocumentAction()
      
  | 
  explicit | 
Creates a new document action.
- Parameters
 - 
  
documentActionType The type of document action.  
Definition at line 271 of file action.cpp.
◆ ~DocumentAction()
      
  | 
  override | 
Destroys the document action.
Definition at line 276 of file action.cpp.
Member Function Documentation
◆ actionTip()
      
  | 
  overridevirtual | 
Returns the action tip.
Reimplemented from Okular::Action.
Definition at line 291 of file action.cpp.
◆ actionType()
      
  | 
  overridevirtual | 
◆ documentActionType()
| DocumentAction::DocumentActionType DocumentAction::documentActionType | ( | ) | const | 
Returns the type of action.
Definition at line 280 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-2025 The KDE developers.
Generated on Fri May 2 2025 11:59:13 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
          Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:59:13 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
 Public Types inherited from