Internal: the struct use to store a ps zone of a MarinerWrtGraph. More...
Public Member Functions | |
| PSZone () | |
| constructor | |
Public Attributes | |
| MWAWEntry | m_pos |
| the file position | |
| int | m_type |
| a local type? | |
| long | m_id |
| an id | |
| bool | m_parsed |
| a flag to know if the data has been sent | |
| std::string | m_extra |
| some extra data | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, PSZone const &file) |
| operator<< | |
Internal: the struct use to store a ps zone of a MarinerWrtGraph.
| MarinerWrtGraphInternal::PSZone::PSZone | ( | ) | [inline] |
constructor
| std::ostream& operator<< | ( | std::ostream & | o, |
| PSZone const & | file | ||
| ) | [friend] |
operator<<
| std::string MarinerWrtGraphInternal::PSZone::m_extra |
some extra data
Referenced by MarinerWrtGraph::readPostscript().
an id
Referenced by MarinerWrtGraph::readPostscript().
bool MarinerWrtGraphInternal::PSZone::m_parsed [mutable] |
a flag to know if the data has been sent
Referenced by MarinerWrtGraph::flushExtra(), and MarinerWrtGraph::sendPSZone().
the file position
Referenced by MarinerWrtGraph::readPostscript(), and MarinerWrtGraph::sendPSZone().
a local type?
Referenced by MarinerWrtGraph::readPostscript().