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

Inheritance diagram for class
HtmlBookRecord:
Methods Summary
Properties Summary
Class API
-
class wx.html.HtmlBookRecord(object)
Possible constructors:
HtmlBookRecord(bookfile : str, basepath : str, title : str, start : str)
-> None
Helper class for HtmlHelpData.
Methods
-
__init__(self, bookfile: str, basepath: str, title: str, start: str)
- 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: str)
- Parameters:
page (string)
- Return type:
str
-
GetStart(self)
- Return type:
str
-
GetTitle(self)
- Return type:
str
-
SetBasePath(self, path: str)
- Parameters:
path (string)
- Return type:
None
-
SetContentsRange(self, start: int, end: int)
- Parameters:
-
- Return type:
None
-
SetStart(self, start: str)
- Parameters:
start (string)
- Return type:
None
-
SetTitle(self, title: str)
- Parameters:
title (string)
- Return type:
None
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