X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cb367500d19d96f1206700639a64e4e4d60ad0ea..7f733b2674698b95755def1ad46651dc2a1eb4c2:/docs/latex/wx/list.tex diff --git a/docs/latex/wx/list.tex b/docs/latex/wx/list.tex index 38008370ac..2d49800caf 100644 --- a/docs/latex/wx/list.tex +++ b/docs/latex/wx/list.tex @@ -101,7 +101,8 @@ it is not only unsafe but is also much less efficient than \wxheading{See also} -\helpref{wxArray}{wxarray} +\helpref{wxArray}{wxarray}, +\helpref{wxVector}{wxvector} \latexignore{\rtfignore{\wxheading{Members}}} @@ -126,7 +127,7 @@ unless you called DeleteContents({\tt true} ). Appends the pointer to \rtfsp{\it object} to the list. -\membersection{wxList::Clear}\label{wxlistclear} +\membersection{wxList::Clear}\label{wxlistclear1} \func{void}{Clear}{\void} @@ -193,7 +194,7 @@ Returns the last iterator in the list (NULL if the list is empty). Returns the index of {\it obj} within the list or {\tt wxNOT\_FOUND} if {\it obj} is not found in the list. -\membersection{wxList::Insert}\label{wxlistinsert} +\membersection{wxList::Insert}\label{wxlistinsert1} \func{wxList::compatibility\_iterator}{Insert}{\param{T *}{object}} @@ -334,31 +335,31 @@ Returns the first item in the list. Inserts an item (or several) at the given position. -\membersection{wxList::max\_size}\label{wxlistmax\_size} +\membersection{wxList::max\_size}\label{wxlistmaxsize} \constfunc{size\_type}{max\_size}{\void} Returns the largest possible size of the list. -\membersection{wxList::pop\_back}\label{wxlistpop\_back} +\membersection{wxList::pop\_back}\label{wxlistpopback} \func{void}{pop\_back}{\void} Removes the last item from the list. -\membersection{wxList::pop\_front}\label{wxlistpop\_front} +\membersection{wxList::pop\_front}\label{wxlistpopfront} \func{void}{pop\_front}{\void} Removes the first item from the list. -\membersection{wxList::push\_back}\label{wxlistpush\_back} +\membersection{wxList::push\_back}\label{wxlistpushback} \func{void}{push\_back}{\param{const\_reference }{v = value\_type()}} Adds an item to end of the list. -\membersection{wxList::push\_front}\label{wxlistpush\_front} +\membersection{wxList::push\_front}\label{wxlistpushfront} \func{void}{push\_front}{\param{const\_reference }{v = value\_type()}}