Internal: a struct used to store a zone. More...
Public Member Functions | |
Zone () | |
~Zone () |
Public Attributes | |
int | m_type |
the type : 0(text), 1(graphic) | |
int | m_blockId |
the first block id | |
std::shared_ptr< MWAWStream > | m_stream |
the storage | |
bool | m_parsed |
true if the zone is sended |
Internal: a struct used to store a zone.
|
inline |
|
inline |
int MacWrtProParserInternal::Zone::m_blockId |
the first block id
Referenced by Zone().
bool MacWrtProParserInternal::Zone::m_parsed |
true if the zone is sended
Referenced by Zone().
std::shared_ptr<MWAWStream> MacWrtProParserInternal::Zone::m_stream |
the storage
Referenced by Zone().
int MacWrtProParserInternal::Zone::m_type |
the type : 0(text), 1(graphic)
Referenced by Zone().