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@29255 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -20,7 +20,7 @@ None
|
||||
% -----------
|
||||
% ctor & dtor
|
||||
% -----------
|
||||
\membersection{wxStreamBuffer::wxStreamBuffer}\label{wxstreambufconst}
|
||||
\membersection{wxStreamBuffer::wxStreamBuffer}\label{wxstreambufferctor}
|
||||
|
||||
\func{}{wxStreamBuffer}{\param{wxStreamBase\&}{ stream}, \param{BufMode}{ mode}}
|
||||
|
||||
@@ -68,7 +68,7 @@ program.
|
||||
|
||||
\helpref{wxStreamBuffer:SetBufferIO}{wxstreambuffersetbufferio}
|
||||
|
||||
\membersection{wxStreamBuffer::\destruct{wxStreamBuffer}}
|
||||
\membersection{wxStreamBuffer::\destruct{wxStreamBuffer}}\label{wxstreambufferdtor}
|
||||
|
||||
\func{}{wxStreamBuffer}{\destruct{wxStreamBuffer}}
|
||||
|
||||
@@ -113,7 +113,7 @@ are cached in a buffer before being sent in one block to the stream.
|
||||
|
||||
See \helpref{Read}{wxstreambufferread}.
|
||||
|
||||
\membersection{wxStreamBuffer::GetChar}
|
||||
\membersection{wxStreamBuffer::GetChar}\label{wxstreambuffergetchar}
|
||||
|
||||
\func{char}{GetChar}{\void}
|
||||
|
||||
@@ -127,7 +127,7 @@ You aren't directly notified if an error occurred during the IO call.
|
||||
|
||||
\helpref{wxStreamBuffer::Read}{wxstreambufferread}
|
||||
|
||||
\membersection{wxStreamBuffer::PutChar}
|
||||
\membersection{wxStreamBuffer::PutChar}\label{wxstreambufferputchar}
|
||||
|
||||
\func{void}{PutChar}{\param{char }{c}}
|
||||
|
||||
@@ -141,7 +141,7 @@ You aren't directly notified if an error occurred during the IO call.
|
||||
|
||||
\helpref{wxStreamBuffer::Read}{wxstreambufferwrite}
|
||||
|
||||
\membersection{wxStreamBuffer::Tell}
|
||||
\membersection{wxStreamBuffer::Tell}\label{wxstreambuffertell}
|
||||
|
||||
\constfunc{off\_t}{Tell}{\void}
|
||||
|
||||
@@ -178,7 +178,7 @@ the beginning of the stream. Otherwise, it returns wxInvalidOffset.
|
||||
% --------------
|
||||
% Buffer control
|
||||
% --------------
|
||||
\membersection{wxStreamBuffer::ResetBuffer}
|
||||
\membersection{wxStreamBuffer::ResetBuffer}\label{wxstreambufferresetbuffer}
|
||||
|
||||
\func{void}{ResetBuffer}{\void}
|
||||
|
||||
@@ -191,7 +191,7 @@ Resets to the initial state variables concerning the buffer.
|
||||
Specifies which pointers to use for stream buffering. You need to pass a pointer on the
|
||||
start of the buffer end and another on the end. The object will use this buffer
|
||||
to cache stream data. It may be used also as a source/destination buffer when
|
||||
you create an empty stream buffer (See \helpref{wxStreamBuffer::wxStreamBuffer}{wxstreambufconst}).
|
||||
you create an empty stream buffer (See \helpref{wxStreamBuffer::wxStreamBuffer}{wxstreambufferctor}).
|
||||
|
||||
\wxheading{Remarks}
|
||||
|
||||
@@ -202,7 +202,7 @@ it when it is full.
|
||||
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{wxStreamBuffer constructor}{wxstreambufconst}\\
|
||||
\helpref{wxStreamBuffer constructor}{wxstreambufferctor}\\
|
||||
\helpref{wxStreamBuffer::Fixed}{wxstreambufferfixed}\\
|
||||
\helpref{wxStreamBuffer::Flushable}{wxstreambufferflushable}
|
||||
|
||||
@@ -224,31 +224,31 @@ The created IO buffer is growable by the object.
|
||||
\helpref{wxStreamBuffer::Fixed}{wxstreambufferfixed}\\
|
||||
\helpref{wxStreamBuffer::Flushable}{wxstreambufferflushable}
|
||||
|
||||
\membersection{wxStreamBuffer::GetBufferStart}
|
||||
\membersection{wxStreamBuffer::GetBufferStart}\label{wxstreambuffergetbufferstart}
|
||||
|
||||
\constfunc{char *}{GetBufferStart}{\void}
|
||||
|
||||
Returns a pointer on the start of the stream buffer.
|
||||
|
||||
\membersection{wxStreamBuffer::GetBufferEnd}
|
||||
\membersection{wxStreamBuffer::GetBufferEnd}\label{wxstreambuffergetbufferend}
|
||||
|
||||
\constfunc{char *}{GetBufferEnd}{\void}
|
||||
|
||||
Returns a pointer on the end of the stream buffer.
|
||||
|
||||
\membersection{wxStreamBuffer::GetBufferPos}
|
||||
\membersection{wxStreamBuffer::GetBufferPos}\label{wxstreambuffergetbufferpos}
|
||||
|
||||
\constfunc{char *}{GetBufferPos}{\void}
|
||||
|
||||
Returns a pointer on the current position of the stream buffer.
|
||||
|
||||
\membersection{wxStreamBuffer::GetIntPosition}
|
||||
\membersection{wxStreamBuffer::GetIntPosition}\label{wxstreambuffergetintposition}
|
||||
|
||||
\constfunc{off\_t}{GetIntPosition}{\void}
|
||||
|
||||
Returns the current position (counted in bytes) in the stream buffer.
|
||||
|
||||
\membersection{wxStreamBuffer::SetIntPosition}
|
||||
\membersection{wxStreamBuffer::SetIntPosition}\label{wxstreambuffersetintposition}
|
||||
|
||||
\func{void}{SetIntPosition}{\param{size\_t}{ pos}}
|
||||
|
||||
@@ -259,7 +259,7 @@ Sets the current position (in bytes) in the stream buffer.
|
||||
Since it is a very low-level function, there is no check on the position:
|
||||
specifing an invalid position can induce unexpected results.
|
||||
|
||||
\membersection{wxStreamBuffer::GetLastAccess}
|
||||
\membersection{wxStreamBuffer::GetLastAccess}\label{wxstreambuffergetlastaccess}
|
||||
|
||||
\constfunc{size\_t}{GetLastAccess}{\void}
|
||||
|
||||
@@ -284,19 +284,19 @@ Toggles the fixed flag. Usually this flag is toggled at the same time as
|
||||
Toggles the flushable flag. If {\it flushable} is disabled, no data are sent
|
||||
to the parent stream.
|
||||
|
||||
\membersection{wxStreamBuffer::FlushBuffer}
|
||||
\membersection{wxStreamBuffer::FlushBuffer}\label{wxstreambufferflushbuffer}
|
||||
|
||||
\func{bool}{FlushBuffer}{\void}
|
||||
|
||||
Flushes the IO buffer.
|
||||
|
||||
\membersection{wxStreamBuffer::FillBuffer}
|
||||
\membersection{wxStreamBuffer::FillBuffer}\label{wxstreambufferfillbuffer}
|
||||
|
||||
\func{bool}{FillBuffer}{\void}
|
||||
|
||||
Fill the IO buffer.
|
||||
|
||||
\membersection{wxStreamBuffer::GetDataLeft}
|
||||
\membersection{wxStreamBuffer::GetDataLeft}\label{wxstreambuffergetdataleft}
|
||||
|
||||
\func{size\_t}{GetDataLeft}{\void}
|
||||
|
||||
@@ -305,7 +305,7 @@ Returns the amount of available data in the buffer.
|
||||
% --------------
|
||||
% Administration
|
||||
% --------------
|
||||
\membersection{wxStreamBuffer::Stream}
|
||||
\membersection{wxStreamBuffer::Stream}\label{wxstreambufferstream}
|
||||
|
||||
\func{wxStreamBase*}{Stream}{\void}
|
||||
|
||||
|
Reference in New Issue
Block a user