]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/hthlpdat.tex
changed the catalogs lookup back to the old behaviour of searching LC_MESSAGES subdir...
[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
VS
20
21\latexignore{\rtfignore{\wxheading{Members}}}
22
09397bc6
VS
23\membersection{wxHtmlHelpData::wxHtmlHelpData}\label{wxhtmlhelpdatawxhtmlhelpdata}
24
25\func{}{wxHtmlHelpData}{\void}
26
27Constructor.
28
09397bc6
VS
29\membersection{wxHtmlHelpData::AddBook}\label{wxhtmlhelpdataaddbook}
30
fcf77487 31\func{bool}{AddBook}{\param{const wxString\& }{book\_url}}
09397bc6 32
fcf77487
VS
33Adds new book. {\it book} is URL (not filename!) of HTML help project (hhp)
34or ZIP file that contains arbitrary number of .hhp projects (this zip
35file can have either .zip or .htb extension, htb stands for "html book").
09397bc6
VS
36Returns success.
37
09397bc6
VS
38\membersection{wxHtmlHelpData::FindPageById}\label{wxhtmlhelpdatafindpagebyid}
39
40\func{wxString}{FindPageById}{\param{int }{id}}
41
42Returns page's URL based on integer ID stored in project.
43
09397bc6
VS
44\membersection{wxHtmlHelpData::FindPageByName}\label{wxhtmlhelpdatafindpagebyname}
45
46\func{wxString}{FindPageByName}{\param{const wxString\& }{page}}
47
48Returns page's URL based on its (file)name.
49
09397bc6
VS
50\membersection{wxHtmlHelpData::GetBookRecArray}\label{wxhtmlhelpdatagetbookrecarray}
51
52\func{const wxHtmlBookRecArray\&}{GetBookRecArray}{\void}
53
54Returns array with help books info.
55
91fa114d 56\membersection{wxHtmlHelpData::GetContentsArray}\label{wxhtmlhelpdatagetcontentsarray}
09397bc6 57
91fa114d 58\func{const wxHtmlHelpDataItems\&}{GetContentsArray}{\void}
09397bc6 59
91fa114d 60Returns reference to array with contents entries.
09397bc6 61
91fa114d 62\membersection{wxHtmlHelpData::GetIndexArray}\label{wxhtmlhelpdatagetindexarray}
09397bc6 63
91fa114d 64\func{const wxHtmlHelpDataItems\&}{GetIndexArray}{\void}
09397bc6 65
91fa114d 66Returns reference to array with index entries.
09397bc6 67
09397bc6
VS
68\membersection{wxHtmlHelpData::SetTempDir}\label{wxhtmlhelpdatasettempdir}
69
70\func{void}{SetTempDir}{\param{const wxString\& }{path}}
71
72Sets temporary directory where binary cached versions of MS HTML Workshop
73files will be stored. (This is turned off by default and you can enable
74this feature by setting non-empty temp dir.)
75