|
Poppler Qt6 25.10.90
|
#include <poppler-link.h>


Public Member Functions | |
| bool | isShowAction () const |
| LinkHide (LinkHidePrivate *lhidep) | |
| LinkType | linkType () const override |
| QVector< QString > | targets () const |
| ~LinkHide () 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 } |
Hide: an action to show / hide a field.
|
explicit |
Create a new Hide link.
This is only used by Poppler::Page.
|
overridevirtual |
The type of this link.
Reimplemented from Poppler::Link.