fixed broken links
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10295 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
2015ec3378
commit
94f562a279
@ -126,7 +126,7 @@ empty) and flags, return TRUE on success.
|
||||
Continue enumerating files satisfying the criteria specified by the last call
|
||||
to \helpref{GetFirst}{wxdirgetfirst}.
|
||||
|
||||
\membersection{wxDir::Traverse}{wxdirtraverse}
|
||||
\membersection{wxDir::Traverse}\label{wxdirtraverse}
|
||||
|
||||
\func{size\_t}{Traverse}{\param{wxDirTraverser& }{sink}, \param{const wxString& }{filespec = wxEmptyString}, \param{int }{flags = wxDIR\_DEFAULT}}
|
||||
|
||||
@ -146,9 +146,9 @@ Depending on the return value, the enumeration may continue or stop.
|
||||
The function returns the total number of files found or {\tt (size\_t)-1} on
|
||||
error.
|
||||
|
||||
See also: \helpref{GetAllFiles}{wxdirgetallfiles}
|
||||
See also: \helpref{GetAllFiles}\label{wxdirgetallfiles}
|
||||
|
||||
\membersection{wxDirTraverser::GetAllFiles}{wxdirtraversergetallfiles}
|
||||
\membersection{wxDir::GetAllFiles}{wxdirgetallfiles}
|
||||
|
||||
\func{static size\_t}{GetAllFiles}{\param{const wxString& }{dirname}, \param{wxArrayString *}{files}, \param{const wxString& }{filespec = wxEmptyString}, \param{int }{flags = wxDIR\_DEFAULT}}
|
||||
|
||||
@ -224,7 +224,7 @@ enum wxDirTraverseResult
|
||||
|
||||
\latexignore{\rtfignore{\wxheading{Members}}}
|
||||
|
||||
\membersection{wxDirTraverser::OnFile}{wxdirtraverseronfile}
|
||||
\membersection{wxDirTraverser::OnFile}\label{wxdirtraverseronfile}
|
||||
|
||||
\func{virtual wxDirTraverseResult}{OnFile}{\param{const wxString& }{filename}}
|
||||
|
||||
@ -232,7 +232,7 @@ This function is called for each file. It may return {\tt wxDIR\_STOP} to abort
|
||||
traversing (for example, if the file being searched is found) or
|
||||
{\tt wxDIR\_CONTINUE} to proceed.
|
||||
|
||||
\membersection{wxDirTraverser::OnDir}{wxdirtraverserondir}
|
||||
\membersection{wxDirTraverser::OnDir}\label{wxdirtraverserondir}
|
||||
|
||||
\func{virtual wxDirTraverseResult}{OnDir}{\param{const wxString& }{dirname}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user