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::LinkGotoR Class Reference

Goto a position in another file. More...

#include <mupdf-link.h>

Inheritance diagram for MuPDF::LinkGotoR:
MuPDF::LinkGoto MuPDF::Link

Public Member Functions

LinkType linkType () const
 
int page () const
 Page number(start from 0). More...
 
QString destination () const
 The target destination name to be resolved in the file(). More...
 
QString file () const
 A pointer to a remote file specification (UTF-8). If set, this destination should cause a new file to be opened. More...
 
bool newWindow () const
 If true, the destination should open in a new window. More...
 

Friends

class OutlineItemPrivate
 

Additional Inherited Members

Detailed Description

Goto a position in another file.

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

Member Function Documentation

QString MuPDF::LinkGotoR::destination ( ) const

The target destination name to be resolved in the file().

Returns
Maybe empty.

Definition at line 128 of file mupdf-link.cpp.

QString MuPDF::LinkGotoR::file ( ) const

A pointer to a remote file specification (UTF-8). If set, this destination should cause a new file to be opened.

Definition at line 137 of file mupdf-link.cpp.

LinkType MuPDF::LinkGotoR::linkType ( ) const
inlinevirtual

Reimplemented from MuPDF::LinkGoto.

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

bool MuPDF::LinkGotoR::newWindow ( ) const

If true, the destination should open in a new window.

Definition at line 145 of file mupdf-link.cpp.

int MuPDF::LinkGotoR::page ( ) const

Page number(start from 0).

Returns
-1 suggesting that destination is given by destination().

Definition at line 118 of file mupdf-link.cpp.

Friends And Related Function Documentation

friend class OutlineItemPrivate
friend

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


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