.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. _wx.html.HtmlHelpDataItem: ========================================================================================================================================== |phoenix_title| **wx.html.HtmlHelpDataItem** ========================================================================================================================================== Helper class for :ref:`wx.html.HtmlHelpData`. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class HtmlHelpDataItem:
| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.html.HtmlHelpDataItem.__init__` :meth:`~wx.html.HtmlHelpDataItem.GetFullPath` :meth:`~wx.html.HtmlHelpDataItem.GetIndentedName` ================================================================================ ================================================================================ | |property_summary| Properties Summary ===================================== ================================================================================ ================================================================================ :attr:`~wx.html.HtmlHelpDataItem.FullPath` See :meth:`~wx.html.HtmlHelpDataItem.GetFullPath` :attr:`~wx.html.HtmlHelpDataItem.IndentedName` See :meth:`~wx.html.HtmlHelpDataItem.GetIndentedName` :attr:`~wx.html.HtmlHelpDataItem.book` A public C++ attribute of type `~wx.html.HtmlBookRecord` . :attr:`~wx.html.HtmlHelpDataItem.id` A public C++ attribute of type ``int``. :attr:`~wx.html.HtmlHelpDataItem.level` A public C++ attribute of type ``int``. :attr:`~wx.html.HtmlHelpDataItem.name` A public C++ attribute of type ``string``. :attr:`~wx.html.HtmlHelpDataItem.page` A public C++ attribute of type ``string``. :attr:`~wx.html.HtmlHelpDataItem.parent` A public C++ attribute of type `~wx.html.HtmlHelpDataItem` . ================================================================================ ================================================================================ | |api| Class API =============== .. class:: wx.html.HtmlHelpDataItem(object) **Possible constructors**:: HtmlHelpDataItem() Helper class for HtmlHelpData. .. method:: __init__(self) .. method:: GetFullPath(self) :rtype: `string` .. method:: GetIndentedName(self) :rtype: `string` .. attribute:: FullPath See :meth:`~wx.html.HtmlHelpDataItem.GetFullPath` .. attribute:: IndentedName See :meth:`~wx.html.HtmlHelpDataItem.GetIndentedName` .. attribute:: book A public C++ attribute of type `~wx.html.HtmlBookRecord` . .. attribute:: id A public C++ attribute of type ``int``. .. attribute:: level A public C++ attribute of type ``int``. .. attribute:: name A public C++ attribute of type ``string``. .. attribute:: page A public C++ attribute of type ``string``. .. attribute:: parent A public C++ attribute of type `~wx.html.HtmlHelpDataItem` .