|
Poppler Qt5
0.74.0
|
#include <poppler-link.h>


Public Member Functions | |
| LinkBrowse (const QRectF &linkArea, const QString &url) | |
| LinkType | linkType () const override |
| QString | url () const |
| ~LinkBrowse () | |
Public Member Functions inherited from Poppler::Link | |
| QRectF | linkArea () const |
| QVector< Link * > | nextLinks () const |
| virtual | ~Link () |
Additional Inherited Members | |
Public Types inherited from Poppler::Link | |
| enum | LinkType { None, Goto, Execute, Browse, Action, Sound, Movie, Rendition, JavaScript, OCGState, Hide } |
An URL to browse.
The LinkBrowse link holds a URL (eg 'http://poppler.freedesktop.org', 'john@some.org', etc) to be open.
The format of the URL is specified by RFC 2396 (http://www.ietf.org/rfc/rfc2396.txt)
| Poppler::LinkBrowse::LinkBrowse | ( | const QRectF & | linkArea, |
| const QString & | url | ||
| ) |
Create a new browse link.
| linkArea | the active area of the link |
| url | the URL to be open |
1.8.15