#include <filelist.h>
Inheritance diagram for filelist:


Public Member Functions | |
| filelist (void) | |
| FileList constructor.   | |
| virtual | ~filelist (void) | 
| FileList destructor.   | |
| void | Show (void) | 
| Shows the filelist.   | |
| void | GenerateInfo (void) | 
| Generate info from the filelist.   | |
| void | Parse (void) | 
| Parse the filelist.   | |
Protected Member Functions | |
| virtual void | FindFiles (const string &FileRoute)=0 | 
| pure virtual method.   | |
| void | AddFile (const string &FileName, long long FileSize) | 
| Add a file to the file list.   | |
| void | ShowStats (void) | 
| Show the file list stats.   | |
| void | ShowProcess (const string &FileName) | 
| Show the file list process.   | |
Protected Attributes | |
| int | m_FilesFound | 
| Number of files found.   | |
| int | m_MP3Found | 
| Number of MP3 files found.   | |
| int | m_FailFiles | 
| Number of fail files.   | |
| int | m_FilesProcessed | 
| Process file counter.   | |
Private Attributes | |
| list< fileinfo * > | m_Files | 
| File list.   | |
      
  | 
  
| 
 FileList constructor. 
  | 
  
      
  | 
  
| 
 FileList destructor. 
  | 
  
      
  | 
  
| 
 Shows the filelist. 
  | 
  
      
  | 
  
| 
 Generate info from the filelist. 
  | 
  
Here is the call graph for this function:

      
  | 
  
| 
 Parse the filelist. 
  | 
  
Here is the call graph for this function:

      
  | 
  
| 
 pure virtual method. 
 Implemented in filelist_win.  | 
  
      
  | 
  ||||||||||||
| 
 Add a file to the file list. 
 
  | 
  
Here is the call graph for this function:

      
  | 
  
| 
 Show the file list stats. 
  | 
  
Here is the call graph for this function:

      
  | 
  
| 
 Show the file list process. 
  | 
  
Here is the call graph for this function:

      
  | 
  
| 
 Number of files found. 
  | 
  
      
  | 
  
| 
 Number of MP3 files found. 
  | 
  
      
  | 
  
| 
 Number of fail files. 
  | 
  
      
  | 
  
| 
 Process file counter. 
  | 
  
      
  | 
  
| 
 File list. 
  | 
  
      
         
      
      | 
    
     
      
         
      
      | 
    
     
      
         
      
      |