 wx.html.HtmlBookRecord
  wx.html.HtmlBookRecord
Helper class for   wx.html.HtmlHelpData.
 Class Hierarchy
 Class Hierarchy

Inheritance diagram for class 
HtmlBookRecord:
 
 
 Methods Summary
 Methods Summary
 
 Properties Summary
 Properties Summary
 
 Class 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)
- 
 
 
 - 
- 
GetBookFile(self)
- 
 
 
 - 
- 
GetContentsEnd(self)
- 
 
 
 - 
- 
GetContentsStart(self)
- 
 
 
 - 
- 
GetFullPath(self, page)
- 
| Parameters: | page (string) – | 
|---|
 | Return type: | string | 
|---|
 
 
 
 
 - 
- 
GetStart(self)
- 
 
 
 - 
- 
GetTitle(self)
- 
 
 
 - 
- 
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 - GetBasePathand- SetBasePath
 
 
 
 - 
- 
BookFile
- See - GetBookFile
 
 
 
 - 
- 
ContentsEnd
- See - GetContentsEnd
 
 
 
 - 
- 
ContentsStart
- See - GetContentsStart
 
 
 
 - 
- 
Start
- See - GetStartand- SetStart
 
 
 
 - 
- 
Title
- See - GetTitleand- SetTitle