mupdf-qt
0.1
Qt5 interface of the popular PDF library MuPDF
|
A URI link. More...
#include <mupdf-link.h>
Public Member Functions | |
LinkType | linkType () const |
QString | uri () const |
A UTF-8 encoded URI to launch. More... | |
bool | isMap () const |
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 |
A URI link.
Definition at line 59 of file mupdf-link.h.
bool MuPDF::LinkURI::isMap | ( | ) | const |
If true, the x and y coords (as ints, in user space) should be appended to the URI before launch.
Definition at line 76 of file mupdf-link.cpp.
|
inlinevirtual |
Reimplemented from MuPDF::Link.
Definition at line 62 of file mupdf-link.h.
QString MuPDF::LinkURI::uri | ( | ) | const |
A UTF-8 encoded URI to launch.
Definition at line 67 of file mupdf-link.cpp.
|
friend |
Definition at line 69 of file mupdf-link.h.