RagTime5Chart Class Reference

the main class to read the chart part of RagTime 56 file More...

#include <RagTime5Chart.hxx>

Public Member Functions

 RagTime5Chart (RagTime5Parser &parser)
 constructor More...
 
virtual ~RagTime5Chart ()
 destructor More...
 
int version () const
 returns the file version More...
 
int numPages () const
 returns the number of pages More...
 

Protected Member Functions

void flushExtra ()
 sends the data which have not yet been sent to the listener More...
 
shared_ptr< RagTime5ClusterManager::ClusterreadChartCluster (RagTime5Zone &zone, int zoneType)
 try to read a chart cluster More...
 

Protected Attributes

RagTime5Parserm_mainParser
 the parser More...
 
shared_ptr< RagTime5StructManagerm_structManager
 the structure manager More...
 
shared_ptr< RagTime5StyleManagerm_styleManager
 the style manager More...
 
MWAWParserStatePtr m_parserState
 the parser state More...
 
shared_ptr< RagTime5ChartInternal::Statem_state
 the state More...
 

Private Member Functions

 RagTime5Chart (RagTime5Chart const &orig)
 
RagTime5Chartoperator= (RagTime5Chart const &orig)
 

Friends

class RagTime5ChartInternal::SubDocument
 
class RagTime5Parser
 

Detailed Description

the main class to read the chart part of RagTime 56 file

Constructor & Destructor Documentation

RagTime5Chart::RagTime5Chart ( RagTime5Parser parser)
explicit

constructor

RagTime5Chart::~RagTime5Chart ( )
virtual

destructor

RagTime5Chart::RagTime5Chart ( RagTime5Chart const &  orig)
private

Member Function Documentation

void RagTime5Chart::flushExtra ( )
protected

sends the data which have not yet been sent to the listener

int RagTime5Chart::numPages ( ) const

returns the number of pages

RagTime5Chart& RagTime5Chart::operator= ( RagTime5Chart const &  orig)
private
shared_ptr< RagTime5ClusterManager::Cluster > RagTime5Chart::readChartCluster ( RagTime5Zone zone,
int  zoneType 
)
protected

try to read a chart cluster

int RagTime5Chart::version ( ) const

returns the file version

Friends And Related Function Documentation

friend class RagTime5ChartInternal::SubDocument
friend
friend class RagTime5Parser
friend

Member Data Documentation

RagTime5Parser& RagTime5Chart::m_mainParser
protected

the parser

Referenced by readChartCluster().

MWAWParserStatePtr RagTime5Chart::m_parserState
protected

the parser state

Referenced by version().

shared_ptr<RagTime5ChartInternal::State> RagTime5Chart::m_state
protected

the state

shared_ptr<RagTime5StructManager> RagTime5Chart::m_structManager
protected

the structure manager

shared_ptr<RagTime5StyleManager> RagTime5Chart::m_styleManager
protected

the style manager


The documentation for this class was generated from the following files:

Generated on Thu Jun 15 2017 10:39:36 for libmwaw by doxygen 1.8.11