the style manager  
 More...
|  | 
|  | StyleManager () | 
|  | 
| void | add (int id, Style const &st) | 
|  | add a new style and returns its id 
 | 
|  | 
| bool | get (int id, Style &style) const | 
|  | returns the style with id 
 | 
|  | 
| void | print (int id, std::ostream &o) const | 
|  | print a style 
 | 
|  | 
◆ StyleManager()
  
  | 
        
          | QuattroDosSpreadsheetInternal::StyleManager::StyleManager | ( |  | ) |  |  | inline | 
 
 
◆ add()
  
  | 
        
          | void QuattroDosSpreadsheetInternal::StyleManager::add | ( | int | id, |  
          |  |  | Style const & | st |  
          |  | ) |  |  |  | inline | 
 
add a new style and returns its id 
 
 
◆ get()
  
  | 
        
          | bool QuattroDosSpreadsheetInternal::StyleManager::get | ( | int | id, |  
          |  |  | Style & | style |  
          |  | ) |  | const |  | inline | 
 
returns the style with id 
 
 
◆ print()
  
  | 
        
          | void QuattroDosSpreadsheetInternal::StyleManager::print | ( | int | id, |  
          |  |  | std::ostream & | o |  
          |  | ) |  | const |  | inline | 
 
 
◆ m_idStyleMap
  
  | 
        
          | std::map<int, Style> QuattroDosSpreadsheetInternal::StyleManager::m_idStyleMap |  | protected | 
 
 
The documentation for this class was generated from the following file: