RagTime5GraphInternal::PictCParser Struct Reference

low level: parser of picture cluster More...

Inheritance diagram for RagTime5GraphInternal::PictCParser:
RagTime5ClusterManager::ClusterParser

List of all members.

Public Member Functions

 PictCParser (RagTime5ClusterManager &parser, int type)
 constructor
shared_ptr
< RagTime5ClusterManager::Cluster
getCluster ()
 return the current cluster
shared_ptr< ClusterPicturegetPictureCluster ()
 return the current cluster
void endZone ()
 end of a start zone call
bool parseZone (MWAWInputStreamPtr &input, long fSz, int N, int flag, libmwaw::DebugStream &f)
 parse a zone
bool parseField (RagTime5StructManager::Field const &field, int, libmwaw::DebugStream &f)
 parse a field

Protected Member Functions

bool parseDataZone (MWAWInputStreamPtr &input, long fSz, int N, int flag, libmwaw::DebugStream &f)
 parse a data block, find fSz=36, 36|36|28|28|32
bool parseHeaderZone (MWAWInputStreamPtr &input, long fSz, int N, int flag, libmwaw::DebugStream &f)
 parse the header zone

Protected Attributes

shared_ptr< ClusterPicturem_cluster
 the current cluster
int m_what
 a index to know which field is parsed : 0: main, 1: list
int m_linkId
 the link id: 0: fieldSz=8 ?, data2: dataId+?
std::string m_fieldName
 the actual field name

Private Member Functions

 PictCParser (PictCParser const &orig)
 copy constructor (not implemented)
PictCParseroperator= (PictCParser const &orig)
 copy operator (not implemented)

Detailed Description

low level: parser of picture cluster


Constructor & Destructor Documentation

constructor

copy constructor (not implemented)


Member Function Documentation

void RagTime5GraphInternal::PictCParser::endZone ( ) [inline, virtual]

end of a start zone call

Reimplemented from RagTime5ClusterManager::ClusterParser.

return the current cluster

Implements RagTime5ClusterManager::ClusterParser.

return the current cluster

Referenced by RagTime5Graph::readPictureCluster().

PictCParser& RagTime5GraphInternal::PictCParser::operator= ( PictCParser const &  orig) [private]

copy operator (not implemented)

bool RagTime5GraphInternal::PictCParser::parseDataZone ( MWAWInputStreamPtr input,
long  fSz,
int  N,
int  flag,
libmwaw::DebugStream f 
) [inline, protected]

parse a data block, find fSz=36, 36|36|28|28|32

bool RagTime5GraphInternal::PictCParser::parseField ( RagTime5StructManager::Field const &  field,
int  ,
libmwaw::DebugStream f 
) [inline, virtual]

parse a field

Reimplemented from RagTime5ClusterManager::ClusterParser.

bool RagTime5GraphInternal::PictCParser::parseHeaderZone ( MWAWInputStreamPtr input,
long  fSz,
int  N,
int  flag,
libmwaw::DebugStream f 
) [inline, protected]

parse the header zone

bool RagTime5GraphInternal::PictCParser::parseZone ( MWAWInputStreamPtr input,
long  fSz,
int  N,
int  flag,
libmwaw::DebugStream f 
) [inline, virtual]

parse a zone

Reimplemented from RagTime5ClusterManager::ClusterParser.


Member Data Documentation

the current cluster

Referenced by endZone(), getCluster(), and getPictureCluster().

the actual field name

the link id: 0: fieldSz=8 ?, data2: dataId+?

Referenced by endZone().

a index to know which field is parsed : 0: main, 1: list

Referenced by endZone().


The documentation for this struct was generated from the following file: