wxPdfDocument 1.2.0
Public Member Functions | List of all members
wxPdfPageLink Class Reference

Class representing the sensitive area of links referring to a page. (For internal use only) More...

#include <pdflinks.h>

Inheritance diagram for wxPdfPageLink:
wxPdfLink

Public Member Functions

 wxPdfPageLink (double x, double y, double w, double h, const wxPdfLink &pdfLink)
 Constructor.
 
virtual ~wxPdfPageLink ()
 Destructor.
 
double GetX ()
 Get the X offset.
 
double GetY ()
 Get the Y offset.
 
double GetWidth ()
 Get the width.
 
double GetHeight ()
 Get the height.
 

Detailed Description

Class representing the sensitive area of links referring to a page. (For internal use only)

Constructor & Destructor Documentation

◆ wxPdfPageLink()

wxPdfPageLink::wxPdfPageLink ( double x,
double y,
double w,
double h,
const wxPdfLink & pdfLink )

Constructor.

◆ ~wxPdfPageLink()

virtual wxPdfPageLink::~wxPdfPageLink ( )
virtual

Destructor.

Member Function Documentation

◆ GetHeight()

double wxPdfPageLink::GetHeight ( )
inline

Get the height.

◆ GetWidth()

double wxPdfPageLink::GetWidth ( )
inline

Get the width.

◆ GetX()

double wxPdfPageLink::GetX ( )
inline

Get the X offset.

◆ GetY()

double wxPdfPageLink::GetY ( )
inline

Get the Y offset.


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