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