wxPdfDocument
0.9.7
|
Class representing the sensitive area of links referring to a page. (For internal use only) More...
#include <pdflinks.h>
Public Member Functions | |
wxPdfPageLink (double x, double y, double w, double h, const wxPdfLink &pdfLink) | |
Constructor. More... | |
virtual | ~wxPdfPageLink () |
Destructor. More... | |
double | GetX () |
Get the X offset. More... | |
double | GetY () |
Get the Y offset. More... | |
double | GetWidth () |
Get the width. More... | |
double | GetHeight () |
Get the height. More... | |
![]() | |
wxPdfLink (int linkRef) | |
Constructor for internal link. More... | |
wxPdfLink (const wxString &linkURL) | |
Constructor for external link. More... | |
wxPdfLink (const wxPdfLink &pdfLink) | |
Copy constructor. More... | |
virtual | ~wxPdfLink () |
Destructor. More... | |
bool | IsValid () const |
Check whether this instance is a valid link reference. More... | |
bool | IsLinkRef () const |
Check whether this instance is an internal reference. More... | |
int | GetLinkRef () const |
Get the internal link reference. More... | |
const wxString | GetLinkURL () const |
Get the external link reference. More... | |
void | SetLink (int page, double ypos) |
Set page number and position on page. More... | |
int | GetPage () |
Get the page this link refers to. More... | |
double | GetPosition () |
Get the page position this link refers to. More... | |
Class representing the sensitive area of links referring to a page. (For internal use only)
wxPdfPageLink::wxPdfPageLink | ( | double | x, |
double | y, | ||
double | w, | ||
double | h, | ||
const wxPdfLink & | pdfLink | ||
) |
Constructor.
|
virtual |
Destructor.
|
inline |
Get the height.
|
inline |
Get the width.
|
inline |
Get the X offset.
|
inline |
Get the Y offset.