| Trees | Indices | Help | 
 | 
|---|
|  | 
               object --+        
                        |        
        sip.simplewrapper --+    
                            |    
PyQt4.QtGui.QFileIconProvider --+
                                |
                               _CustomIconProvider
Class to ensure that Schrodinger file (and directory) types get a proper icon in the QFileDialog. Proper labels are also returned.
Currently this class only works with the Project file typ.e
| 
 | |||
| Inherited from  | |||
| 
 | |||
| 
 | |||
| bool | 
 | ||
| QIcon | 
 | ||
| str | 
 | ||
| Inherited from  Inherited from  | |||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| 
 | |||
| 
 Create a _CustomIconProvider instance 
 | 
| 
 Determine if info points to a project 
 | 
| 
 Return the proper icon for the file/directory that arg points to. If this file/dir is of a custom type, a custom icon is returned; otherwise the default icon is returned. For projects, the icon will be different depending on whether the project is locked or not. 
 | 
| 
 Return the proper type for the file/directory that arg points to. This will be the default type except if arg points to a custom file tyope, such as a project (in which case it will be 'Project') 
 | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 3 08:00:02 2016 | http://epydoc.sourceforge.net |