Pkg::GetPatterns Selection_GetSelections.htmlPrev  Access to Package Selection Manager  Selection_PatternData.htmlNext Name
Pkg::GetPatterns — Return list of patterns matching given status
Synopsis
            list<string>
            
GetPatterns          (
            symbol
             
status          , 
             string
             
category          
); Parameters
            
symbol            
status          
`all,`selected or `installed
            
string            
category          
base or empty string for addons
Return
            
list<string>          
  
Description
        
 returns a list of pattern names matching the status symbol and the category.
      
        
 If category == "base", base patterns are returned
      
        
 If category == "", addon patterns are returned else patterns matching the given category are returned
      
Selection_GetSelections.htmlPrev  Selection.htmlUp  Selection_PatternData.htmlNext Pkg::GetSelections index.htmlHome  Pkg::PatternData 