phoenix_title wx.html.HtmlBookRecord

Helper class for wx.html.HtmlHelpData.


class_hierarchy Class Hierarchy

Inheritance diagram for class HtmlBookRecord:

method_summary Methods Summary

__init__

GetBasePath

GetBookFile

GetContentsEnd

GetContentsStart

GetFullPath

GetStart

GetTitle

SetBasePath

SetContentsRange

SetStart

SetTitle


property_summary Properties Summary

BasePath

See GetBasePath and SetBasePath

BookFile

See GetBookFile

ContentsEnd

See GetContentsEnd

ContentsStart

See GetContentsStart

Start

See GetStart and SetStart

Title

See GetTitle and SetTitle


api Class API

class wx.html.HtmlBookRecord(object)

Possible constructors:

HtmlBookRecord(bookfile, basepath, title, start)

Helper class for HtmlHelpData.


Methods

__init__(self, bookfile, basepath, title, start)
Parameters:
  • bookfile (string) –

  • basepath (string) –

  • title (string) –

  • start (string) –



GetBasePath(self)
Return type:

string



GetBookFile(self)
Return type:

string



GetContentsEnd(self)
Return type:

int



GetContentsStart(self)
Return type:

int



GetFullPath(self, page)
Parameters:

page (string) –

Return type:

string



GetStart(self)
Return type:

string



GetTitle(self)
Return type:

string



SetBasePath(self, path)
Parameters:

path (string) –



SetContentsRange(self, start, end)
Parameters:
  • start (int) –

  • end (int) –



SetStart(self, start)
Parameters:

start (string) –



SetTitle(self, title)
Parameters:

title (string) –


Properties

BasePath

See GetBasePath and SetBasePath



BookFile

See GetBookFile



ContentsEnd

See GetContentsEnd



ContentsStart

See GetContentsStart



Start

See GetStart and SetStart



Title

See GetTitle and SetTitle