]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/latex/wx/hthelpct.tex
Doc corrections; added HelpGen project files
[wxWidgets.git] / docs / latex / wx / hthelpct.tex
... / ...
CommitLineData
1%
2% automatically generated by HelpGen from
3% htmlhelp.h at 02/May/99 19:58:53
4%
5
6\section{\class{wxHtmlHelpController}}\label{wxhtmlhelpcontroller}
7
8{\bf WARNING!} Although this class has an API compatible with other wxWindows
9help controllers as documented by \helpref{wxHelpController}{wxhelpcontroller}, it
10is recommended that you use the enhanced capabilities of wxHtmlHelpController's API.
11
12This help controller provides an easy way of displaying HTML help in your
13application (see {\it test} sample). The help system is based on {\bf books}
14(see \helpref{AddBook}{wxhtmlhelpcontrolleraddbook}). A book is a logical
15section of documentation (for example "User's Guide" or "Programmer's Guide" or
16"C++ Reference" or "wxWindows Reference"). The help controller can handle as
17many books as you want.
18
19wxHTML uses Microsoft's HTML Help Workshop project files (.hhp, .hhk, .hhc) as its
20native format. The file format is described \helpref{here}{helpformat}.
21Have a look at docs/html/ directory where sample project files are stored.
22
23You can use Tex2RTF to produce these files when generating HTML, if you set {\bf htmlWorkshopFiles} to {\bf true} in
24your tex2rtf.ini file.
25
26In order to use the controller in your application under Windows you must
27have the following line in your .rc file:
28
29\begin{verbatim}
30#include "wx/html/msw/wxhtml.rc"
31\end{verbatim}
32
33\wxheading{Note}
34
35It is strongly recommended to use preprocessed {\bf .hhp.cached} version of
36projects. It can be either created on-the-fly (see
37\helpref{SetTempDir}{wxhtmlhelpcontrollersettempdir}) or you can use
38{\bf hhp2cached} utility from {\it utils/hhp2cached} to create it and
39distribute the cached version together with helpfiles. See {\it samples/html/help}
40sample for demonstration of its use.
41
42\wxheading{Derived from}
43
44wxHelpControllerBase
45
46\wxheading{Include files}
47
48<wx/html/helpctrl.h>
49
50\latexignore{\rtfignore{\wxheading{Members}}}
51
52\membersection{wxHtmlHelpController::wxHtmlHelpController}\label{wxhtmlhelpcontrollerwxhtmlhelpcontroller}
53
54\func{}{wxHtmlHelpController}{\param{int }{style = wxHF\_DEFAULTSTYLE}}
55
56Constructor.
57
58\wxheading{Parameters}
59
60{\it style} is combination of these flags:
61
62\begin{twocollist}\itemsep=0pt
63\twocolitem{\windowstyle{wxHF\_TOOLBAR}}{Help frame has toolbar.}
64\twocolitem{\windowstyle{wxHF\_FLATTOOLBAR}}{Help frame has toolbar with flat buttons (aka coolbar).}
65\twocolitem{\windowstyle{wxHF\_CONTENTS}}{Help frame has contents panel.}
66\twocolitem{\windowstyle{wxHF\_INDEX}}{Help frame has index panel.}
67\twocolitem{\windowstyle{wxHF\_SEARCH}}{Help frame has search panel.}
68\twocolitem{\windowstyle{wxHF\_BOOKMARKS}}{Help frame has bookmarks controls.}
69\twocolitem{\windowstyle{wxHF\_OPENFILES}}{Allow user to open arbitrary HTML document.}
70\twocolitem{\windowstyle{wxHF\_PRINT}}{Toolbar contains "print" button.}
71\end{twocollist}
72
73Default value: everything but wxHF\_OPENFILES enabled.
74
75\membersection{wxHtmlHelpController::AddBook}\label{wxhtmlhelpcontrolleraddbook}
76
77\func{bool}{AddBook}{\param{const wxString\& }{book}, \param{bool }{show\_wait\_msg}}
78
79Adds book (\helpref{.hhp file}{helpformat} - HTML Help Workshop project file) into the list of loaded books.
80This must be called at least once before displaying any help.
81
82{\it book} may be either .hhp file or ZIP archive that contains arbitrary number of .hhp files in
83top-level directory. This ZIP archive must have .zip or .htb extension
84(the latter stands for "HTML book"). In other words, {\tt AddBook("help.zip")} is possible and, in fact,
85recommended way.
86
87If {\it show\_wait\_msg} is TRUE then a decorationless window with progress message is displayed.
88
89\membersection{wxHtmlHelpController::CreateHelpFrame}\label{wxhtmlhelpcontrollercreatehelpframe}
90
91\func{virtual wxHtmlHelpFrame*}{CreateHelpFrame}{\param{wxHtmlHelpData * }{data}}
92
93This protected virtual method may be overridden so that the controller
94uses slightly different frame. See {\it samples/html/helpview} sample for
95an example.
96\membersection{wxHtmlHelpController::Display}\label{wxhtmlhelpcontrollerdisplay}
97
98\func{void}{Display}{\param{const wxString\& }{x}}
99
100Displays page {\it x}. This is THE important function - it is used to display
101the help in application.
102
103You can specify the page in many ways:
104
105\begin{itemize}\itemsep=0pt
106\item as direct filename of HTML document
107\item as chapter name (from contents) or as a book name
108\item as some word from index
109\item even as any word (will be searched)
110\end{itemize}
111
112Looking for the page runs in these steps:
113
114\begin{enumerate}\itemsep=0pt
115\item try to locate file named x (if x is for example "doc/howto.htm")
116\item try to open starting page of book named x
117\item try to find x in contents (if x is for example "How To ...")
118\item try to find x in index (if x is for example "How To ...")
119\item switch to Search panel and start searching
120\end{enumerate}
121
122\func{void}{Display}{\param{const int }{id}}
123
124This alternative form is used to search help contents by numeric IDs.
125
126\pythonnote{The second form of this method is named DisplayId in
127wxPython.}
128
129\membersection{wxHtmlHelpController::DisplayContents}\label{wxhtmlhelpcontrollerdisplaycontents}
130
131\func{void}{DisplayContents}{\void}
132
133Displays help window and focuses contents panel.
134
135\membersection{wxHtmlHelpController::DisplayIndex}\label{wxhtmlhelpcontrollerdisplayindex}
136
137\func{void}{DisplayIndex}{\void}
138
139Displays help window and focuses index panel.
140
141\membersection{wxHtmlHelpController::KeywordSearch}\label{wxhtmlhelpcontrollerkeywordsearch}
142
143\func{bool}{KeywordSearch}{\param{const wxString\& }{keyword}}
144
145Displays help window, focuses search panel and starts searching.
146Returns TRUE if the keyword was found.
147
148{\bf Important:} KeywordSearch searches only pages listed in .hhc file(s).
149You should list all pages in the contents file.
150
151\membersection{wxHtmlHelpController::ReadCustomization}\label{wxhtmlhelpcontrollerreadcustomization}
152
153\func{void}{ReadCustomization}{\param{wxConfigBase* }{cfg}, \param{wxString }{path = wxEmptyString}}
154
155Reads the controller's setting (position of window, etc.)
156
157\membersection{wxHtmlHelpController::SetTempDir}\label{wxhtmlhelpcontrollersettempdir}
158
159\func{void}{SetTempDir}{\param{const wxString\& }{path}}
160
161Sets the path for storing temporary files - cached binary versions of index and contents files. These binary
162forms are much faster to read. Default value is empty string (empty string means
163that no cached data are stored). Note that these files are {\it not}
164deleted when program exits.
165
166Once created these cached files will be used in all subsequent executions
167of your application. If cached files become older than corresponding .hhp
168file (e.g. if you regenerate documentation) it will be refreshed.
169
170\membersection{wxHtmlHelpController::SetTitleFormat}\label{wxhtmlhelpcontrollersettitleformat}
171
172\func{void}{SetTitleFormat}{\param{const wxString\& }{format}}
173
174Sets format of title of the frame. Must contain exactly one "\%s"
175(for title of displayed HTML page).
176
177\membersection{wxHtmlHelpController::UseConfig}\label{wxhtmlhelpcontrolleruseconfig}
178
179\func{void}{UseConfig}{\param{wxConfigBase* }{config}, \param{const wxString\& }{rootpath = wxEmptyString}}
180
181Associates {\it config} object with the controller.
182
183If there is associated config object, wxHtmlHelpController automatically
184reads and writes settings (including wxHtmlWindow's settings) when needed.
185
186The only thing you must do is create wxConfig object and call UseConfig.
187
188If you do not use {\it UseConfig}, wxHtmlHelpController will use
189default wxConfig object if available (for details see
190\helpref{wxConfigBase::Get}{wxconfigbaseget} and
191\helpref{wxConfigBase::Set}{wxconfigbaseset}).
192
193\membersection{wxHtmlHelpController::WriteCustomization}\label{wxhtmlhelpcontrollerwritecustomization}
194
195\func{void}{WriteCustomization}{\param{wxConfigBase* }{cfg}, \param{wxString }{path = wxEmptyString}}
196
197Stores controllers setting (position of window etc.)
198