wxPDFView  0.1
wxWidgets PDFium Integration Library
Public Member Functions | List of all members
wxPDFViewBookmarksCtrl Class Reference

Tree control that display the bookmarks defined in a PDF Document. More...

#include <PDFViewBookmarksCtrl.h>

+ Inheritance diagram for wxPDFViewBookmarksCtrl:

Public Member Functions

 wxPDFViewBookmarksCtrl ()
 
 wxPDFViewBookmarksCtrl (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDV_ROW_LINES, const wxValidator &validator=wxDefaultValidator)
 
bool Create (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDV_ROW_LINES, const wxValidator &validator=wxDefaultValidator)
 
void SetPDFView (wxPDFView *pdfView)
 Connect this control to a wxPDFView. More...
 
wxPDFViewGetPDFView () const
 

Detailed Description

Tree control that display the bookmarks defined in a PDF Document.

The control has the be linked with a wxPDFView by calling SetPDFView().

This control will automatically navigate to bookmarks if selected and will update the bookmark list when documents are loaded into the wxPDFView.

See also
wxPDFView

Constructor & Destructor Documentation

wxPDFViewBookmarksCtrl::wxPDFViewBookmarksCtrl ( )
inline
wxPDFViewBookmarksCtrl::wxPDFViewBookmarksCtrl ( wxWindow *  parent,
wxWindowID  id,
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxDefaultSize,
long  style = wxDV_ROW_LINES,
const wxValidator &  validator = wxDefaultValidator 
)
inline

Member Function Documentation

bool wxPDFViewBookmarksCtrl::Create ( wxWindow *  parent,
wxWindowID  id,
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxDefaultSize,
long  style = wxDV_ROW_LINES,
const wxValidator &  validator = wxDefaultValidator 
)
wxPDFView* wxPDFViewBookmarksCtrl::GetPDFView ( ) const
inline
Returns
wxPDFView previously connected with SetPDFView()
void wxPDFViewBookmarksCtrl::SetPDFView ( wxPDFView pdfView)

Connect this control to a wxPDFView.

See also
wxPDFView