Internal: structure used to store a row of a StarObjectSpreadsheet. More...
Public Member Functions | |
RowContent () | |
constructor | |
void | compressItemList () |
try to compress the item list and create a attribute list | |
Public Attributes | |
std::map< int, shared_ptr< Cell > > | m_colToCellMap |
map col -> cell | |
std::map< STOFFVec2i, shared_ptr< StarAttribute > > | m_colToAttributeMap |
map col -> attribute |
Internal: structure used to store a row of a StarObjectSpreadsheet.
constructor
void StarObjectSpreadsheetInternal::RowContent::compressItemList | ( | ) | [inline] |
try to compress the item list and create a attribute list
Referenced by StarObjectSpreadsheet::sendRow().
std::map<STOFFVec2i, shared_ptr<StarAttribute> > StarObjectSpreadsheetInternal::RowContent::m_colToAttributeMap |
map col -> attribute
Referenced by compressItemList(), and StarObjectSpreadsheet::sendRow().
std::map<int, shared_ptr<Cell> > StarObjectSpreadsheetInternal::RowContent::m_colToCellMap |
map col -> cell
Referenced by StarObjectSpreadsheetInternal::Table::getCell(), and StarObjectSpreadsheet::sendRow().