the style manager More...
Public Member Functions | |
| StyleManager () | |
| int | add (Style const &st, bool dosFile) |
| add a new style and returns its id | |
| bool | get (int id, Style &style) const |
| returns the style with id | |
| int | size () const |
| returns the number of style | |
| void | print (int id, std::ostream &o) const |
| print a style | |
Protected Attributes | |
| std::vector< Style > | m_stylesList |
| the styles | |
the style manager
|
inline |
add a new style and returns its id
returns the style with id
|
inline |
print a style
|
inline |
returns the number of style
|
protected |