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

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.).
Definition at line 180 of file action.h.
Public Member Functions | |
| BrowseAction (const QString &url) | |
| virtual | ~BrowseAction () |
| ActionType | actionType () const |
| QString | actionTip () const |
| QString | url () const |
Constructor & Destructor Documentation
| BrowseAction::BrowseAction | ( | const QString & | url | ) |
Creates a new browse action.
- Parameters:
-
url The url to browse.
Definition at line 160 of file action.cpp.
| BrowseAction::~BrowseAction | ( | ) | [virtual] |
Member Function Documentation
| Action::ActionType BrowseAction::actionType | ( | ) | const [virtual] |
| QString BrowseAction::actionTip | ( | ) | const [virtual] |
Returns the action tip.
Reimplemented from Okular::Action.
Definition at line 174 of file action.cpp.
| QString BrowseAction::url | ( | ) | const |
The documentation for this class was generated from the following files:
KDE 4.0 API Reference