X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/448af9a46eb58ae17616a4d5e76884dc519f5523..80d2803f703d1b238f42725504f08266ef02defe:/docs/latex/wx/httag.tex diff --git a/docs/latex/wx/httag.tex b/docs/latex/wx/httag.tex index 9e9a478e5a..91a4713494 100644 --- a/docs/latex/wx/httag.tex +++ b/docs/latex/wx/httag.tex @@ -12,13 +12,17 @@ It is used by \helpref{tag handlers}{handlers}. wxObject +\wxheading{Include files} + + + \latexignore{\rtfignore{\wxheading{Members}}} \membersection{wxHtmlTag::wxHtmlTag}\label{wxhtmltagwxhtmltag} \func{}{wxHtmlTag}{\param{const wxString\& }{source}, \param{int }{pos}, \param{int }{end\_pos}, \param{wxHtmlTagsCache* }{cache}} -Constructor. You'll probably never have to construct a wxHtmlTag object +Constructor. You will probably never have to construct a wxHtmlTag object yourself. Feel free to ignore the constructor parameters. Have a look at lib/htmlparser.cpp if you're interested in creating it. @@ -31,43 +35,46 @@ Returns string with all params. Example : tag contains {\tt }. Call to tag.GetAllParams() would return {\tt SIZE=+2 COLOR="\#000000"}. + \membersection{wxHtmlTag::GetBeginPos}\label{wxhtmltaggetbeginpos} \constfunc{int}{GetBeginPos}{\void} Returns beginning position of the text {\it between} this tag and paired ending tag. -See explanation (returned position is marked with '^'): +See explanation (returned position is marked with `|'): \begin{verbatim} bla bla bla bla bla intenal text bla bla - ^ + | \end{verbatim} + \membersection{wxHtmlTag::GetEndPos1}\label{wxhtmltaggetendpos1} \constfunc{int}{GetEndPos1}{\void} Returns ending position of the text {\it between} this tag and paired ending tag. -See explanation (returned position is marked with '^'): +See explanation (returned position is marked with `|'): \begin{verbatim} bla bla bla bla bla intenal text bla bla - ^ + | \end{verbatim} + \membersection{wxHtmlTag::GetEndPos2}\label{wxhtmltaggetendpos2} \constfunc{int}{GetEndPos2}{\void} Returns ending position 2 of the text {\it between} this tag and paired ending tag. -See explanation (returned position is marked with '^'): +See explanation (returned position is marked with `|'): \begin{verbatim} bla bla bla bla bla intenal text bla bla - ^ + | \end{verbatim} \membersection{wxHtmlTag::GetName}\label{wxhtmltaggetname} @@ -78,6 +85,7 @@ Returns tag's name. The name is always in uppercase and it doesn't contain '<' or '/' characters. (So the name of {\tt } tag is "FONT" and name of {\tt } is "TABLE") + \membersection{wxHtmlTag::GetParam}\label{wxhtmltaggetparam} \constfunc{wxString}{GetParam}{\param{const wxString\& }{par}, \param{bool }{with\_commas = FALSE}}