• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching defs:wxFFile

3 %% Purpose:     wxFFile documentation
12 \section{\class{wxFFile}}\label{wxffile}
14 wxFFile implements buffered file I/O. This is a very small class designed to
38 \membersection{wxFFile::wxFFile}\label{wxffilector}
40 \func{}{wxFFile}{\void}
44 \func{}{wxFFile}{\param{const char*}{ filename}, \param{const char*}{ mode = "r"}}
51 \func{}{wxFFile}{\param{FILE*}{ fp}}
67 \membersection{wxFFile::\destruct{wxFFile}}\label{wxffiledtor}
69 \func{}{\destruct{wxFFile}}{\void}
73 NB: it is not virtual so you should {\it not} derive from wxFFile!
76 \membersection{wxFFile::Attach}\label{wxffileattach}
80 Attaches an existing file pointer to the wxFFile object.
82 The descriptor should be already opened and it will be closed by wxFFile
86 \membersection{wxFFile::Close}\label{wxffileclose}
93 \membersection{wxFFile::Detach}\label{wxffiledetach}
97 Get back a file pointer from wxFFile object -- the caller is responsible for closing the file if this
101 \membersection{wxFFile::fp}\label{wxffilefp}
108 \membersection{wxFFile::Eof}\label{wxffileeof}
128 \membersection{wxFFile::Error}\label{wxffileerror}
141 \membersection{wxFFile::Flush}\label{wxffileflush}
148 \membersection{wxFFile::GetKind}\label{wxffilegetfilekind}
166 \membersection{wxFFile::IsOpened}\label{wxffileisopened}
174 \membersection{wxFFile::Length}\label{wxffilelength}
181 \membersection{wxFFile::Open}\label{wxffileopen}
194 \membersection{wxFFile::Read}\label{wxffileread}
211 \membersection{wxFFile::ReadAll}\label{wxffilereadall}
229 \membersection{wxFFile::Seek}\label{wxffileseek}
242 \membersection{wxFFile::SeekEnd}\label{wxffileseekend}
254 \membersection{wxFFile::Tell}\label{wxffiletell}
261 \membersection{wxFFile::Write}\label{wxffilewrite}
278 \membersection{wxFFile::Write}\label{wxffilewrites}