Version: 3.0.2
wxHtmlHelpDataItem Class Reference

#include <wx/html/helpdata.h>

Detailed Description

Helper class for wxHtmlHelpData.

Public Member Functions

 wxHtmlHelpDataItem ()
 
wxString GetFullPath () const
 
wxString GetIndentedName () const
 

Public Attributes

int level
 
wxHtmlHelpDataItem * parent
 
int id
 
wxString name
 
wxString page
 
wxHtmlBookRecord * book
 

Constructor & Destructor Documentation

wxHtmlHelpDataItem::wxHtmlHelpDataItem ( )

Member Function Documentation

wxString wxHtmlHelpDataItem::GetFullPath ( ) const
wxString wxHtmlHelpDataItem::GetIndentedName ( ) const

Member Data Documentation

wxHtmlBookRecord* wxHtmlHelpDataItem::book
int wxHtmlHelpDataItem::id
int wxHtmlHelpDataItem::level
wxString wxHtmlHelpDataItem::name
wxString wxHtmlHelpDataItem::page
wxHtmlHelpDataItem* wxHtmlHelpDataItem::parent