Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -29,32 +29,32 @@ None.
|
||||
|
||||
\latexignore{\rtfignore{\wxheading{Members}}}
|
||||
|
||||
\membersection{wxNode<T>::GetData}
|
||||
\membersection{wxNode<T>::GetData}\label{wxnodegetdata}
|
||||
|
||||
\constfunc{T *}{GetData}{\void}
|
||||
|
||||
Retrieves the client data pointer associated with the node.
|
||||
|
||||
\membersection{wxNode<T>::GetNext}
|
||||
\membersection{wxNode<T>::GetNext}\label{wxnodegetnext}
|
||||
|
||||
\constfunc{wxNode<T> *}{GetNext}{\void}
|
||||
|
||||
Retrieves the next node or NULL if this node is the last one.
|
||||
|
||||
\membersection{wxNode<T>::GetPrevious}
|
||||
\membersection{wxNode<T>::GetPrevious}\label{wxnodegetprevious}
|
||||
|
||||
\func{wxNode<T> *}{GetPrevious}{\void}
|
||||
|
||||
Retrieves the previous node or NULL if this node is the first one in the list.
|
||||
|
||||
\membersection{wxNode<T>::SetData}
|
||||
\membersection{wxNode<T>::SetData}\label{wxnodesetdata}
|
||||
|
||||
\func{void}{SetData}{\param{T *}{data}}
|
||||
|
||||
Sets the data associated with the node (usually the pointer will have been
|
||||
set when the node was created).
|
||||
|
||||
\membersection{wxNode<T>::IndexOf}
|
||||
\membersection{wxNode<T>::IndexOf}\label{wxnodeindexof}
|
||||
|
||||
\func{int}{IndexOf}{\void}
|
||||
|
||||
|
Reference in New Issue
Block a user