Poppler Qt5 24.11.0
|
#include <poppler-link.h>
Public Types | |
enum | ActionType { PageFirst = 1 , PagePrev = 2 , PageNext = 3 , PageLast = 4 , HistoryBack = 5 , HistoryForward = 6 , Quit = 7 , Presentation = 8 , EndPresentation = 9 , Find = 10 , GoToPage = 11 , Close = 12 , Print = 13 , SaveAs = 14 } |
Public Types inherited from Poppler::Link | |
enum | LinkType { None , Goto , Execute , Browse , Action , Sound , Movie , Rendition , JavaScript , OCGState , Hide , ResetForm , SubmitForm } |
Public Member Functions | |
ActionType | actionType () const |
LinkAction (const QRectF &linkArea, ActionType actionType) | |
LinkType | linkType () const override |
~LinkAction () override | |
Public Member Functions inherited from Poppler::Link | |
QRectF | linkArea () const |
QVector< Link * > | nextLinks () const |
virtual | ~Link () |
"Standard" action request.
The LinkAction class represents a link that request a "standard" action to be performed by the viewer on the displayed document.
Poppler::LinkAction::LinkAction | ( | const QRectF & | linkArea, |
ActionType | actionType | ||
) |
Create a new Action link, that executes a specified action on the document.
linkArea | the active area of the link |
actionType | which action should be executed |
|
overridevirtual |
The type of this link.
Reimplemented from Poppler::Link.