the cluster data More...
#include <RagTime5ClusterManager.hxx>
Public Types | |
| enum | Type { C_ColorPattern, C_Fields, C_Layout, C_Pipeline, C_Root, C_Script, C_ColorStyles, C_FormatStyles, C_GraphicStyles, C_TextStyles, C_UnitStyles, C_ClusterB, C_ClusterC, C_Unknown } |
| the cluster type More... | |
Public Member Functions | |
| Cluster () | |
| constructor | |
| virtual | ~Cluster () |
| destructor | |
Public Attributes | |
| Type | m_type |
| the cluster type | |
| int | m_zoneId |
| the zone id | |
| bool | m_hiLoEndian |
| the cluster hiLo endian | |
| Link | m_dataLink |
| the main data link | |
| Link | m_nameLink |
| the name link | |
| Link | m_fieldClusterLink |
| the field cluster links (def and pos) | |
| std::vector< Link > | m_conditionFormulaLinks |
| the conditions formula links | |
| std::vector< Link > | m_settingLinks |
| the settings links | |
| std::vector< Link > | m_linksList |
| the link list | |
| std::vector< int > | m_clusterIdsList |
| the cluster ids | |
the cluster data
| RagTime5ClusterManager::Cluster::Cluster | ( | ) | [inline] |
constructor
| virtual RagTime5ClusterManager::Cluster::~Cluster | ( | ) | [inline, virtual] |
destructor
| std::vector<int> RagTime5ClusterManager::Cluster::m_clusterIdsList |
the cluster ids
the conditions formula links
Referenced by RagTime5Parser::readClusterLayoutData(), and RagTime5Parser::readClusterRootData().
the main data link
Referenced by RagTime5Spreadsheet::readChartCluster(), RagTime5Parser::readClusterFieldsData(), RagTime5Parser::readClusterLayoutData(), RagTime5Parser::readClusterPipelineData(), RagTime5Parser::readClusterRootData(), RagTime5Parser::readClusterScriptData(), RagTime5Parser::readFormats(), RagTime5Graph::readGraphicCluster(), RagTime5Parser::readStructZone(), RagTime5Parser::readUnknownClusterBData(), and RagTime5Parser::readUnknownClusterCData().
the field cluster links (def and pos)
Referenced by RagTime5Parser::readClusterRootData().
the cluster hiLo endian
Referenced by RagTime5Parser::readClusterRootData(), and RagTime5Text::readLinkZones().
| std::vector<Link> RagTime5ClusterManager::Cluster::m_linksList |
the link list
Referenced by RagTime5Parser::readClusterFieldsData(), RagTime5Parser::readClusterLayoutData(), RagTime5Parser::readClusterPipelineData(), RagTime5Parser::readClusterRootData(), RagTime5Parser::readClusterScriptData(), RagTime5Graph::readColorPatternZone(), RagTime5Parser::readFormats(), RagTime5Parser::readUnknownClusterBData(), and RagTime5Parser::readUnknownClusterCData().
the name link
Referenced by RagTime5Parser::readClusterLayoutData(), RagTime5Parser::readClusterScriptData(), RagTime5Parser::readFormats(), and RagTime5Parser::readStructZone().
| std::vector<Link> RagTime5ClusterManager::Cluster::m_settingLinks |
the settings links
Referenced by RagTime5Parser::readClusterLayoutData(), and RagTime5Parser::readClusterRootData().
the cluster type
the zone id
Referenced by RagTime5Parser::readClusterRootData().