wxPDFView  0.1
wxWidgets PDFium Integration Library
Public Member Functions | List of all members
wxPDFViewBookmark Class Referenceabstract

PDF Document Bookmark. More...

#include <PDFView.h>

+ Inheritance diagram for wxPDFViewBookmark:

Public Member Functions

virtual wxString GetTitle () const =0
 Get the bookmarks title. More...
 
virtual void Navigate (wxPDFView *pdfView)=0
 Navigate to the bookmark in the specified PDF view. More...
 
virtual ~wxPDFViewBookmark ()
 

Detailed Description

PDF Document Bookmark.

If defined in the PDF document can be used to query bookmarks in the document. This could be used for display of the bookmarks in the UI. The wxPDFViewBookmarksCtrl control uses this to display it's bookmark tree.

See also
wxPDFViewBookmarksCtrl

Constructor & Destructor Documentation

virtual wxPDFViewBookmark::~wxPDFViewBookmark ( )
inlinevirtual

Member Function Documentation

virtual wxString wxPDFViewBookmark::GetTitle ( ) const
pure virtual

Get the bookmarks title.

virtual void wxPDFViewBookmark::Navigate ( wxPDFView pdfView)
pure virtual

Navigate to the bookmark in the specified PDF view.

Parameters
pdfViewwxPDFView in which this bookmark should be navigated to
See also
wxPDFView