Internal: the struct use to store a ps zone of a MRWGraph. 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 MRWGraph.
MRWGraphInternal::PSZone::PSZone | ( | ) | [inline] |
constructor
std::ostream& operator<< | ( | std::ostream & | o, |
PSZone const & | file | ||
) | [friend] |
operator<<
std::string MRWGraphInternal::PSZone::m_extra |
some extra data
Referenced by MRWGraph::readPostscript().
an id
Referenced by MRWGraph::readPostscript().
bool MRWGraphInternal::PSZone::m_parsed [mutable] |
a flag to know if the data has been sent
Referenced by MRWGraph::flushExtra(), and MRWGraph::sendPSZone().
the file position
Referenced by MRWGraph::readPostscript(), and MRWGraph::sendPSZone().
a local type?
Referenced by MRWGraph::readPostscript().