Searched refs:wxDIR (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddirtrav.tex80 to abort traversing completely, {\tt wxDIR\_IGNORE} to skip this directory but
81 continue with others or {\tt wxDIR\_CONTINUE} to enumerate all files and
91 This function is called for each file. It may return {\tt wxDIR\_STOP} to abort
93 {\tt wxDIR\_CONTINUE} to proceed.
104 {\tt wxDIR\_IGNORE} to skip this directory but continue with others or
105 {\tt wxDIR\_CONTINUE} to retry opening this directory once again.
107 The base class version always returns {\tt wxDIR\_IGNORE}.
H A Ddir.tex106 \func{static size\_t}{GetAllFiles}{\param{const wxString\& }{dirname}, \param{wxArrayString *}{files}, \param{const wxString\& }{filespec = wxEmptyString}, \param{int }{flags = wxDIR\_DEFAULT}}
112 The {\it flags} parameter should always include {\tt wxDIR\_FILES} or the array
113 would be unchanged and should include {\tt wxDIR\_DIRS} flag to recurse into
121 \func{static wxString}{FindFirst}{\param{const wxString\& }{dirname}, \param{const wxString\& }{filespec}, \param{int }{flags = wxDIR\_DEFAULT}}
126 The \arg{flags} parameter may or may not include {\tt wxDIR\_FILES}, the
128 includes {\tt wxDIR\_DIRS} and so the function recurses into the subdirectories
137 \constfunc{bool}{GetFirst}{\param{wxString* }{filename}, \param{const wxString\& }{filespec = wxEmptyString}, \param{int }{flags = wxDIR\_DEFAULT}}
214 \func{size\_t}{Traverse}{\param{wxDirTraverser\& }{sink}, \param{const wxString\& }{filespec = wxEmptyString}, \param{int }{flags = wxDIR\_DEFAULT}}
221 {\it flags} contains {\tt wxDIR\_DIRS} flag. It will ignore the files (but
222 still possibly recurse into subdirectories) if {\tt wxDIR\_FILE
[all...]
H A Dfilesysh.tex123 wxFILE (only files), wxDIR (only directories) or 0 (both).
H A Dfilesys.tex144 wxFILE (only files), wxDIR (only directories) or 0 (both).
H A Dfunction.tex1031 {\it flags} may be wxDIR for restricting the query to directories, wxFILE for files or zero for either.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfs_arc.cpp454 case wxDIR:
H A Dfilefn.cpp1390 case wxDIR: dirFlags = wxDIR_DIRS; break;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfilefn.h549 #define wxDIR 2 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp3402 wxString dirname = fs.FindFirst(wildcard, wxDIR);

Completed in 104 milliseconds