a class used to store the extra style of a row in LotusSpreadsheet More...
| Public Member Functions | |
| ExtraRowStyles () | |
| constructor  More... | |
| bool | empty () const | 
| returns true if all style are empty  More... | |
| Public Attributes | |
| std::map< Vec2i, ExtraStyle > | m_colsToStyleMap | 
| a map Vec2i(minCol,maxCol) to style  More... | |
a class used to store the extra style of a row in LotusSpreadsheet
| 
 | inline | 
constructor
| 
 | inline | 
returns true if all style are empty
Referenced by LotusSpreadsheet::sendRowContent().
| std::map<Vec2i, ExtraStyle> LotusSpreadsheetInternal::ExtraRowStyles::m_colsToStyleMap | 
a map Vec2i(minCol,maxCol) to style
Referenced by LotusSpreadsheet::readExtraRowFormats(), and LotusSpreadsheet::sendRowContent().