mupdf-qt  0.1
Qt5 interface of the popular PDF library MuPDF
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Pages
Public Member Functions | Friends | List of all members
MuPDF::LinkURI Class Reference

A URI link. More...

#include <mupdf-link.h>

Inheritance diagram for MuPDF::LinkURI:
MuPDF::Link

Public Member Functions

LinkType linkType () const
 
QString uri () const
 A UTF-8 encoded URI to launch. More...
 
bool isMap () const
 

Friends

class OutlineItemPrivate
 

Additional Inherited Members

Detailed Description

A URI link.

Definition at line 59 of file mupdf-link.h.

Member Function Documentation

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.

LinkType MuPDF::LinkURI::linkType ( ) const
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.

Friends And Related Function Documentation

friend class OutlineItemPrivate
friend

Definition at line 69 of file mupdf-link.h.


The documentation for this class was generated from the following files: