RagTime5ClusterManager::Cluster Struct Reference

the cluster data More...

#include <RagTime5ClusterManager.hxx>

Inheritance diagram for RagTime5ClusterManager::Cluster:
RagTime5ClusterManager::ClusterRoot RagTime5ClusterManager::ClusterScript RagTime5GraphInternal::ClusterGraphic RagTime5GraphInternal::ClusterPicture RagTime5LayoutInternal::ClusterLayout RagTime5PipelineInternal::ClusterPipeline RagTime5SpreadsheetInternal::ClusterChart RagTime5SpreadsheetInternal::ClusterSpreadsheet RagTime5TextInternal::ClusterText

Public Types

enum  Type {
  C_ColorPattern, C_Fields, C_Layout, C_Pipeline,
  C_Root, C_ClusterGProp, C_Script, C_ChartZone,
  C_GraphicZone, C_PictureZone, C_SpreadsheetZone, C_TextZone,
  C_ColorStyles, C_FormatStyles, C_GraphicStyles, C_TextStyles,
  C_UnitStyles, C_ClusterC, C_Empty, C_Unknown
}
 the cluster type More...
 

Public Member Functions

 Cluster (Type type)
 constructor More...
 
virtual ~Cluster ()
 destructor More...
 

Public Attributes

Type m_type
 the cluster type More...
 
int m_zoneId
 the zone id More...
 
bool m_hiLoEndian
 the cluster hiLo endian More...
 
librevenge::RVNGString m_name
 the cluster name (if know) More...
 
Link m_dataLink
 the main data link More...
 
Link m_nameLink
 the name link More...
 
Link m_fieldClusterLink
 the field cluster links (def and pos) More...
 
std::vector< Linkm_conditionFormulaLinks
 the conditions formula links More...
 
std::vector< Linkm_settingLinks
 the settings links More...
 
std::vector< Linkm_linksList
 the link list More...
 
std::vector< int > m_clusterIdsList
 the cluster ids More...
 
bool m_isSent
 true if the cluster was send More...
 

Detailed Description

the cluster data

Member Enumeration Documentation

the cluster type

Enumerator
C_ColorPattern 
C_Fields 
C_Layout 
C_Pipeline 
C_Root 
C_ClusterGProp 
C_Script 
C_ChartZone 
C_GraphicZone 
C_PictureZone 
C_SpreadsheetZone 
C_TextZone 
C_ColorStyles 
C_FormatStyles 
C_GraphicStyles 
C_TextStyles 
C_UnitStyles 
C_ClusterC 
C_Empty 
C_Unknown 

Constructor & Destructor Documentation

RagTime5ClusterManager::Cluster::Cluster ( Type  type)
inline

constructor

virtual RagTime5ClusterManager::Cluster::~Cluster ( )
inlinevirtual

destructor

Member Data Documentation

std::vector<int> RagTime5ClusterManager::Cluster::m_clusterIdsList

the cluster ids

std::vector<Link> RagTime5ClusterManager::Cluster::m_conditionFormulaLinks

the conditions formula links

Referenced by RagTime5Parser::readClusterRootData().

Link RagTime5ClusterManager::Cluster::m_fieldClusterLink

the field cluster links (def and pos)

Referenced by RagTime5Parser::readClusterRootData().

bool RagTime5ClusterManager::Cluster::m_isSent

true if the cluster was send

Referenced by RagTime5Text::send(), RagTime5Graph::send(), and RagTime5Layout::sendPageContents().

librevenge::RVNGString RagTime5ClusterManager::Cluster::m_name

the cluster name (if know)

std::vector<Link> RagTime5ClusterManager::Cluster::m_settingLinks

the settings links

Referenced by RagTime5Parser::readClusterRootData().

Type RagTime5ClusterManager::Cluster::m_type

the cluster type

int RagTime5ClusterManager::Cluster::m_zoneId

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

Generated on Thu Nov 12 2015 17:34:01 for libmwaw by doxygen 1.8.10