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 | |
| librevenge::RVNGBinaryData | 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.
| MacWrtProParserInternal::Zone::Zone | ( | ) | [inline] |
| MacWrtProParserInternal::Zone::~Zone | ( | ) | [inline] |
| libmwaw::DebugFile& MacWrtProParserInternal::Zone::ascii | ( | ) | [inline] |
returns the debug file
Referenced by ~Zone().
the debug file
Referenced by ascii().
the first block id
| librevenge::RVNGBinaryData MacWrtProParserInternal::Zone::m_data |
the storage
the main input
true if the zone is sended
the type : 0(text), 1(graphic)