Poppler Qt5
0.74.0
|
#include <poppler-link.h>
Public Member Functions | |
QString | fileName () const |
LinkExecute (const QRectF &linkArea, const QString &file, const QString ¶ms) | |
LinkType | linkType () const override |
QString | parameters () const |
~LinkExecute () | |
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 } |
Generic execution request.
The LinkExecute link represent a "file name" execution request. The result depends on the file name:
Poppler::LinkExecute::LinkExecute | ( | const QRectF & | linkArea, |
const QString & | file, | ||
const QString & | params | ||
) |
Create a new Execute link.
linkArea | the active area of the link |
file | the file name to be open, or the program to be execute |
params | the parameters for the program to execute |