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

Public Member Functions | |
| BrowseAction (const QString &url) | |
| virtual | ~BrowseAction () |
| QString | actionTip () const |
| ActionType | actionType () const |
| QString | url () const |
Public Member Functions inherited from Okular::Action | |
| virtual | ~Action () |
| QVariant | nativeId () const |
| void | setNativeId (const QVariant &id) |
Additional Inherited Members | |
Public Types inherited from Okular::Action | |
| enum | ActionType { Goto, Execute, Browse, DocAction, Sound, Movie, Script, Rendition } |
Detailed Description
The Browse action browses an url by opening a web browser or email client, depedning on the url protocol (e.g.
http, mailto, etc.).
Constructor & Destructor Documentation
| BrowseAction::BrowseAction | ( | const QString & | url | ) |
Creates a new browse action.
- Parameters
-
url The url to browse.
Definition at line 193 of file action.cpp.
|
virtual |
Destroys the browse action.
Definition at line 198 of file action.cpp.
Member Function Documentation
|
virtual |
Returns the action tip.
Reimplemented from Okular::Action.
Definition at line 207 of file action.cpp.
|
virtual |
| QString BrowseAction::url | ( | ) | const |
Returns the url to browse.
Definition at line 219 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-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:19:26 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:19:26 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from