wx.html.HtmlBookRecord¶
Helper class for wx.html.HtmlHelpData.
Class Hierarchy¶
Methods Summary¶
Properties Summary¶
See |
|
See |
|
See |
|
See |
|
Class API¶
- class wx.html.HtmlBookRecord(object)¶
Possible constructors:
HtmlBookRecord(bookfile, basepath, title, start) -> None
Helper class for HtmlHelpData.
Methods¶
- __init__(self, bookfile, basepath, title, start)¶
- Parameters:
bookfile (string)
basepath (string)
title (string)
start (string)
- Return type:
None
- GetBasePath(self)¶
- Return type:
str
- GetBookFile(self)¶
- Return type:
str
- GetContentsEnd(self)¶
- Return type:
int
- GetContentsStart(self)¶
- Return type:
int
- GetFullPath(self, page)¶
- Parameters:
page (string)
- Return type:
str
- GetStart(self)¶
- Return type:
str
- GetTitle(self)¶
- Return type:
str
- SetBasePath(self, path)¶
- Parameters:
path (string)
- Return type:
None
- SetContentsRange(self, start, end)¶
- Parameters:
start (int)
end (int)
- Return type:
None
- SetStart(self, start)¶
- Parameters:
start (string)
- Return type:
None
- SetTitle(self, title)¶
- Parameters:
title (string)
- Return type:
None
Properties¶
- BasePath¶
See
GetBasePath
andSetBasePath
- BookFile¶
See
GetBookFile
- ContentsEnd¶
See
GetContentsEnd
- ContentsStart¶
See
GetContentsStart