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