Code::Blocks  SVN r11506
Public Member Functions | Private Attributes | List of all members
wxIccDirTraverser Class Reference
Inheritance diagram for wxIccDirTraverser:
Collaboration diagram for wxIccDirTraverser:

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

wxArrayStringm_Dirs
 
wxChar m_SepChar
 

Detailed Description

Definition at line 27 of file compilerICC.cpp.

Constructor & Destructor Documentation

◆ wxIccDirTraverser()

wxIccDirTraverser::wxIccDirTraverser ( wxArrayString folders)
inline

Definition at line 30 of file compilerICC.cpp.

References _T, and m_SepChar.

Member Function Documentation

◆ OnDir()

wxDirTraverseResult wxIccDirTraverser::OnDir ( const wxString dirname)
inlineoverridevirtual

◆ OnFile()

wxDirTraverseResult wxIccDirTraverser::OnFile ( const wxString WXUNUSEDfilename)
inlineoverride

Definition at line 35 of file compilerICC.cpp.

References wxDIR_CONTINUE.

Member Data Documentation

◆ m_Dirs

wxArrayString& wxIccDirTraverser::m_Dirs
private

Definition at line 51 of file compilerICC.cpp.

Referenced by OnDir().

◆ m_SepChar

wxChar wxIccDirTraverser::m_SepChar
private

Definition at line 52 of file compilerICC.cpp.

Referenced by OnDir(), and wxIccDirTraverser().


The documentation for this class was generated from the following file: