X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc2171bd4c660b8554dae2a1cbf34ff09f3032a6..85136e3bf5dadf921652519e71da5db351fb3194:/docs/latex/wx/dirtrav.tex?ds=sidebyside diff --git a/docs/latex/wx/dirtrav.tex b/docs/latex/wx/dirtrav.tex index aaeac23c7a..eee84ce1c3 100644 --- a/docs/latex/wx/dirtrav.tex +++ b/docs/latex/wx/dirtrav.tex @@ -6,7 +6,7 @@ %% Created: 14.01.02 (extracted from dir.tex) %% RCS-ID: $Id$ %% Copyright: (c) Vadim Zeitlin -%% License: wxWidgets license +%% License: wxWindows license %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{\class{wxDirTraverser}}\label{wxdirtraverser} @@ -69,8 +69,13 @@ enum wxDirTraverseResult +\wxheading{Library} + +\helpref{wxBase}{librarieslist} + \latexignore{\rtfignore{\wxheading{Members}}} + \membersection{wxDirTraverser::OnDir}\label{wxdirtraverserondir} \func{virtual wxDirTraverseResult}{OnDir}{\param{const wxString\& }{dirname}} @@ -82,6 +87,7 @@ subdirectories in this directory. This is a pure virtual function and must be implemented in the derived class. + \membersection{wxDirTraverser::OnFile}\label{wxdirtraverseronfile} \func{virtual wxDirTraverseResult}{OnFile}{\param{const wxString\& }{filename}} @@ -92,9 +98,10 @@ traversing (for example, if the file being searched is found) or This is a pure virtual function and must be implemented in the derived class. -\membersection{wxOpenErrorTraverser::OnOpenError}\label{wxopenerrortraverseronopenerror} -\func{virtual wxOpenErrorTraverseResult}{OnOpenError}{\param{const wxString\& }{openerrorname}} +\membersection{wxDirTraverser::OnOpenError}\label{wxopenerrortraverseronopenerror} + +\func{virtual wxDirTraverseResult}{OnOpenError}{\param{const wxString\& }{openerrorname}} This function is called for each directory which we failed to open for enumerating. It may return {\tt wxSIR\_STOP} to abort traversing completely,