Internal: extra cell format of a RagTimeSpreadsheet (SpCe block) More...
Public Member Functions | |
CellExtra () | |
constructor More... | |
void | update (Cell &cell) const |
update the cell color if need More... | |
Public Attributes | |
bool | m_isTransparent |
true if the cell is transparent More... | |
MWAWColor | m_color |
the background color More... | |
std::string | m_extra |
extra data More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, CellExtra const &st) |
operator<< More... | |
Internal: extra cell format of a RagTimeSpreadsheet (SpCe block)
|
inline |
constructor
void RagTimeSpreadsheetInternal::CellExtra::update | ( | Cell & | cell | ) | const |
update the cell color if need
Referenced by RagTimeSpreadsheet::readSpreadsheetCellFormat().
|
friend |
operator<<
MWAWColor RagTimeSpreadsheetInternal::CellExtra::m_color |
the background color
Referenced by RagTimeSpreadsheet::readResource(), and update().
std::string RagTimeSpreadsheetInternal::CellExtra::m_extra |
extra data
Referenced by RagTimeSpreadsheet::readResource().
bool RagTimeSpreadsheetInternal::CellExtra::m_isTransparent |
true if the cell is transparent
Referenced by RagTimeSpreadsheet::readResource(), and update().