mupdf-qt
0.1
Qt5 interface of the popular PDF library MuPDF
|
Named action to perform. More...
#include <mupdf-link.h>
Public Member Functions | |
LinkType | linkType () const |
QString | named () const |
The named action to perform. More... | |
Public Member Functions inherited from MuPDF::Link | |
virtual | ~Link () |
virtual QRectF | linkArea () const |
Rect area of the link. More... | |
Friends | |
class | OutlineItemPrivate |
Additional Inherited Members | |
Public Types inherited from MuPDF::Link | |
enum | LinkType { None = 0, Goto, URI, Launch, Named, GotoR } |
Protected Member Functions inherited from MuPDF::Link | |
Link (LinkPrivate *linkp) | |
Protected Attributes inherited from MuPDF::Link | |
LinkPrivate * | d |
Named action to perform.
Definition at line 92 of file mupdf-link.h.
|
inlinevirtual |
Reimplemented from MuPDF::Link.
Definition at line 95 of file mupdf-link.h.
QString MuPDF::LinkNamed::named | ( | ) | const |
The named action to perform.
Definition at line 108 of file mupdf-link.cpp.
|
friend |
Definition at line 101 of file mupdf-link.h.