mupdf-qt
0.1
Qt5 interface of the popular PDF library MuPDF
|
#include <mupdf-link.h>
Public Types | |
enum | LinkType { None = 0, Goto, URI, Launch, Named, GotoR } |
Public Member Functions | |
virtual | ~Link () |
virtual LinkType | linkType () const |
virtual QRectF | linkArea () const |
Rect area of the link. More... | |
Protected Member Functions | |
Link (LinkPrivate *linkp) | |
Protected Attributes | |
LinkPrivate * | d |
Friends | |
class | OutlineItemPrivate |
Definition at line 12 of file mupdf-link.h.
Enumerator | |
---|---|
None | |
Goto |
Goto a position in current file. |
URI |
A URI link. |
Launch |
Launch a file (a document or a executable) |
Named |
Named action to perform. |
GotoR |
Goto a position in another file. |
Definition at line 15 of file mupdf-link.h.
|
virtual |
Definition at line 12 of file mupdf-link.cpp.
|
inlineprotected |
Definition at line 31 of file mupdf-link.h.
|
virtual |
Rect area of the link.
Definition at line 20 of file mupdf-link.cpp.
|
inlinevirtual |
Reimplemented in MuPDF::LinkGotoR, MuPDF::LinkNamed, MuPDF::LinkLaunch, MuPDF::LinkURI, and MuPDF::LinkGoto.
Definition at line 27 of file mupdf-link.h.
|
friend |
Definition at line 35 of file mupdf-link.h.
|
protected |
Definition at line 33 of file mupdf-link.h.