]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/hthlpdat.tex
Typo fix
[wxWidgets.git] / docs / latex / wx / hthlpdat.tex
CommitLineData
09397bc6
VS
1%
2% automatically generated by HelpGen from
3% helpdata.h at 24/Oct/99 18:03:10
4%
5
6\section{\class{wxHtmlHelpData}}\label{wxhtmlhelpdata}
7
7b28757f 8This class is used by \helpref{wxHtmlHelpController}{wxhtmlhelpcontroller}
09397bc6
VS
9and \helpref{wxHtmlHelpFrame}{wxhtmlhelpframe} to access HTML help items.
10It is internal class and should not be used directly - except for the case
11you're writing your own HTML help controller.
12
09397bc6
VS
13\wxheading{Derived from}
14
15\helpref{wxObject}{wxobject}
16
9704b250
VS
17\wxheading{Include files}
18
19<wx/html/helpdata.h>
09397bc6 20
a7af285d
VZ
21\wxheading{Library}
22
23\helpref{wxHtml}{librarieslist}
24
09397bc6
VS
25\latexignore{\rtfignore{\wxheading{Members}}}
26
09397bc6
VS
27\membersection{wxHtmlHelpData::wxHtmlHelpData}\label{wxhtmlhelpdatawxhtmlhelpdata}
28
29\func{}{wxHtmlHelpData}{\void}
30
31Constructor.
32
09397bc6
VS
33\membersection{wxHtmlHelpData::AddBook}\label{wxhtmlhelpdataaddbook}
34
fcf77487 35\func{bool}{AddBook}{\param{const wxString\& }{book\_url}}
09397bc6 36
fcf77487
VS
37Adds new book. {\it book} is URL (not filename!) of HTML help project (hhp)
38or ZIP file that contains arbitrary number of .hhp projects (this zip
39file can have either .zip or .htb extension, htb stands for "html book").
09397bc6
VS
40Returns success.
41
09397bc6
VS
42\membersection{wxHtmlHelpData::FindPageById}\label{wxhtmlhelpdatafindpagebyid}
43
44\func{wxString}{FindPageById}{\param{int }{id}}
45
46Returns page's URL based on integer ID stored in project.
47
09397bc6
VS
48\membersection{wxHtmlHelpData::FindPageByName}\label{wxhtmlhelpdatafindpagebyname}
49
50\func{wxString}{FindPageByName}{\param{const wxString\& }{page}}
51
52Returns page's URL based on its (file)name.
53
09397bc6
VS
54\membersection{wxHtmlHelpData::GetBookRecArray}\label{wxhtmlhelpdatagetbookrecarray}
55
56\func{const wxHtmlBookRecArray\&}{GetBookRecArray}{\void}
57
58Returns array with help books info.
59
91fa114d 60\membersection{wxHtmlHelpData::GetContentsArray}\label{wxhtmlhelpdatagetcontentsarray}
09397bc6 61
91fa114d 62\func{const wxHtmlHelpDataItems\&}{GetContentsArray}{\void}
09397bc6 63
91fa114d 64Returns reference to array with contents entries.
09397bc6 65
91fa114d 66\membersection{wxHtmlHelpData::GetIndexArray}\label{wxhtmlhelpdatagetindexarray}
09397bc6 67
91fa114d 68\func{const wxHtmlHelpDataItems\&}{GetIndexArray}{\void}
09397bc6 69
91fa114d 70Returns reference to array with index entries.
09397bc6 71
09397bc6
VS
72\membersection{wxHtmlHelpData::SetTempDir}\label{wxhtmlhelpdatasettempdir}
73
74\func{void}{SetTempDir}{\param{const wxString\& }{path}}
75
76Sets temporary directory where binary cached versions of MS HTML Workshop
77files will be stored. (This is turned off by default and you can enable
78this feature by setting non-empty temp dir.)
79