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

Launch a file (a document or a executable). More...

#include <mupdf-link.h>

Inheritance diagram for MuPDF::LinkLaunch:
MuPDF::Link

Public Member Functions

LinkType linkType () const
 
QString file () const
 A UTF-8 file specification to launch. More...
 
bool newWindow () const
 If true, the destination should be launched in a new window. More...
 
bool isURI () const
 If true, file() is a URI to launch. More...
 

Friends

class OutlineItemPrivate
 

Additional Inherited Members

Detailed Description

Launch a file (a document or a executable).

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

Member Function Documentation

QString MuPDF::LinkLaunch::file ( ) const

A UTF-8 file specification to launch.

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

bool MuPDF::LinkLaunch::isURI ( ) const

If true, file() is a URI to launch.

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

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

Reimplemented from MuPDF::Link.

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

bool MuPDF::LinkLaunch::newWindow ( ) const

If true, the destination should be launched in a new window.

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

Friends And Related Function Documentation

friend class OutlineItemPrivate
friend

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


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