| 
|   | FILE_TRAVERSER (std::vector< wxFileName > &files, const wxString &exclude) | 
|   | 
| virtual wxDirTraverseResult  | OnFile (const wxString &filename) override | 
|   | 
| virtual wxDirTraverseResult  | OnDir (const wxString &dirname) override | 
|   | 
Definition at line 75 of file project_template.cpp.
 
◆ FILE_TRAVERSER()
  
  
      
        
          | FILE_TRAVERSER::FILE_TRAVERSER  | 
          ( | 
          std::vector< wxFileName > & |           files,  | 
         
        
           | 
           | 
          const wxString & |           exclude ) | 
         
       
   | 
  
inline   | 
  
 
 
◆ EnsureGitFiles()
  
  
      
        
          | void FILE_TRAVERSER::EnsureGitFiles  | 
          ( | 
          const wxString & |           path | ) | 
           | 
         
       
   | 
  
inlineprivate   | 
  
 
 
◆ IsIgnored()
  
  
      
        
          | bool FILE_TRAVERSER::IsIgnored  | 
          ( | 
          const wxString & |           path,  | 
         
        
           | 
           | 
          const wxString & |           name,  | 
         
        
           | 
           | 
          bool |           isDir ) | 
         
       
   | 
  
inlineprivate   | 
  
 
 
◆ OnDir()
  
  
      
        
          | virtual wxDirTraverseResult FILE_TRAVERSER::OnDir  | 
          ( | 
          const wxString & |           dirname | ) | 
           | 
         
       
   | 
  
inlineoverridevirtual   | 
  
 
 
◆ OnFile()
  
  
      
        
          | virtual wxDirTraverseResult FILE_TRAVERSER::OnFile  | 
          ( | 
          const wxString & |           filename | ) | 
           | 
         
       
   | 
  
inlineoverridevirtual   | 
  
 
 
◆ m_exclude
  
  
      
        
          | wxString FILE_TRAVERSER::m_exclude | 
         
       
   | 
  
private   | 
  
 
 
◆ m_files
  
  
      
        
          | std::vector<wxFileName>& FILE_TRAVERSER::m_files | 
         
       
   | 
  
private   | 
  
 
 
◆ m_gitIgnores
  
  
      
        
          | std::unordered_map<wxString, std::vector<wxString> > FILE_TRAVERSER::m_gitIgnores | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: