Class: Wx::HTML::HtmlBookRecord
- Inherits:
-
Object
- Object
- Wx::HTML::HtmlBookRecord
- Defined in:
- lib/wx/doc/gen/html/html_help_data.rb
Overview
Note:
This class is untracked and should not be derived from nor instances extended!
Helper class for HtmlHelpData.
Instance Method Summary collapse
- #get_base_path ⇒ String (also: #base_path)
- #get_book_file ⇒ String (also: #book_file)
- #get_contents_end ⇒ Integer (also: #contents_end)
- #get_contents_start ⇒ Integer (also: #contents_start)
- #get_full_path(page) ⇒ String (also: #full_path)
- #get_start ⇒ String (also: #start)
- #get_title ⇒ String (also: #title)
- #initialize(bookfile, basepath, title, start) ⇒ Wx::HTML::HtmlBookRecord constructor
- #set_base_path(path) ⇒ void (also: #base_path=)
- #set_contents_range(start, end_) ⇒ void
- #set_start(start) ⇒ void (also: #start=)
- #set_title(title) ⇒ void (also: #title=)
Constructor Details
#initialize(bookfile, basepath, title, start) ⇒ Wx::HTML::HtmlBookRecord
81 |
# File 'lib/wx/doc/gen/html/html_help_data.rb', line 81 def initialize(bookfile, basepath, title, start) end |
Instance Method Details
#get_base_path ⇒ String Also known as: base_path
96 |
# File 'lib/wx/doc/gen/html/html_help_data.rb', line 96 def get_base_path; end |
#get_book_file ⇒ String Also known as: book_file
84 |
# File 'lib/wx/doc/gen/html/html_help_data.rb', line 84 def get_book_file; end |
#get_contents_end ⇒ Integer Also known as: contents_end
109 |
# File 'lib/wx/doc/gen/html/html_help_data.rb', line 109 def get_contents_end; end |
#get_contents_start ⇒ Integer Also known as: contents_start
105 |
# File 'lib/wx/doc/gen/html/html_help_data.rb', line 105 def get_contents_start; end |
#get_full_path(page) ⇒ String Also known as: full_path
129 |
# File 'lib/wx/doc/gen/html/html_help_data.rb', line 129 def get_full_path(page) end |
#get_start ⇒ String Also known as: start
92 |
# File 'lib/wx/doc/gen/html/html_help_data.rb', line 92 def get_start; end |
#get_title ⇒ String Also known as: title
88 |
# File 'lib/wx/doc/gen/html/html_help_data.rb', line 88 def get_title; end |
#set_base_path(path) ⇒ void Also known as: base_path=
This method returns an undefined value.
119 |
# File 'lib/wx/doc/gen/html/html_help_data.rb', line 119 def set_base_path(path) end |
#set_contents_range(start, end_) ⇒ void
This method returns an undefined value.
102 |
# File 'lib/wx/doc/gen/html/html_help_data.rb', line 102 def set_contents_range(start, end_) end |
#set_start(start) ⇒ void Also known as: start=
This method returns an undefined value.
124 |
# File 'lib/wx/doc/gen/html/html_help_data.rb', line 124 def set_start(start) end |
#set_title(title) ⇒ void Also known as: title=
This method returns an undefined value.
114 |
# File 'lib/wx/doc/gen/html/html_help_data.rb', line 114 def set_title(title) end |