Public Member Functions

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

List of all members.

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 ( double  x,
double  y,
double  w,
double  h,
const wxPdfLink pdfLink 
)

Constructor.

virtual wxPdfPageLink::~wxPdfPageLink (  ) [virtual]

Destructor.


Member Function Documentation

double wxPdfPageLink::GetHeight (  ) [inline]

Get the height.

double wxPdfPageLink::GetWidth (  ) [inline]

Get the width.

double wxPdfPageLink::GetX (  ) [inline]

Get the X offset.

double wxPdfPageLink::GetY (  ) [inline]

Get the Y offset.


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