A collection of Styles in a TextFile.
The catalog is organized into families .
Methods
|
|
__cmp__
__init__
addStyle
getFamilies
getFamily
|
|
__cmp__
|
__cmp__ ( self, other )
Compare this catalog with another.
|
|
__init__
|
__init__ ( self )
|
|
addStyle
|
addStyle ( self, style )
Add a style to the catalog.
|
|
getFamilies
|
getFamilies ( self )
Return the list of families
|
|
getFamily
|
getFamily ( self, family )
Return the contents of a family
|
|