Searched refs:wxDirTraverser (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddir.h37 // these constants are possible return value of wxDirTraverser::OnDir()
46 // wxDirTraverser: helper class for wxDir::Traverse()
49 class WXDLLIMPEXP_BASE wxDirTraverser class
53 virtual ~wxDirTraverser() { }
131 size_t Traverse(wxDirTraverser& sink,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddirtrav.tex3 %% Purpose: wxDirTraverser documentation
12 \section{\class{wxDirTraverser}}\label{wxdirtraverser}
14 wxDirTraverser is an abstract interface which must be implemented by objects
20 class wxDirTraverserSimple : public wxDirTraverser
75 \membersection{wxDirTraverser::OnDir}\label{wxdirtraverserondir}
87 \membersection{wxDirTraverser::OnFile}\label{wxdirtraverseronfile}
98 \membersection{wxDirTraverser::OnOpenError}\label{wxopenerrortraverseronopenerror}
H A Ddir.tex214 \func{size\_t}{Traverse}{\param{wxDirTraverser\& }{sink}, \param{const wxString\& }{filespec = wxEmptyString}, \param{int }{flags = wxDIR\_DEFAULT}}
217 calling the element of the provided \helpref{wxDirTraverser}{wxdirtraverser}
H A Dcategory.tex521 \twocolitem{\helpref{wxDirTraverser}{wxdirtraverser}}{Class used together with wxDir for recursively enumerating the files/subdirectories}
H A Dfunction.tex1027 As of wx 2.5.2, these functions are not thread-safe! (they use static variables). You probably want to use \helpref{wxDir::GetFirst}{wxdirgetfirst} or \helpref{wxDirTraverser}{wxdirtraverser} instead.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddircmn.cpp43 // wxDirTraverser
47 wxDirTraverser::OnOpenError(const wxString& WXUNUSED(dirname))
79 size_t wxDir::Traverse(wxDirTraverser& sink,
198 class wxDirTraverserSimple : public wxDirTraverser
245 class wxDirTraverserFindFirst : public wxDirTraverser
294 class wxDirTraverserSumSize : public wxDirTraverser
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp293 class DirPrintTraverser : public wxDirTraverser

Completed in 178 milliseconds