Code::Blocks
SVN r11506
|
Public Member Functions | |
wxIccDirTraverser (wxArrayString &folders) | |
wxDirTraverseResult | OnFile (const wxString &WXUNUSED(filename)) override |
wxDirTraverseResult | OnDir (const wxString &dirname) override |
Public Member Functions inherited from wxDirTraverser | |
virtual wxDirTraverseResult | OnFile (const wxString &filename)=0 |
virtual wxDirTraverseResult | OnOpenError (const wxString &openerrorname) |
Private Attributes | |
wxArrayString & | m_Dirs |
wxChar | m_SepChar |
Definition at line 27 of file compilerICC.cpp.
|
inline |
Definition at line 30 of file compilerICC.cpp.
|
inlineoverridevirtual |
Implements wxDirTraverser.
Definition at line 40 of file compilerICC.cpp.
References _T, wxArrayString::Add(), wxString::AfterLast(), wxString::Contains(), wxArrayString::Index(), m_Dirs, m_SepChar, wxDIR_CONTINUE, and wxNOT_FOUND.
|
inlineoverride |
Definition at line 35 of file compilerICC.cpp.
References wxDIR_CONTINUE.
|
private |
Definition at line 51 of file compilerICC.cpp.
Referenced by OnDir().
|
private |
Definition at line 52 of file compilerICC.cpp.
Referenced by OnDir(), and wxIccDirTraverser().