Phoenix Logo

phoenix_title wx.html.HtmlHelpDataItem

Helper class for wx.html.HtmlHelpData.


class_hierarchy Class Hierarchy

Inheritance diagram for class HtmlHelpDataItem:

method_summary Methods Summary

__init__  
GetFullPath  
GetIndentedName  

property_summary Properties Summary

FullPath See GetFullPath
IndentedName See GetIndentedName
book A public C++ attribute of type HtmlBookRecord .
id A public C++ attribute of type int.
level A public C++ attribute of type int.
name A public C++ attribute of type string.
page A public C++ attribute of type string.
parent A public C++ attribute of type HtmlHelpDataItem .

api Class API



class wx.html.HtmlHelpDataItem(object)

Possible constructors:

HtmlHelpDataItem()

Helper class for HtmlHelpData.


Methods



__init__(self)


GetFullPath(self)
Return type:string


GetIndentedName(self)
Return type:string

Properties



FullPath

See GetFullPath



IndentedName

See GetIndentedName



book

A public C++ attribute of type HtmlBookRecord .



id

A public C++ attribute of type int.



level

A public C++ attribute of type int.



name

A public C++ attribute of type string.



page

A public C++ attribute of type string.



parent

A public C++ attribute of type HtmlHelpDataItem .