From 9704b2509ac4fd7b9fccd5299e0b377accb2b59e Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 27 Feb 2000 21:06:58 +0000 Subject: [PATCH] added Include files section to my classes where it was missing git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6319 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/encconv.tex | 4 ++++ docs/latex/wx/filesys.tex | 6 +++++- docs/latex/wx/filesysh.tex | 11 ++++++++++- docs/latex/wx/fsfile.tex | 6 +++++- docs/latex/wx/htcell.tex | 6 +++++- docs/latex/wx/htcolor.tex | 4 ++++ docs/latex/wx/htcontnr.tex | 4 ++++ docs/latex/wx/htdcrend.tex | 4 ++++ docs/latex/wx/hteasypr.tex | 5 +++++ docs/latex/wx/htfilter.tex | 7 ++++++- docs/latex/wx/hthelpct.tex | 5 +++++ docs/latex/wx/hthlpdat.tex | 3 +++ docs/latex/wx/hthlpfrm.tex | 5 +++++ docs/latex/wx/htlnkinf.tex | 4 ++++ docs/latex/wx/htparser.tex | 5 +++++ docs/latex/wx/htprint.tex | 4 ++++ docs/latex/wx/httag.tex | 4 ++++ docs/latex/wx/httaghnd.tex | 6 +++++- docs/latex/wx/httagmod.tex | 6 +++++- docs/latex/wx/htwidget.tex | 4 ++++ docs/latex/wx/htwindow.tex | 4 ++-- docs/latex/wx/htwinhnd.tex | 5 +++++ docs/latex/wx/htwinprs.tex | 5 +++++ docs/latex/wx/zipstrm.tex | 6 +++++- 24 files changed, 113 insertions(+), 10 deletions(-) diff --git a/docs/latex/wx/encconv.tex b/docs/latex/wx/encconv.tex index 2c45952bda..4fd8bf44e6 100644 --- a/docs/latex/wx/encconv.tex +++ b/docs/latex/wx/encconv.tex @@ -13,6 +13,10 @@ if you compiled wxWindows with wxUSE\_UNICODE set to 1). \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + \latexignore{\rtfignore{\wxheading{Members}}} \membersection{wxEncodingConverter::wxEncodingConverter}\label{wxencodingconverterwxencodingconverter} diff --git a/docs/latex/wx/filesys.tex b/docs/latex/wx/filesys.tex index 6ff0524b18..b94dddbc86 100644 --- a/docs/latex/wx/filesys.tex +++ b/docs/latex/wx/filesys.tex @@ -12,7 +12,11 @@ provide access to user-defined virtual file systems. \wxheading{Derived from} -wxObject +\helpref{wxObject}{wxobject} + +\wxheading{Include files} + + \wxheading{See Also} diff --git a/docs/latex/wx/filesysh.tex b/docs/latex/wx/filesysh.tex index 7e0a91ed86..95ba252f4a 100644 --- a/docs/latex/wx/filesysh.tex +++ b/docs/latex/wx/filesysh.tex @@ -16,6 +16,8 @@ GetAnchor, GetMimeTypeFromExt. Please have a look at \helpref{overview}{fs} if you don't know how locations are constructed. +Also consult \helpref{list of available handlers}{fs}. + \wxheading{Notes} \begin{itemize}\itemsep=0pt @@ -27,7 +29,11 @@ is always an {\bf absolute} path. You don't need to check the FS's current path. \wxheading{Derived from} -wxObject +\helpref{wxObject}{wxobject} + +\wxheading{Include files} + + \wxheading{See also} @@ -35,6 +41,9 @@ wxObject \helpref{wxFSFile}{wxfsfile}, \helpref{Overview}{fs} +\latexignore{\rtfignore{\wxheading{Members}}} + + \membersection{wxFileSystemHandler::wxFileSystemHandler}\label{wxfilesystemhandlerwxfilesystemhandler} \func{}{wxFileSystemHandler}{\void} diff --git a/docs/latex/wx/fsfile.tex b/docs/latex/wx/fsfile.tex index 1da9827a32..642ecb21f6 100644 --- a/docs/latex/wx/fsfile.tex +++ b/docs/latex/wx/fsfile.tex @@ -17,7 +17,11 @@ pointers. \wxheading{Derived from} -wxObject +\helpref{wxObject}{wxobject} + +\wxheading{Include files} + + \wxheading{See Also} diff --git a/docs/latex/wx/htcell.tex b/docs/latex/wx/htcell.tex index e585ffa682..c2d3e5c4e2 100644 --- a/docs/latex/wx/htcell.tex +++ b/docs/latex/wx/htcell.tex @@ -16,7 +16,11 @@ perform special actions such as color or font change. \wxheading{Derived from} -wxObject +\helpref{wxObject}{wxobject} + +\wxheading{Include files} + + \wxheading{See Also} diff --git a/docs/latex/wx/htcolor.tex b/docs/latex/wx/htcolor.tex index 1dbc0b17f1..d157797e1d 100644 --- a/docs/latex/wx/htcolor.tex +++ b/docs/latex/wx/htcolor.tex @@ -11,6 +11,10 @@ This cell changes color of either background or foreground. \helpref{wxHtmlCell}{wxhtmlcell} +\wxheading{Include files} + + + \latexignore{\rtfignore{\wxheading{Members}}} \membersection{wxHtmlColourCell::wxHtmlColourCell}\label{wxhtmlcolourcellwxhtmlcolourcell} diff --git a/docs/latex/wx/htcontnr.tex b/docs/latex/wx/htcontnr.tex index b79bf11022..6bed58e506 100644 --- a/docs/latex/wx/htcontnr.tex +++ b/docs/latex/wx/htcontnr.tex @@ -12,6 +12,10 @@ contain more cells in it. It is heavily used in the wxHTML layout algorithm. \helpref{wxHtmlCell}{wxhtmlcell} +\wxheading{Include files} + + + \wxheading{See Also} \helpref{Cells Overview}{cells} diff --git a/docs/latex/wx/htdcrend.tex b/docs/latex/wx/htdcrend.tex index 7260505e0e..4897caba25 100644 --- a/docs/latex/wx/htdcrend.tex +++ b/docs/latex/wx/htdcrend.tex @@ -13,6 +13,10 @@ or \helpref{wxHtmlPrintout}{wxhtmlprintout} is strongly recommended. \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + \latexignore{\rtfignore{\wxheading{Members}}} \membersection{wxHtmlDCRenderer::wxHtmlDCRenderer}\label{wxhtmldcrendererwxhtmldcrenderer} diff --git a/docs/latex/wx/hteasypr.tex b/docs/latex/wx/hteasypr.tex index ceb66dbd3e..03e8875f4c 100644 --- a/docs/latex/wx/hteasypr.tex +++ b/docs/latex/wx/hteasypr.tex @@ -19,6 +19,11 @@ this class stores various settings in it. \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + + \latexignore{\rtfignore{\wxheading{Members}}} \membersection{wxHtmlEasyPrinting::wxHtmlEasyPrinting}\label{wxhtmleasyprintingwxhtmleasyprinting} diff --git a/docs/latex/wx/htfilter.tex b/docs/latex/wx/htfilter.tex index 1c186ae960..dc80e9618d 100644 --- a/docs/latex/wx/htfilter.tex +++ b/docs/latex/wx/htfilter.tex @@ -10,7 +10,12 @@ It allows you to read and display files of different file formats. \wxheading{Derived from} -wxObject +\helpref{wxObject}{wxobject} + +\wxheading{Include files} + + + \wxheading{See Also} diff --git a/docs/latex/wx/hthelpct.tex b/docs/latex/wx/hthelpct.tex index 6576ca1f3e..be95b150ac 100644 --- a/docs/latex/wx/hthelpct.tex +++ b/docs/latex/wx/hthelpct.tex @@ -42,6 +42,11 @@ sample for demonstration of its use. \helpref{wxEvtHandler}{wxevthandler} +\wxheading{Include files} + + + + \latexignore{\rtfignore{\wxheading{Members}}} \membersection{wxHtmlHelpController::wxHtmlHelpController}\label{wxhtmlhelpcontrollerwxhtmlhelpcontroller} diff --git a/docs/latex/wx/hthlpdat.tex b/docs/latex/wx/hthlpdat.tex index d02eac0de9..4a5d7cc432 100644 --- a/docs/latex/wx/hthlpdat.tex +++ b/docs/latex/wx/hthlpdat.tex @@ -15,6 +15,9 @@ you're writing your own HTML help controller. \helpref{wxObject}{wxobject} +\wxheading{Include files} + + \latexignore{\rtfignore{\wxheading{Members}}} diff --git a/docs/latex/wx/hthlpfrm.tex b/docs/latex/wx/hthlpfrm.tex index 0217d29bc0..413f6fae97 100644 --- a/docs/latex/wx/hthlpfrm.tex +++ b/docs/latex/wx/hthlpfrm.tex @@ -14,6 +14,11 @@ when you're writing your own HTML help controller. \helpref{wxFrame}{wxframe} +\wxheading{Include files} + + + + \latexignore{\rtfignore{\wxheading{Members}}} \membersection{wxHtmlHelpFrame::wxHtmlHelpFrame}\label{wxhtmlhelpframewxhtmlhelpframe} diff --git a/docs/latex/wx/htlnkinf.tex b/docs/latex/wx/htlnkinf.tex index 20066909c9..5a35711727 100644 --- a/docs/latex/wx/htlnkinf.tex +++ b/docs/latex/wx/htlnkinf.tex @@ -9,6 +9,10 @@ current implementation it stores URL and target frame name. \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + \latexignore{\rtfignore{\wxheading{Members}}} \membersection{wxHtmlLinkInfo::wxHtmlLinkInfo}\label{wxhtmllinkinfowxhtmllinkinfo} diff --git a/docs/latex/wx/htparser.tex b/docs/latex/wx/htparser.tex index a49b114a92..fea721c027 100644 --- a/docs/latex/wx/htparser.tex +++ b/docs/latex/wx/htparser.tex @@ -26,6 +26,11 @@ Typically the user calls only the \helpref{Parse}{wxhtmlparserparse} method. wxObject +\wxheading{Include files} + + + + \wxheading{See also} \helpref{Cells Overview}{cells}, diff --git a/docs/latex/wx/htprint.tex b/docs/latex/wx/htprint.tex index d81a124e99..9527dcf687 100644 --- a/docs/latex/wx/htprint.tex +++ b/docs/latex/wx/htprint.tex @@ -13,6 +13,10 @@ This class serves as printout class for HTML documents. \helpref{wxPrintout}{wxprintout} +\wxheading{Include files} + + + \latexignore{\rtfignore{\wxheading{Members}}} diff --git a/docs/latex/wx/httag.tex b/docs/latex/wx/httag.tex index ab8d362aee..17fea3117d 100644 --- a/docs/latex/wx/httag.tex +++ b/docs/latex/wx/httag.tex @@ -12,6 +12,10 @@ It is used by \helpref{tag handlers}{handlers}. wxObject +\wxheading{Include files} + + + \latexignore{\rtfignore{\wxheading{Members}}} \membersection{wxHtmlTag::wxHtmlTag}\label{wxhtmltagwxhtmltag} diff --git a/docs/latex/wx/httaghnd.tex b/docs/latex/wx/httaghnd.tex index 28877fb044..5060844886 100644 --- a/docs/latex/wx/httaghnd.tex +++ b/docs/latex/wx/httaghnd.tex @@ -7,7 +7,11 @@ \wxheading{Derived from} -wxObject +\helpref{wxObject}{wxobject} + +\wxheading{Include files} + + \wxheading{See Also} diff --git a/docs/latex/wx/httagmod.tex b/docs/latex/wx/httagmod.tex index e2e5c89009..4a2533be67 100644 --- a/docs/latex/wx/httagmod.tex +++ b/docs/latex/wx/httagmod.tex @@ -10,7 +10,11 @@ tag handlers. It is used almost exclusively together with set of \wxheading{Derived from} -wxModule +\helpref{wxModule}{wxmodule} + +\wxheading{Include files} + + \wxheading{See Also} diff --git a/docs/latex/wx/htwidget.tex b/docs/latex/wx/htwidget.tex index 12f8da607f..f9b765a6db 100644 --- a/docs/latex/wx/htwidget.tex +++ b/docs/latex/wx/htwidget.tex @@ -14,6 +14,10 @@ wxHtmlWidgetCell takes care of resizing and moving window. \helpref{wxHtmlCell}{wxhtmlcell} +\wxheading{Include files} + + + \latexignore{\rtfignore{\wxheading{Members}}} \membersection{wxHtmlWidgetCell::wxHtmlWidgetCell}\label{wxhtmlwidgetcellwxhtmlwidgetcell} diff --git a/docs/latex/wx/htwindow.tex b/docs/latex/wx/htwindow.tex index d4bc2e29e8..38d926a76c 100644 --- a/docs/latex/wx/htwindow.tex +++ b/docs/latex/wx/htwindow.tex @@ -19,11 +19,11 @@ Once the window is created you can set its content by calling \wxheading{Derived from} -wxScrolledWindow +\helpref{wxScrolledWindow}{wxscrolledwindow} \wxheading{Include files} - + \membersection{wxHtmlWindow::wxHtmlWindow}\label{wxhtmlwindowwxhtmlwindow} diff --git a/docs/latex/wx/htwinhnd.tex b/docs/latex/wx/htwinhnd.tex index 9e86f2eb6e..6b8b18d0ec 100644 --- a/docs/latex/wx/htwinhnd.tex +++ b/docs/latex/wx/htwinhnd.tex @@ -14,6 +14,11 @@ to wxHtmlParser's m\_Parser). \helpref{wxHtmlTagHandler}{wxhtmltaghandler} +\wxheading{Include files} + + + + \latexignore{\rtfignore{\wxheading{Members}}} \membersection{wxHtmlWinTagHandler::m\_WParser}\label{wxhtmlwintaghandlerwxhtmlwintaghandlermwparser} diff --git a/docs/latex/wx/htwinprs.tex b/docs/latex/wx/htwinprs.tex index 6c06f93d3a..9e32372545 100644 --- a/docs/latex/wx/htwinprs.tex +++ b/docs/latex/wx/htwinprs.tex @@ -21,6 +21,11 @@ its mail goal is to parse HTML input so that it can be displayed in \helpref{wxHtmlParser}{wxhtmlparser} + +\wxheading{Include files} + + + \wxheading{See Also} \helpref{Handlers overview}{handlers} diff --git a/docs/latex/wx/zipstrm.tex b/docs/latex/wx/zipstrm.tex index 8e9828993a..c2864364aa 100644 --- a/docs/latex/wx/zipstrm.tex +++ b/docs/latex/wx/zipstrm.tex @@ -11,7 +11,11 @@ It has all features including GetSize and seeking. \wxheading{Derived from} -wxInputStream +\helpref{wxInputStream}{wxinputstream} + +\wxheading{Include files} + + \latexignore{\rtfignore{\wxheading{Members}}} -- 2.45.2