#include <pdfproperties.h>
Inheritance diagram for wxPdfPageLink:

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. | |
| wxPdfPageLink::wxPdfPageLink | ( | double | x, | |
| double | y, | |||
| double | w, | |||
| double | h, | |||
| const wxPdfLink & | pdfLink | |||
| ) |
Constructor.
| wxPdfPageLink::~wxPdfPageLink | ( | ) | [virtual] |
Destructor.
| double wxPdfPageLink::GetX | ( | ) | [inline] |
Get the X offset.
| double wxPdfPageLink::GetY | ( | ) | [inline] |
Get the Y offset.
| double wxPdfPageLink::GetWidth | ( | ) | [inline] |
Get the width.
| double wxPdfPageLink::GetHeight | ( | ) | [inline] |
Get the height.
1.5.1-p1