Go to the documentation of this file.
34 #ifndef RAG_TIME_5_CLUSTER_MANAGER
35 # define RAG_TIME_5_CLUSTER_MANAGER
117 for (
int i=0; i<2; ++i)
125 for (
size_t i=0; i<
m_ids.size(); ++i)
126 if (
m_ids[i]>0)
return false;
146 return "unicodeListLink";
148 return "unknownClusterC";
152 return "fieldsList[unkn]";
158 #if !defined(__clang__)
177 if (z.
empty())
return o;
179 size_t numLinks=z.
m_ids.size();
180 if (numLinks>1) o <<
"[";
181 for (
size_t i=0; i<numLinks; ++i) {
185 o <<
"data" << z.
m_ids[i] <<
"A";
186 if (i+1!=numLinks) o <<
",";
188 if (numLinks>1) o <<
"]";
190 o <<
"[" << std::hex << z.
m_fieldSize << std::dec <<
":" << z.
m_N <<
"]";
405 shared_ptr<RagTime5ClusterManagerInternal::State>
m_state;
std::vector< int > m_ids
the data ids
Definition: RagTime5ClusterManager.hxx:200
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:47
bool m_isParsed
a flag to know if the zone is parsed
Definition: RagTime5StructManager.hxx:134
@ T_Unicode
Definition: RagTime5StructManager.hxx:221
bool getClusterBasicHeaderInfo(RagTime5Zone &zone, long &N, long &fSz, long &debHeaderPos)
try to return basic information about the header cluster's zone
Definition: RagTime5ClusterManager.cxx:2122
Type
the link type
Definition: RagTime5ClusterManager.hxx:107
@ L_ClusterLink
Definition: RagTime5ClusterManager.hxx:107
shared_ptr< RagTime5ClusterManager::Cluster > readChartCluster(RagTime5Zone &zone, int zoneType)
try to read a chart cluster (via the spreadsheet manager)
Definition: RagTime5Parser.cxx:365
virtual std::string getZoneName() const
return the debug name corresponding to a zone
Definition: RagTime5ClusterManager.hxx:336
std::map< int, shared_ptr< RagTime5ClusterManager::Cluster > > m_idToClusterMap
map id to cluster map
Definition: RagTime5ClusterManager.cxx:139
#define MWAW_DEBUG_MSG(M)
Definition: libmwaw_internal.hxx:127
MWAWVec2< float > MWAWVec2f
MWAWVec2 of float.
Definition: libmwaw_internal.hxx:785
void addDelimiter(long pos, char c)
adds a not breaking delimiter in position pos
Definition: MWAWDebug.cxx:73
virtual ~ClusterScript()
destructor
Definition: RagTime5ClusterManager.cxx:169
bool parseHeaderZone(MWAWInputStreamPtr &input, long fSz, int N, int flag, libmwaw::DebugStream &f)
parse the header zone
Definition: RagTime5ClusterManager.cxx:1263
Link m_listClusterName
the cluster list id name zone link
Definition: RagTime5ClusterManager.hxx:295
StyleCParser(RagTime5ClusterManager &parser)
constructor
Definition: RagTime5ClusterManager.cxx:1811
bool readUnicodeStringList(RagTime5ClusterManager::Link const &link, std::map< int, librevenge::RVNGString > &idToStringMap)
try to read a list of unicode string zone
Definition: RagTime5Parser.cxx:896
~RagTime5ClusterManager()
destructor
Definition: RagTime5ClusterManager.cxx:153
std::vector< Link > m_conditionFormulaLinks
the conditions formula links
Definition: RagTime5ClusterManager.hxx:254
@ C_FormatStyles
Definition: RagTime5ClusterManager.hxx:225
bool sendClusterMainList()
try to send the root cluster zone
Definition: RagTime5ClusterManager.cxx:517
Cluster(Type type)
constructor
Definition: RagTime5ClusterManager.hxx:232
virtual bool parseField(RagTime5StructManager::Field const &, int, libmwaw::DebugStream &)
parse a the data of a zone, n_dataId:m
Definition: RagTime5ClusterManager.hxx:363
@ C_Pipeline
Definition: RagTime5ClusterManager.hxx:219
std::string m_name
the cluster name
Definition: RagTime5ClusterManager.hxx:394
virtual void startZone()
start a new zone
Definition: RagTime5ClusterManager.hxx:350
Link m_listClusterLink[2]
first the main cluster link, second list of field definition link
Definition: RagTime5ClusterManager.hxx:297
@ C_ClusterC
Definition: RagTime5ClusterManager.hxx:227
shared_ptr< RagTime5ClusterManager::Cluster > readPictureCluster(RagTime5Zone &zone, int zoneType)
try to read a picture cluster (via the graphic manager)
Definition: RagTime5Parser.cxx:385
bool isANameHeader(long N) const
return true if N correspond to a file/script name
Definition: RagTime5ClusterManager.hxx:378
Link m_link
the actual link
Definition: RagTime5ClusterManager.hxx:398
@ T_Unstructured
Definition: RagTime5StructManager.hxx:221
int getClusterType(RagTime5Zone &zone, int fileType)
returns the local zone type
Definition: RagTime5ClusterManager.cxx:2143
the main class to read a RagTime v5 file
Definition: RagTime5Parser.hxx:74
@ L_UnicodeList
Definition: RagTime5ClusterManager.hxx:109
libmwaw::DebugFile & ascii()
returns the current ascii file
Definition: RagTime5StructManager.hxx:93
shared_ptr< RagTime5ClusterManager::Cluster > m_cluster
the current cluster
Definition: RagTime5ClusterManager.cxx:2113
a field of RagTime 5/6 structures
Definition: RagTime5StructManager.hxx:218
bool readFieldClusters(Link const &link)
try to read some field cluster
Definition: RagTime5ClusterManager.cxx:315
bool readLinkHeader(MWAWInputStreamPtr &input, long fSz, Link &link, long(&values)[4], std::string &message)
try to read a link header
Definition: RagTime5ClusterManager.cxx:547
bool m_isSent
true if the cluster was send
Definition: RagTime5ClusterManager.hxx:262
shared_ptr< RagTime5ClusterManager::Cluster > readSpreadsheetCluster(RagTime5Zone &zone, int zoneType)
try to read a spreadsheet cluster (via the spreadsheet manager)
Definition: RagTime5Parser.cxx:390
std::string getClusterName(int id)
returns "data"+id+"A" ( followed by the cluster type and name if know)
Definition: RagTime5ClusterManager.cxx:215
RagTime5ClusterManager(RagTime5Parser &parser)
constructor
Definition: RagTime5ClusterManager.cxx:148
int m_listClusterId
the cluster list id
Definition: RagTime5ClusterManager.hxx:293
bool readUnknownClusterC(Link const &link)
try to read some unknown cluster
Definition: RagTime5ClusterManager.cxx:333
shared_ptr< RagTime5ClusterManagerInternal::State > m_state
the state
Definition: RagTime5ClusterManager.hxx:405
virtual class use to parse the cluster data
Definition: RagTime5ClusterManager.hxx:325
@ C_ChartZone
Definition: RagTime5ClusterManager.hxx:223
std::map< int, shared_ptr< RagTime5Zone > > m_childIdToZoneMap
the child zones
Definition: RagTime5StructManager.hxx:130
long m_fileType[2]
the zone type in file
Definition: RagTime5ClusterManager.hxx:206
librevenge::RVNGString m_fileName
the filename if known
Definition: RagTime5ClusterManager.hxx:303
MWAWEntry m_entry
the zone entry
Definition: RagTime5StructManager.hxx:118
virtual bool parseZone(MWAWInputStreamPtr &, long, int, int, libmwaw::DebugStream &)
parse a zone
Definition: RagTime5ClusterManager.hxx:354
std::map< int, ClusterInformation > m_idToClusterInfoMap
map id to cluster information map
Definition: RagTime5ClusterManager.cxx:137
@ L_UnknownClusterC
Definition: RagTime5ClusterManager.hxx:111
std::string getClusterName(int id)
returns "data"+id+"A" ( followed by the cluster type and name if know)
Definition: RagTime5ClusterManager.cxx:542
Internal: the structures of a RagTime5ClusterManager.
Definition: RagTime5ClusterManager.cxx:49
void addNote(char const *note)
adds a note in the file, in actual position
Definition: MWAWDebug.cxx:59
friend struct ClusterParser
Definition: RagTime5ClusterManager.hxx:65
@ T_FieldList
Definition: RagTime5StructManager.hxx:220
@ C_PictureZone
Definition: RagTime5ClusterManager.hxx:223
bool parseZone(MWAWInputStreamPtr &input, long fSz, int N, int flag, libmwaw::DebugStream &f)
parse the header zone
Definition: RagTime5ClusterManager.cxx:836
void endZone()
end of a start zone call
Definition: RagTime5ClusterManager.cxx:1775
Link m_scriptComment
the script comment zone
Definition: RagTime5ClusterManager.hxx:315
Link(Type type=L_Unknown)
constructor
Definition: RagTime5ClusterManager.hxx:115
UnknownCParser(RagTime5ClusterManager &parser, int type)
constructor
Definition: RagTime5ClusterManager.cxx:2097
basic parser to read image/main graphic position properties
Definition: RagTime5StructManager.hxx:378
@ C_ColorPattern
Definition: RagTime5ClusterManager.hxx:219
libmwaw::DebugFile & ascii()
a DebugFile used to write what we recognize when we parse the document
Definition: MWAWParser.hxx:195
int getClusterFileType(RagTime5Zone &zone)
try to find a cluster zone type ( heuristic when the cluster type is unknown )
Definition: RagTime5ClusterManager.cxx:2213
basic class used to manage RagTime 5/6 zones
Definition: RagTime5ClusterManager.hxx:59
@ C_TextStyles
Definition: RagTime5ClusterManager.hxx:225
shared_ptr< RagTime5ClusterManager::ClusterScript > m_cluster
the current cluster
Definition: RagTime5ClusterManager.cxx:1795
bool send(int zoneId, MWAWListenerPtr listener, MWAWPosition const &pos, int partId=0, int part2Id=0)
try to send a cluster zone (mainly unimplemented)
Definition: RagTime5Parser.cxx:2493
shared_ptr< RagTime5StructManager > m_structManager
the structure manager
Definition: RagTime5ClusterManager.hxx:409
@ L_LongList
Definition: RagTime5ClusterManager.hxx:109
int m_N
the number of data ( or some flag if m_N & 0x8020)
Definition: RagTime5ClusterManager.hxx:202
bool readFieldHeader(RagTime5Zone &zone, long endPos, std::string const &headerName, long &endDataPos, long expectedLVal=-99999)
try to read a field header, if ok set the endDataPos positions
Definition: RagTime5ClusterManager.cxx:186
low level: parser of script cluster : zone 480
Definition: RagTime5ClusterManager.cxx:1809
std::string getZoneName() const
returns the zone name
Definition: RagTime5ClusterManager.hxx:130
long m_fileType
the file type
Definition: RagTime5StructManager.hxx:239
bool readLongList(RagTime5ClusterManager::Link const &link, std::vector< long > &list)
try to read/get the list of long of a L_LongList
Definition: RagTime5Parser.cxx:945
bool parseField(RagTime5StructManager::Field const &field, int, libmwaw::DebugStream &f)
parse a field
Definition: RagTime5ClusterManager.cxx:736
shared_ptr< RagTime5ClusterManager::Cluster > getCluster()
return the current cluster
Definition: RagTime5ClusterManager.cxx:2106
bool parseField(RagTime5StructManager::Field const &field, int, libmwaw::DebugStream &f)
parse a field
Definition: RagTime5ClusterManager.cxx:862
bool empty() const
returns true if all link are empty
Definition: RagTime5ClusterManager.hxx:121
long m_longValue[2]
the long value
Definition: RagTime5StructManager.hxx:243
Link m_listUnicodeLink
a link to a list of unknown index+unicode string
Definition: RagTime5ClusterManager.hxx:291
void setEnd(long off)
sets the end offset
Definition: MWAWEntry.hxx:66
bool readClusterMainList(ClusterRoot &root, std::vector< int > &list, std::vector< int > const &clusterIdList)
try to read the cluster root list (in general Data14)
Definition: RagTime5ClusterManager.cxx:228
ScriptCParser(RagTime5ClusterManager &parser, int type)
constructor
Definition: RagTime5ClusterManager.cxx:1583
void endZone()
end of a start zone call
Definition: RagTime5ClusterManager.cxx:1560
bool parseField(RagTime5StructManager::Field const &field, int, libmwaw::DebugStream &f)
parse a field
Definition: RagTime5ClusterManager.cxx:1540
shared_ptr< RagTime5ClusterManager::Cluster > readGraphicCluster(RagTime5Zone &zone, int zoneType)
try to read a graphic cluster (via the graphic manager)
Definition: RagTime5Parser.cxx:370
Link m_linkUnknown
other link: scripts and field 6
Definition: RagTime5ClusterManager.hxx:300
shared_ptr< RagTime5ClusterManager::Cluster > readLayoutCluster(RagTime5Zone &zone, int zoneType)
try to read a layout cluster (via the layout manager)
Definition: RagTime5Parser.cxx:375
RootCParser(RagTime5ClusterManager &parser)
constructor
Definition: RagTime5ClusterManager.cxx:770
Class to define the position of an object (textbox, picture, ..) in the document.
Definition: MWAWPosition.hxx:48
int m_dataId
the actual zone id
Definition: RagTime5ClusterManager.hxx:396
@ T_Long
Definition: RagTime5StructManager.hxx:220
@ C_GraphicZone
Definition: RagTime5ClusterManager.hxx:223
@ T_ZoneId
Definition: RagTime5StructManager.hxx:221
shared_ptr< RagTime5ClusterManager::Cluster > m_cluster
the current cluster
Definition: RagTime5ClusterManager.cxx:2081
void setBegin(long off)
sets the begin offset
Definition: MWAWEntry.hxx:56
ColPatCParser(RagTime5ClusterManager &parser)
constructor
Definition: RagTime5ClusterManager.cxx:621
librevenge::RVNGString m_string
small string use to store a string or a 4 char code
Definition: RagTime5StructManager.hxx:249
bool m_hiLoEndian
the cluster hiLo endian
Definition: RagTime5ClusterManager.hxx:244
virtual ~Cluster()
destructor
Definition: RagTime5ClusterManager.cxx:157
main zone in a RagTime v5-v6 document
Definition: RagTime5StructManager.hxx:49
@ C_TextZone
Definition: RagTime5ClusterManager.hxx:223
int m_styleClusterIds[8]
the list of style cluster ( graph, units, unitsbis, text, format, unknown, graphcolor,...
Definition: RagTime5ClusterManager.hxx:280
long length() const
returns the length of the zone
Definition: MWAWEntry.hxx:82
RagTime5Parser & m_mainParser
the main parser
Definition: RagTime5ClusterManager.hxx:407
ClusterParser & operator=(ClusterParser const &orig)
shared_ptr< RagTime5ClusterManager::Cluster > readTextCluster(RagTime5Zone &zone, int zoneType)
try to read a text cluster (via the text manager)
Definition: RagTime5Parser.cxx:395
low level: parser of unknown cluster
Definition: RagTime5ClusterManager.cxx:2095
@ L_FieldsList
Definition: RagTime5ClusterManager.hxx:110
std::string m_extra
extra data
Definition: RagTime5StructManager.hxx:263
MWAWInputStreamPtr getInput()
returns the current input
Definition: RagTime5StructManager.hxx:77
@ C_GraphicStyles
Definition: RagTime5ClusterManager.hxx:225
shared_ptr< RagTime5ClusterManager::Cluster > getCluster()
return the current cluster
Definition: RagTime5ClusterManager.cxx:1818
RagTime5ClusterManager operator=(RagTime5ClusterManager const &orig)
long begin() const
returns the begin offset
Definition: MWAWEntry.hxx:72
std::vector< long > m_longList
a list of long used to store decal
Definition: RagTime5ClusterManager.hxx:208
shared_ptr< RagTime5ClusterManager::Cluster > m_cluster
the current cluster
Definition: RagTime5ClusterManager.cxx:758
State()
constructor
Definition: RagTime5ClusterManager.cxx:133
librevenge::RVNGString m_scriptName
the scriptname if known
Definition: RagTime5ClusterManager.hxx:317
bool parseDataZone(MWAWInputStreamPtr &input, long fSz, int N, int flag, libmwaw::DebugStream &f)
parse a data block
Definition: RagTime5ClusterManager.cxx:976
@ C_ColorStyles
Definition: RagTime5ClusterManager.hxx:225
void setId(int newId)
sets the id
Definition: MWAWEntry.hxx:158
shared_ptr< RagTime5Zone > getDataZone(int dataId) const
returns the zone corresponding to a data id (or 0)
Definition: RagTime5Parser.cxx:400
std::vector< int > m_rootIdList
the root id list
Definition: RagTime5ClusterManager.cxx:141
bool parseZone(MWAWInputStreamPtr &input, long fSz, int N, int flag, libmwaw::DebugStream &f)
try to parse a zone
Definition: RagTime5ClusterManager.cxx:1823
int m_what
a index to know which field is parsed : 0: main, 1, 2/3: field , 4: unicode list
Definition: RagTime5ClusterManager.cxx:2083
friend std::ostream & operator<<(std::ostream &o, Link const &z)
operator<<
Definition: RagTime5ClusterManager.hxx:175
ClusterRoot()
constructor
Definition: RagTime5ClusterManager.hxx:271
Link m_graphicTypeLink
the graphic type id
Definition: RagTime5ClusterManager.hxx:286
@ Char
Definition: MWAWPosition.hxx:51
std::vector< Link > m_linksList
the link list
Definition: RagTime5ClusterManager.hxx:258
Type
the cluster type
Definition: RagTime5ClusterManager.hxx:218
std::vector< long > m_longList
the list of long value
Definition: RagTime5StructManager.hxx:251
void endZone()
end of a start zone call
Definition: RagTime5ClusterManager.cxx:2056
low level: parser of color pattern cluster : zone 0x8042
Definition: RagTime5ClusterManager.cxx:619
void endZone()
end of a start zone call
Definition: RagTime5ClusterManager.cxx:782
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:503
virtual std::string getZoneName(int n, int m=-1) const
return the debug name corresponding to a cluster
Definition: RagTime5ClusterManager.hxx:341
Link m_dataLink
the main data link
Definition: RagTime5ClusterManager.hxx:248
long end() const
returns the end offset
Definition: MWAWEntry.hxx:77
@ C_Script
Definition: RagTime5ClusterManager.hxx:220
bool parseZone(MWAWInputStreamPtr &input, long fSz, int N, int flag, libmwaw::DebugStream &f)
parse a zone
Definition: RagTime5ClusterManager.cxx:1596
RootChildCParser(RagTime5ClusterManager &parser, int type)
constructor
Definition: RagTime5ClusterManager.cxx:1401
virtual int getNewZoneToParse()
returns to new zone to parse.
Definition: RagTime5ClusterManager.hxx:369
RagTime5ClusterManager(RagTime5ClusterManager const &orig)
shared_ptr< RagTime5ClusterManager::Cluster > getCluster()
return the current cluster
Definition: RagTime5ClusterManager.cxx:777
@ L_List
Definition: RagTime5ClusterManager.hxx:110
librevenge::RVNGString m_name
the cluster name (if know)
Definition: RagTime5ClusterManager.hxx:246
shared_ptr< RagTime5ClusterManager::Cluster > getCluster()
return the current cluster
Definition: RagTime5ClusterManager.cxx:1442
the cluster for root
Definition: RagTime5ClusterManager.hxx:269
bool parseField(RagTime5StructManager::Field const &field, int, libmwaw::DebugStream &f)
parse a field
Definition: RagTime5ClusterManager.cxx:1734
Link m_docInfoLink
the doc info link
Definition: RagTime5ClusterManager.hxx:289
bool parseField(RagTime5StructManager::Field const &field, int, libmwaw::DebugStream &f)
parse a field
Definition: RagTime5ClusterManager.cxx:1970
RagTime5ClusterManager & m_parser
the main parser
Definition: RagTime5ClusterManager.hxx:388
int m_zoneId
the zone id
Definition: RagTime5ClusterManager.hxx:242
bool parseZone(MWAWInputStreamPtr &input, long fSz, int N, int flag, libmwaw::DebugStream &f)
parse a zone
Definition: RagTime5ClusterManager.cxx:633
shared_ptr< RagTime5ClusterManager::Cluster > getCluster()
return the current cluster
Definition: RagTime5ClusterManager.cxx:1590
@ C_ClusterGProp
Definition: RagTime5ClusterManager.hxx:220
@ T_LongList
Definition: RagTime5StructManager.hxx:220
bool readCluster(RagTime5Zone &zone, ClusterParser &parser, bool warnForUnparsed=true)
try to read a cluster zone
Definition: RagTime5ClusterManager.cxx:354
std::string m_fieldName
the actual field name
Definition: RagTime5ClusterManager.cxx:1799
@ C_SpreadsheetZone
Definition: RagTime5ClusterManager.hxx:223
virtual ~ClusterParser()
destructor
Definition: RagTime5ClusterManager.cxx:161
ClusterParser(ClusterParser const &orig)
@ C_Fields
Definition: RagTime5ClusterManager.hxx:219
void addPos(long pos)
adds a new position in the file
Definition: MWAWDebug.cxx:53
bool readStructData(RagTime5Zone &zone, long endPos, int n, int headerSz, RagTime5StructManager::FieldParser &parser, librevenge::RVNGString const &dataName)
try to read a data in a structured zone
Definition: RagTime5Parser.cxx:1886
bool valid() const
returns true if the zone length is positive
Definition: MWAWEntry.hxx:88
virtual void endZone()
end of a start zone call
Definition: RagTime5ClusterManager.hxx:359
std::string m_fieldName
the actual field name
Definition: RagTime5ClusterManager.cxx:1389
shared_ptr< RagTime5ClusterManager::Cluster > m_cluster
the current cluster
Definition: RagTime5ClusterManager.cxx:1571
basic class used to store RagTime 5/6 structures
Definition: RagTime5StructManager.hxx:157
shared_ptr< RagTime5ClusterManager::Cluster > readPipelineCluster(RagTime5Zone &zone, int zoneType)
try to read a pipeline cluster (via the pipeline manager)
Definition: RagTime5Parser.cxx:380
try to read a basic root child cluster: either fielddef or fieldpos or a first internal child of the ...
Definition: RagTime5ClusterManager.cxx:1399
int m_ids[3]
the zone id
Definition: RagTime5StructManager.hxx:124
@ C_Empty
Definition: RagTime5ClusterManager.hxx:229
static bool readCompressedLong(MWAWInputStreamPtr &input, long endPos, long &val)
try to read a compressed long
Definition: RagTime5StructManager.cxx:66
Link m_nameLink
the name link
Definition: RagTime5ClusterManager.hxx:250
a link to a small zone (or set of zones) in RagTime 5/6 documents
Definition: RagTime5ClusterManager.hxx:105
bool readClusterGObjProperties(RagTime5Zone &zone)
try to read a level 2 child of a cluster (picture resizing, ...)
Definition: RagTime5ClusterManager.cxx:2263
an interface used to insert comment in a binary file, written in ascii form (if debug_with_files is n...
Definition: MWAWDebug.hxx:66
the cluster data
Definition: RagTime5ClusterManager.hxx:216
bool m_hiLoEndian
zone endian
Definition: RagTime5ClusterManager.hxx:392
std::string m_fieldName
the actual field name
Definition: RagTime5ClusterManager.cxx:2085
Type m_type
the link type
Definition: RagTime5ClusterManager.hxx:196
Type m_type
the cluster type
Definition: RagTime5ClusterManager.hxx:240
int m_type
the cluster type
Definition: RagTime5ClusterManager.hxx:390
int m_what
a index to know which field is parsed : 0: main, 1: filename, 2: list, 3: graph type,...
Definition: RagTime5ClusterManager.cxx:1383
AnchorTo m_anchorTo
anchor position
Definition: MWAWPosition.hxx:254
shared_ptr< RagTime5ClusterManager::Cluster > getCluster()
return the current cluster
Definition: RagTime5ClusterManager.cxx:628
virtual shared_ptr< Cluster > getCluster()=0
return the current cluster
bool parseZone(MWAWInputStreamPtr &input, long fSz, int N, int flag, libmwaw::DebugStream &f)
parse a zone
Definition: RagTime5ClusterManager.cxx:1447
low level: parser of script cluster : zone 2,a,4002,400a
Definition: RagTime5ClusterManager.cxx:1581
the cluster script ( 2/a/4002/400a zone)
Definition: RagTime5ClusterManager.hxx:307
@ L_Unknown
Definition: RagTime5ClusterManager.hxx:112
@ L_LinkDef
Definition: RagTime5ClusterManager.hxx:108
bool readClusterZone(RagTime5Zone &zone, int type=-1)
try to read a cluster zone
Definition: RagTime5Parser.cxx:1146
int m_linkId
the link id : 0: zone[names], 1: field5=doc[info]?, 2: field6, 3: settings, 4: formula,...
Definition: RagTime5ClusterManager.cxx:1387
@ C_UnitStyles
Definition: RagTime5ClusterManager.hxx:225
bool m_hiLoEndian
true if the endian is hilo
Definition: RagTime5StructManager.hxx:122
int m_expectedId
a index to known which field is expected : 0:data ... 7: filename, ...
Definition: RagTime5ClusterManager.cxx:1385
@ C_Layout
Definition: RagTime5ClusterManager.hxx:219
int m_what
a index to know which field is parsed : 0: main, 1:scriptname, 2: list names, 3: list data
Definition: RagTime5ClusterManager.cxx:1797
int m_clusterIds[1]
other cluster id (unknown cluster b, )
Definition: RagTime5ClusterManager.hxx:283
virtual ~ClusterRoot()
destructor
Definition: RagTime5ClusterManager.cxx:165
static bool readDataIdList(MWAWInputStreamPtr input, int n, std::vector< int > &listIds)
try to read n data id
Definition: RagTime5StructManager.cxx:269
std::stringstream DebugStream
a basic stream (if debug_with_files is not defined, does nothing)
Definition: MWAWDebug.hxx:61
shared_ptr< MWAWListener > MWAWListenerPtr
a smart pointer of MWAWListener
Definition: libmwaw_internal.hxx:505
Type m_type
the field type
Definition: RagTime5StructManager.hxx:237
std::vector< Field > m_fieldList
the list of field
Definition: RagTime5StructManager.hxx:259
Link m_fieldClusterLink
the field cluster links (def and pos)
Definition: RagTime5ClusterManager.hxx:252
shared_ptr< RagTime5ClusterManager::ClusterRoot > m_cluster
the current cluster
Definition: RagTime5ClusterManager.cxx:1381
@ C_Root
Definition: RagTime5ClusterManager.hxx:220
std::string m_name
the link name
Definition: RagTime5ClusterManager.hxx:198
ClusterParser(RagTime5ClusterManager &parser, int type, std::string const &zoneName)
constructor
Definition: RagTime5ClusterManager.hxx:327
@ C_Unknown
Definition: RagTime5ClusterManager.hxx:229
std::vector< Link > m_settingLinks
the settings links
Definition: RagTime5ClusterManager.hxx:256
int m_fieldSize
the field size
Definition: RagTime5ClusterManager.hxx:204
try to read a root cluster: 4001
Definition: RagTime5ClusterManager.cxx:768
Internal: the state of a RagTime5ClusterManager.
Definition: RagTime5ClusterManager.cxx:131
ClusterScript()
constructor
Definition: RagTime5ClusterManager.hxx:309
std::vector< int > m_clusterIdsList
the cluster ids
Definition: RagTime5ClusterManager.hxx:260
Generated on Wed Jun 17 2020 06:30:13 for libmwaw by
doxygen 1.8.18