]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/hthlpdat.tex
added vendor display name (for consistency with app display name &c) (patch 1831303)
[wxWidgets.git] / docs / latex / wx / hthlpdat.tex
index b92bb0e826ca29b001471a6d672d22db30dbd476..0960c30245dd3bf9bb58a85c2d56f13318ece924 100644 (file)
@@ -18,6 +18,10 @@ you're writing your own HTML help controller.
 
 <wx/html/helpdata.h>
 
+\wxheading{Library}
+
+\helpref{wxHtml}{librarieslist}
+
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 \membersection{wxHtmlHelpData::wxHtmlHelpData}\label{wxhtmlhelpdatawxhtmlhelpdata}
@@ -53,29 +57,17 @@ Returns page's URL based on its (file)name.
 
 Returns array with help books info.
 
-\membersection{wxHtmlHelpData::GetContents}\label{wxhtmlhelpdatagetcontents}
-
-\func{wxHtmlContentsItem*}{GetContents}{\void}
-
-Returns contents lists pointer.
-
-\membersection{wxHtmlHelpData::GetContentsCnt}\label{wxhtmlhelpdatagetcontentscnt}
-
-\func{int}{GetContentsCnt}{\void}
-
-Returns size of contents list.
-
-\membersection{wxHtmlHelpData::GetIndex}\label{wxhtmlhelpdatagetindex}
+\membersection{wxHtmlHelpData::GetContentsArray}\label{wxhtmlhelpdatagetcontentsarray}
 
-\func{wxHtmlContentsItem*}{GetIndex}{\void}
+\func{const wxHtmlHelpDataItems\&}{GetContentsArray}{\void}
 
-Returns pointer to index items list.
+Returns reference to array with contents entries.
 
-\membersection{wxHtmlHelpData::GetIndexCnt}\label{wxhtmlhelpdatagetindexcnt}
+\membersection{wxHtmlHelpData::GetIndexArray}\label{wxhtmlhelpdatagetindexarray}
 
-\func{int}{GetIndexCnt}{\void}
+\func{const wxHtmlHelpDataItems\&}{GetIndexArray}{\void}
 
-Returns size of index list.
+Returns reference to array with index entries.
 
 \membersection{wxHtmlHelpData::SetTempDir}\label{wxhtmlhelpdatasettempdir}