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, std::shared_ptr< Cell > > | m_colToCellMap |
map col -> cell | |
std::map< STOFFVec2i, std::shared_ptr< StarAttribute > > | m_colToAttributeMap |
map col -> attribute | |
Internal: structure used to store a row of a StarObjectSpreadsheet.
|
inline |
constructor
|
inline |
try to compress the item list and create a attribute list
std::map<STOFFVec2i, std::shared_ptr<StarAttribute> > StarObjectSpreadsheetInternal::RowContent::m_colToAttributeMap |
map col -> attribute
Referenced by compressItemList().
std::map<int, std::shared_ptr<Cell> > StarObjectSpreadsheetInternal::RowContent::m_colToCellMap |
map col -> cell
Referenced by StarObjectSpreadsheetInternal::Table::getCell().