git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1922
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
\membersection{wxClipboard::GetData}\label{wxclipboardgetdata}
\membersection{wxClipboard::GetData}\label{wxclipboardgetdata}
-\func{bool}{GetData}{\param{wxDataObject&}{ data}}
+\func{bool}{GetData}{\param{wxDataObject\&}{ data}}
Call this function to fill {\it data} with data on the clipboard, if available in the required
format. Returns TRUE on success.
\membersection{wxClipboard::IsSupported}\label{wxclipboardissupported}
Call this function to fill {\it data} with data on the clipboard, if available in the required
format. Returns TRUE on success.
\membersection{wxClipboard::IsSupported}\label{wxclipboardissupported}
-\func{bool}{IsSupported}{\param{wxDataObject&}{ data}}
+\func{bool}{IsSupported}{\param{wxDataObject\&}{ data}}
Returns TRUE if the format of the given data object is available on the clipboard.
Returns TRUE if the format of the given data object is available on the clipboard.
\membersection{wxFile::Write}\label{wxfilewrites}
\membersection{wxFile::Write}\label{wxfilewrites}
-\func{bool}{Write}{\param{const wxString& }{s}}
+\func{bool}{Write}{\param{const wxString\& }{s}}
Writes the contents of the string to the file, returns TRUE on success.
Writes the contents of the string to the file, returns TRUE on success.
\wxheading{Remark}
This parameter can be included in a URL if you want to use the URL manager.
\wxheading{Remark}
This parameter can be included in a URL if you want to use the URL manager.
-For example, you can use: "ftp://a_user:a_password@a.host:service/a_directory/a_file"
+For example, you can use: "ftp://a\_user:a\_password@a.host:service/a\_directory/a\_file"
to specify a user and a password.
\membersection{wxFTP::SetPassword}
to specify a user and a password.
\membersection{wxFTP::SetPassword}
\wxheading{Remark}
This parameter can be included in a URL if you want to use the URL manager.
\wxheading{Remark}
This parameter can be included in a URL if you want to use the URL manager.
-For example, you can use: "ftp://a\_user:a\_password@a.host:service/a_directory/a\_file"
+For example, you can use: "ftp://a\_user:a\_password@a.host:service/a\_directory/a\_file"
to specify a user and a password.
% ----------------------------------------------------------------------------
to specify a user and a password.
% ----------------------------------------------------------------------------
\membersection{wxHTTP::SetHeader}
\membersection{wxHTTP::SetHeader}
-\func{void}{SetHeader}{\param{const wxString\&}{ header}, \param{const wxString\&}{ h_data}}
+\func{void}{SetHeader}{\param{const wxString\&}{ header}, \param{const wxString\&}{ h\_data}}
It sets data of a field to be sent during the next request to the HTTP server. The field
It sets data of a field to be sent during the next request to the HTTP server. The field
-name is specified by \it{header} and the content by \it{h_data}.
+name is specified by \it{header} and the content by \it{h\_data}.
This is a low level function and it assumes that you know what you are doing.
\membersection{wxHTTP::SetHeader}
This is a low level function and it assumes that you know what you are doing.
\membersection{wxHTTP::SetHeader}
This function returns a reference on the current object, so the user can test
any states of the stream right away.
This function returns a reference on the current object, so the user can test
any states of the stream right away.
-\func{wxInputStream\&}{Read}{\param{wxOutputStream\&}{ stream_out}}
+\func{wxInputStream\&}{Read}{\param{wxOutputStream\&}{ stream\_out}}
Reads data from the input queue and stores it in the specified output stream.
The data is read until an error is raised by one of the two streams.
Reads data from the input queue and stores it in the specified output stream.
The data is read until an error is raised by one of the two streams.
\membersection{wxOutputStream::LastWrite}
\membersection{wxOutputStream::LastWrite}
-\constfunc{size_t}{LastWrite}{\void}
+\constfunc{size\_t}{LastWrite}{\void}
\membersection{wxOutputStream::PutC}
\membersection{wxOutputStream::PutC}
\membersection{wxOutputStream::SeekO}
\membersection{wxOutputStream::SeekO}
-\func{off_t}{SeekO}{\param{off_t}{ pos}, \param{wxSeekMode}{ mode}}
+\func{off\_t}{SeekO}{\param{off\_t}{ pos}, \param{wxSeekMode}{ mode}}
Changes the stream current position.
\membersection{wxOutputStream::TellO}
Changes the stream current position.
\membersection{wxOutputStream::TellO}
-\constfunc{off_t}{TellO}{\void}
+\constfunc{off\_t}{TellO}{\void}
Returns the current stream position.
\membersection{wxOutputStream::Write}
Returns the current stream position.
\membersection{wxOutputStream::Write}
-\func{wxOutputStream\&}{Write}{\param{const void *}{buffer}, \param{size_t}{ size}}
+\func{wxOutputStream\&}{Write}{\param{const void *}{buffer}, \param{size\_t}{ size}}
Writes the specified amount of bytes using the data of \it{buffer}.
\it{WARNING!} The buffer absolutely needs to have at least the specified size.
Writes the specified amount of bytes using the data of \it{buffer}.
\it{WARNING!} The buffer absolutely needs to have at least the specified size.
This function returns a reference on the current object, so the user can test
any states of the stream right away.
This function returns a reference on the current object, so the user can test
any states of the stream right away.
-\func{wxOutputStream\&}{Write}{\param{wxInputStream\&}{ stream_in}}
+\func{wxOutputStream\&}{Write}{\param{wxInputStream\&}{ stream\_in}}
Reads data from the specified input stream and stores them
in the current stream. The data is read until an error is raised
Reads data from the specified input stream and stores them
in the current stream. The data is read until an error is raised
This function returns the last error.
\twocolwidtha{5cm}
\begin{twocollist}\itemsep=0pt
This function returns the last error.
\twocolwidtha{5cm}
\begin{twocollist}\itemsep=0pt
-\twocolitem{{\bf wxStream_NOERROR}}{No error occured.}
-\twocolitem{{\bf wxStream_EOF}}{An End-Of-File occured.}
-\twocolitem{{\bf wxStream_WRITE_ERR}}{A generic error occured on the last write call.}
-\twocolitem{{\bf wxStream_READ_ERR}}{A generic error occured on the last read call.}
+\twocolitem{{\bf wxStream\_NOERROR}}{No error occured.}
+\twocolitem{{\bf wxStream\_EOF}}{An End-Of-File occured.}
+\twocolitem{{\bf wxStream\_WRITE\_ERR}}{A generic error occured on the last write call.}
+\twocolitem{{\bf wxStream\_READ\_ERR}}{A generic error occured on the last read call.}
\end{twocollist}
\membersection{wxStreamBase::OnSysRead}\label{wxstreambaseonsysread}
\end{twocollist}
\membersection{wxStreamBase::OnSysRead}\label{wxstreambaseonsysread}
Creates a new file with \it{ofilename} name and initializes the stream in
write-only mode.
Creates a new file with \it{ofilename} name and initializes the stream in
write-only mode.
-\func{}{wxFileOutputStream}{\param{wxFile&}{ file}}
+\func{}{wxFileOutputStream}{\param{wxFile\&}{ file}}
Initializes a file stream in write-only mode using the file I/O object \it{file}.
Initializes a file stream in write-only mode using the file I/O object \it{file}.
\input tthreads.tex
\input tfile.tex
\input ti18n.tex
\input tthreads.tex
\input tfile.tex
\input ti18n.tex