| 
        
 
/ . / CGLtk / OutlineManager.py / Manager  
Manager keeps track of available entries by category 
        
            | 
                
                  Methods 
                
             | 
            
                 
             | 
         
        
        
        
        
            | 
                
                   
                
             | 
            
                outlineActivate 
             | 
         
        
        
        
outlineActivate ( self,  oEntry )
 
 |  
 
        
            | 
                
                   
                
             | 
            
                outlineDND 
             | 
         
        
        
        
outlineDND (
        self,
        src,
        dst,
        before,
        )
 |  
 
        
            | 
                
                   
                
             | 
            
                makeOutline 
             | 
         
        
        
        
makeOutline (
        self,
        master=None,
        **kw,
        )
 |  
 
        
            | 
                
                   
                
             | 
            
                findCategory 
             | 
         
        
        
        
findCategory ( self,  catName )
 
 |  
 
        
            | 
                
                   
                
             | 
            
                outlineDescribe 
             | 
         
        
        
        
outlineDescribe ( self,  oEntry )
 
 |  
 
        
            | 
                
                   
                
             | 
            
                outlineSelect 
             | 
         
        
        
        
outlineSelect ( self,  oEntry )
 
 |  
 
        
            | 
                
                   
                
             | 
            
                outlineDisplayed 
             | 
         
        
        
        
outlineDisplayed (
        self,
        oEntry,
        text,
        descTag,
        iconTag,
        )
 |  
 
        
            | 
                
                   
                
             | 
            
                __init__ 
             | 
         
        
        
        
__init__ ( self )
 
Initialize manager with no entries 
 |  
 
        
            | 
                
                   
                
             | 
            
                addCategory 
             | 
         
        
        
        
addCategory ( self,  cat )
 
 |  
 
        
            | 
                
                   
                
             | 
            
                sortedCategories 
             | 
         
        
        
        
sortedCategories ( self )
 
Return category list sorted by preferred order 
 |  
 
        
            | 
                
                   
                
             | 
            
                removeCategory 
             | 
         
        
        
        
removeCategory ( self,  cat )
 
 |  
 
        
            | 
                
                   
                
             | 
            
                moveCategory 
             | 
         
        
        
        
moveCategory (
        self,
        cat,
        before,
        )
Move a category to before another category 
 |  
  |  
 
         |