#include <FS_IconHelper.h>
Definition at line 29 of file FS_IconHelper.h.
 
      
        
          | FS_IconInfoHelper::FS_IconInfoHelper  | 
          ( | 
           | ) | 
           | 
        
      
 
 
  
  
      
        
          | bool FS_IconInfoHelper::canHandle  | 
          ( | 
          const char *  | 
          source | ) | 
           | 
         
       
   | 
  
overridevirtual   | 
  
 
Determine whether this helper can process the filename. 
Implements FS_InfoHelper.
 
 
Read the contents of a directory 
- Parameters
 - 
  
    | source | - The directory to read  | 
    | contents | - The list of files in the directory  | 
    | dirs | - The list of directories in the directory If dirs is NULL, then all directories should be included in the contents.  | 
  
   
Implements FS_InfoHelper.
 
 
  
  
      
        
          | bool FS_IconInfoHelper::getIsDirectory  | 
          ( | 
          const char *  | 
          source | ) | 
           | 
         
       
   | 
  
overridevirtual   | 
  
 
Return whether the filename is a directory. 
Implements FS_InfoHelper.
 
 
  
  
      
        
          | time_t FS_IconInfoHelper::getModTime  | 
          ( | 
          const char *  | 
          source | ) | 
           | 
         
       
   | 
  
overridevirtual   | 
  
 
Get the modification timestamp (returns time_t) 
Implements FS_InfoHelper.
 
 
  
  
      
        
          | char FS_IconInfoHelper::getNextSepChar  | 
          ( | 
          const char *  | 
           | ) | 
           | 
         
       
   | 
  
overridevirtual   | 
  
 
 
  
  
      
        
          | char FS_IconInfoHelper::getPrevSepChar  | 
          ( | 
          const char *  | 
           | ) | 
           | 
         
       
   | 
  
overridevirtual   | 
  
 
 
  
  
      
        
          | int64 FS_IconInfoHelper::getSize  | 
          ( | 
          const char *  | 
          source | ) | 
           | 
         
       
   | 
  
overridevirtual   | 
  
 
 
  
  
      
        
          | bool FS_IconInfoHelper::hasAccess  | 
          ( | 
          const char *  | 
          source,  | 
         
        
           | 
           | 
          int  | 
          mode  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
overridevirtual   | 
  
 
 
The documentation for this class was generated from the following file: