#include <pdfproperties.h>
Public Member Functions | |
| wxPdfBookmark (const wxString &txt, int level, double y, int page) | |
| Constructor. | |
| virtual | ~wxPdfBookmark () |
| Destructor. | |
| wxString | GetText () |
| Get the bookmark text. | |
| int | GetLevel () |
| Get the associated level. | |
| double | GetY () |
| Get the Y offset of the bookmark. | |
| int | GetPage () |
| Get the page number of the bookmark. | |
| void | SetParent (int parent) |
| Set the parent of the bookmark. | |
| int | GetParent () |
| Get the parent of the bookmark. | |
| void | SetPrev (int prev) |
| Set previous bookmark. | |
| int | GetPrev () |
| Get previous bookmark. | |
| void | SetNext (int next) |
| Set next bookmark. | |
| int | GetNext () |
| Get next bookmark. | |
| void | SetFirst (int first) |
| Set first bookmark. | |
| int | GetFirst () |
| Get first bookmark. | |
| void | SetLast (int last) |
| Set last bookmark. | |
| int | GetLast () |
| Get last bookmark. | |
| wxPdfBookmark::wxPdfBookmark | ( | const wxString & | txt, | |
| int | level, | |||
| double | y, | |||
| int | page | |||
| ) |
Constructor.
| wxPdfBookmark::~wxPdfBookmark | ( | ) | [virtual] |
Destructor.
| wxString wxPdfBookmark::GetText | ( | ) | [inline] |
Get the bookmark text.
| int wxPdfBookmark::GetLevel | ( | ) | [inline] |
Get the associated level.
| double wxPdfBookmark::GetY | ( | ) | [inline] |
Get the Y offset of the bookmark.
| int wxPdfBookmark::GetPage | ( | ) | [inline] |
Get the page number of the bookmark.
| void wxPdfBookmark::SetParent | ( | int | parent | ) | [inline] |
Set the parent of the bookmark.
| int wxPdfBookmark::GetParent | ( | ) | [inline] |
Get the parent of the bookmark.
| void wxPdfBookmark::SetPrev | ( | int | prev | ) | [inline] |
Set previous bookmark.
| int wxPdfBookmark::GetPrev | ( | ) | [inline] |
Get previous bookmark.
| void wxPdfBookmark::SetNext | ( | int | next | ) | [inline] |
Set next bookmark.
| int wxPdfBookmark::GetNext | ( | ) | [inline] |
Get next bookmark.
| void wxPdfBookmark::SetFirst | ( | int | first | ) | [inline] |
Set first bookmark.
| int wxPdfBookmark::GetFirst | ( | ) | [inline] |
Get first bookmark.
| void wxPdfBookmark::SetLast | ( | int | last | ) | [inline] |
Set last bookmark.
| int wxPdfBookmark::GetLast | ( | ) | [inline] |
Get last bookmark.
1.5.1-p1