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() -> None

Helper class for HtmlHelpData.


Methods¶

__init__(self)¶
Return type:

None



GetFullPath(self)¶
Return type:

str



GetIndentedName(self)¶
Return type:

str


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 .