the style manager  
 More...
|  | 
|  | 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 
 | 
|  | 
◆ StyleManager()
  
  | 
        
          | WKS4SpreadsheetInternal::StyleManager::StyleManager | ( |  | ) |  |  | inline | 
 
 
◆ add()
  
  | 
        
          | int WKS4SpreadsheetInternal::StyleManager::add | ( | Style const & | st, |  
          |  |  | bool | dosFile |  
          |  | ) |  |  |  | inline | 
 
add a new style and returns its id 
 
 
◆ get()
  
  | 
        
          | bool WKS4SpreadsheetInternal::StyleManager::get | ( | int | id, |  
          |  |  | Style & | style |  
          |  | ) |  | const |  | inline | 
 
returns the style with id 
 
 
◆ print()
  
  | 
        
          | void WKS4SpreadsheetInternal::StyleManager::print | ( | int | id, |  
          |  |  | std::ostream & | o |  
          |  | ) |  | const |  | inline | 
 
 
◆ size()
  
  | 
        
          | int WKS4SpreadsheetInternal::StyleManager::size | ( |  | ) | const |  | inline | 
 
returns the number of style 
 
 
◆ m_stylesList
  
  | 
        
          | std::vector<Style> WKS4SpreadsheetInternal::StyleManager::m_stylesList |  | protected | 
 
 
The documentation for this class was generated from the following file: