Internal: a struct used to store a zone. More...
Public Member Functions | |
Zone () | |
~Zone () | |
libmwaw::DebugFile & | ascii () |
returns the debug file | |
Public Attributes | |
int | m_type |
the type : 0(text), 1(graphic) | |
int | m_blockId |
the first block id | |
WPXBinaryData | m_data |
the storage | |
MWAWInputStreamPtr | m_input |
the main input | |
libmwaw::DebugFile | m_asciiFile |
the debug file | |
bool | m_parsed |
true if the zone is sended |
Internal: a struct used to store a zone.
MWProParserInternal::Zone::Zone | ( | ) | [inline] |
MWProParserInternal::Zone::~Zone | ( | ) | [inline] |
libmwaw::DebugFile& MWProParserInternal::Zone::ascii | ( | ) | [inline] |
returns the debug file
Referenced by ~Zone().
the debug file
Referenced by ascii().
the first block id
WPXBinaryData MWProParserInternal::Zone::m_data |
the storage
the main input
true if the zone is sended
the type : 0(text), 1(graphic)