Internal: header of a complex block of a RagTimeSpreadsheet. More...
Classes | |
struct | Zone |
a small zone of a ComplexBlock More... | |
Public Member Functions | |
ComplexBlock () | |
constructor | |
Public Attributes | |
std::vector< Zone > | m_zones |
the list of zone | |
std::vector< int > | m_intList |
a list of unknown counter | |
Internal: header of a complex block of a RagTimeSpreadsheet.
|
inline |
constructor
std::vector<int> RagTimeSpreadsheetInternal::ComplexBlock::m_intList |
a list of unknown counter
Referenced by RagTimeSpreadsheet::readBlockHeader(), and RagTimeSpreadsheet::readSpreadsheetComplexStructure().
std::vector<Zone> RagTimeSpreadsheetInternal::ComplexBlock::m_zones |
the list of zone
Referenced by RagTimeSpreadsheet::readBlockHeader(), and RagTimeSpreadsheet::readSpreadsheetComplexStructure().