a small struct use to define a block of a RagTime5Text More...
Public Member Functions | |
Block () | |
constructor More... | |
Public Attributes | |
int | m_id |
the block id More... | |
int | m_subId |
the block sub id More... | |
MWAWBox2f | m_dimension |
the block dimension More... | |
int | m_plc [2] |
the list of zone plc (first-end) More... | |
std::string | m_extra |
extra data More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Block const &block) |
operator<< More... | |
a small struct use to define a block of a RagTime5Text
|
inline |
constructor
|
friend |
operator<<
MWAWBox2f RagTime5TextInternal::Block::m_dimension |
the block dimension
Referenced by RagTime5TextInternal::TextCParser::parseZoneBlock().
std::string RagTime5TextInternal::Block::m_extra |
extra data
Referenced by RagTime5TextInternal::BlockCellListParser::parseData(), and RagTime5TextInternal::TextCParser::parseZoneBlock().
int RagTime5TextInternal::Block::m_id |
the block id
Referenced by RagTime5TextInternal::TextCParser::parseZoneBlock().
int RagTime5TextInternal::Block::m_plc[2] |
the list of zone plc (first-end)
Referenced by Block(), RagTime5TextInternal::BlockCellListParser::parseData(), RagTime5TextInternal::TextCParser::parseZoneBlock(), and RagTime5Text::send().
int RagTime5TextInternal::Block::m_subId |
the block sub id
Referenced by RagTime5TextInternal::TextCParser::parseZoneBlock().