.\" This is a wxWidgets manpage page generated from the XML docs .TH wxHtmlHelpData 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxHtmlHelpData \- .SH DESCRIPTION This class is used by wxHtmlHelpController and wxHtmlHelpFrame to access HTML help items. It is internal class and should not be used directly - except for the case you're writing your own HTML help controller. .SH "PARENTS" wxObject .SH "INCLUDE FILES" wx/html/helpdata.h .SH MEMBERS .SS wxHtmlHelpData () Constructor. .SS bool AddBook (const wxString& book_url) Adds new book. book is URL (not filename!) of HTML help project (hhp) or ZIP file that contains arbitrary number of .hhp projects (this zip file can have either .zip or .htb extension, htb stands for "html book"). Returns success. .SS wxString FindPageById (int id) Returns page's URL based on integer ID stored in project. .SS wxString FindPageByName (const wxString& page) Returns page's URL based on its (file)name. .SS const wxHtmlBookRecArray& GetBookRecArray () Returns array with help books info. .SS const wxHtmlHelpDataItems& GetContentsArray () Returns reference to array with contents entries. .SS const wxHtmlHelpDataItems& GetIndexArray () Returns reference to array with index entries. .SS void SetTempDir (const wxString& path) Sets temporary directory where binary cached versions of MS HTML Workshop files will be stored. (This is turned off by default and you can enable this feature by setting non-empty temp dir.) .SH "SEE ALSO" wxObject .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.