Version: 3.2.5
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
 
wxHtmlHelpDataItemparent
 
int id
 
wxString name
 
wxString page
 
wxHtmlBookRecordbook
 

Constructor & Destructor Documentation

◆ wxHtmlHelpDataItem()

wxHtmlHelpDataItem::wxHtmlHelpDataItem ( )

Member Function Documentation

◆ GetFullPath()

wxString wxHtmlHelpDataItem::GetFullPath ( ) const

◆ GetIndentedName()

wxString wxHtmlHelpDataItem::GetIndentedName ( ) const

Member Data Documentation

◆ book

wxHtmlBookRecord* wxHtmlHelpDataItem::book

◆ id

int wxHtmlHelpDataItem::id

◆ level

int wxHtmlHelpDataItem::level

◆ name

wxString wxHtmlHelpDataItem::name

◆ page

wxString wxHtmlHelpDataItem::page

◆ parent

wxHtmlHelpDataItem* wxHtmlHelpDataItem::parent