Searched refs:wxDir (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Ddir.cpp3 // Purpose: wxDir implementation for PalmOS
62 // wxDir helpers
66 bool wxDir::Exists(const wxString& dir)
72 // wxDir construction/destruction
75 wxDir::wxDir(const wxString& dirname) function in class:wxDir
79 bool wxDir::Open(const wxString& dirname)
84 bool wxDir::IsOpened() const
89 wxString wxDir::GetName() const
96 wxDir
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msdos/
H A Ddir.cpp3 // Purpose: wxDir implementation for DOS
62 // wxDir helpers
66 bool wxDir::Exists(const wxString& WXUNUSED(dir))
72 // wxDir construction/destruction
75 wxDir::wxDir(const wxString& WXUNUSED(dirname))
79 bool wxDir::Open(const wxString& WXUNUSED(dirname))
84 bool wxDir::IsOpened() const
89 wxString wxDir::GetName() const
94 wxDir
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Ddir.cpp3 // Purpose: wxDir implementation for Unix/POSIX systems
94 wxCHECK_RET( n, _T("empty dir name in wxDir") );
153 if ( !(m_flags & wxDIR_FILES) && !wxDir::Exists(path + de_d_name) )
158 else if ( !(m_flags & wxDIR_DIRS) && wxDir::Exists(path + de_d_name) )
201 // wxDir helpers
205 bool wxDir::Exists(const wxString& dir)
211 // wxDir construction/destruction
214 wxDir::wxDir(const wxString& dirname) function in class:wxDir
221 bool wxDir
[all...]
H A Dmimetype.cpp550 if ( !wxDir::Exists(dirname) )
553 wxDir dir(dirname);
588 if ( !wxDir::Exists(dirname) )
593 if ( !wxDir::Exists(dirname) )
597 wxDir dir2( dirname );
669 return wxDir::Exists(sOK);
674 if (!wxDir::Exists(sStart))
937 wxDir dir(dirname.GetPath());
967 if(! wxDir::Exists(dirname))
970 wxDir di
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddir.h3 // Purpose: wxDir is a class for enumerating the files in a directory
46 // wxDirTraverser: helper class for wxDir::Traverse()
54 // called for each file found by wxDir::Traverse()
60 // called for each directory found by wxDir::Traverse()
78 // wxDir: portable equivalent of {open/read/close}dir functions
83 class WXDLLIMPEXP_BASE wxDir class
93 wxDir() { m_data = NULL; } function in class:wxDir
96 wxDir(const wxString& dir);
99 ~wxDir();
157 DECLARE_NO_COPY_CLASS(wxDir)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Ddirmgl.cpp3 // Purpose: wxDir implementation for MGL
90 wxCHECK_RET( n, _T("empty dir name in wxDir") );
184 // wxDir helpers
188 bool wxDir::Exists(const wxString& dir)
194 // wxDir construction/destruction
197 wxDir::wxDir(const wxString& dirname) function in class:wxDir
204 bool wxDir::Open(const wxString& dirname)
209 if ( !wxDir::Exists(dirname) )
219 bool wxDir
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddirmac.cpp3 // Purpose: wxDir implementation for Mac
80 wxCHECK_RET( n, _T("empty dir name in wxDir") );
198 // wxDir helpers
202 bool wxDir::Exists(const wxString& dir)
208 // wxDir construction/destruction
211 wxDir::wxDir(const wxString& dirname) function in class:wxDir
218 bool wxDir::Open(const wxString& dirname)
226 bool wxDir::IsOpened() const
231 wxString wxDir
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddirmac.cpp3 // Purpose: wxDir implementation for Mac
113 wxCHECK_RET( n, _T("empty dir name in wxDir") );
230 // wxDir helpers
234 bool wxDir::Exists(const wxString& dir)
240 // wxDir construction/destruction
243 wxDir::wxDir(const wxString& dirname) function in class:wxDir
250 bool wxDir::Open(const wxString& dirname)
264 bool wxDir::IsOpened() const
269 wxString wxDir
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Ddir.cpp3 // Purpose: wxDir implementation for OS/2
312 // wxDir helpers
316 bool wxDir::Exists(
321 } // end of wxDir::Exists
324 // wxDir construction/destruction
327 wxDir::wxDir( function in class:wxDir
334 } // end of wxDir::wxDir
336 bool wxDir
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddircmn.cpp3 // Purpose: wxDir methods common to all implementations
53 // wxDir::HasFiles() and HasSubDirs()
58 bool wxDir::HasFiles(const wxString& spec)
67 bool wxDir::HasSubDirs(const wxString& spec)
76 // wxDir::Traverse()
79 size_t wxDir::Traverse(wxDirTraverser& sink,
115 wxDir subdir;
195 // wxDir::GetAllFiles()
221 size_t wxDir::GetAllFiles(const wxString& dirname,
226 wxCHECK_MSG( files, (size_t)-1, _T("NULL pointer in wxDir
[all...]
H A Ddebugrpt.cpp220 wxDir dir(m_dir);
H A Dfilefn.cpp1366 static wxDir *gs_dir = NULL;
1379 gs_dir = new wxDir(gs_dirPath);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddir.tex3 %% Purpose: wxDir documentation
12 \section{\class{wxDir}}\label{wxdir}
14 wxDir is a portable equivalent of Unix {open/read/close}dir functions which
15 allow enumerating of the files in a directory. wxDir allows to enumerate files
18 wxDir also provides a flexible way to enumerate files recursively using
25 wxDir dir(wxGetCwd());
29 // deal with the error here - wxDir would already log an error message
77 \membersection{wxDir::wxDir}\label{wxdirwxdir}
79 \func{}{wxDir}{\voi
[all...]
H A Dtfile.tex3 Classes: \helpref{wxFile}{wxfile}, \helpref{wxDir}{wxdir}, \helpref{wxTempFile}{wxtempfile},
28 wxDir is a helper class for enumerating the files or subdirectories of a
H A Ddirtrav.tex44 wxDir dir(dirname);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddir.cpp3 // Purpose: wxDir implementation for Win32
280 // wxDir helpers
284 bool wxDir::Exists(const wxString& dir)
290 // wxDir construction/destruction
293 wxDir::wxDir(const wxString& dirname) function in class:wxDir
300 bool wxDir::Open(const wxString& dirname)
308 bool wxDir::IsOpened() const
313 wxString wxDir::GetName() const
335 wxDir
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DFileFunctions.h38 class CDirIterator : private wxDir
H A DFileFunctions.cpp27 #include <wx/dir.h> // Needed for wxDir
50 : wxDir(dir.GetRaw())
89 return IsOpened() && wxDir::HasSubDirs(spec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Dfontmgr.cpp145 if ( !wxDir::GetAllFiles(dir, &indexFiles, _T("FontsIndex")) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dbmpcombobox.cpp595 if ( !wxDir::Exists(fn.GetFullPath()) ||
596 !wxDir::GetAllFiles(fn.GetFullPath(),strings,wxT("*.xpm")) )
601 if ( !wxDir::Exists(fn.GetFullPath()) ||
602 !wxDir::GetAllFiles(fn.GetFullPath(),strings,wxT("*.xpm")) )
612 if ( !wxDir::Exists(fn.GetFullPath()) ||
613 !wxDir::GetAllFiles(fn.GetFullPath(),strings,wxT("*.xpm")) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddirctrlg.cpp413 wxDir dir;
428 wxDir dir;
822 wxDir d;
1137 wxDir d;
H A Dfiledlgg.cpp627 wxDir dir(dirname);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp197 // wxDir
214 static void TestDirEnumHelper(wxDir& dir,
238 wxPuts(_T("*** Testing wxDir::GetFirst/GetNext ***"));
241 if ( !wxDir::Exists(cwd) )
247 wxDir dir(cwd);
287 wxDir dirNo(_T("nosuchdir"));
324 wxPuts(_T("*** Testing wxDir::Traverse() ***"));
328 size_t n = wxDir::GetAllFiles(TESTDIR, &files);
338 wxDir dir(TESTDIR);
347 wxPuts(_T("*** Testing wxDir
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPreferences.cpp855 wxDir d;
857 if (wxDir::Exists(dirName) &&
883 if (wxDir::Exists(systemDir) &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/archive/
H A Darchivetest.cpp914 wxDir dir;

Completed in 229 milliseconds

12