|
Poppler Qt6 25.10.90
|
#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 () override | |
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 , ResetForm , SubmitForm } |
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 |
|
overridevirtual |
The type of this link.
Reimplemented from Poppler::Link.