RagTime5Chart Class Reference

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

#include <RagTime5Chart.hxx>

Public Member Functions

 RagTime5Chart (RagTime5Document &doc)
 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...
 
std::shared_ptr
< RagTime5ClusterManager::Cluster
readChartCluster (RagTime5Zone &zone, int zoneType)
 try to read a chart cluster More...
 

Static Protected Member Functions

static std::string printType (unsigned long fileType)
 debug: print a file type More...
 

Protected Attributes

RagTime5Documentm_document
 the document More...
 
std::shared_ptr
< RagTime5StructManager
m_structManager
 the structure manager More...
 
std::shared_ptr
< RagTime5StyleManager
m_styleManager
 the style manager More...
 
MWAWParserStatePtr m_parserState
 the parser state More...
 
std::shared_ptr
< RagTime5ChartInternal::State
m_state
 the state More...
 

Private Member Functions

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

Friends

class RagTime5ChartInternal::SubDocument
 
class RagTime5Document
 

Detailed Description

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

Constructor & Destructor Documentation

RagTime5Chart::RagTime5Chart ( RagTime5Document doc)
explicit

constructor

RagTime5Chart::~RagTime5Chart ( )
virtual

destructor

RagTime5Chart::RagTime5Chart ( RagTime5Chart const &  orig)
privatedelete

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)
privatedelete
static std::string RagTime5Chart::printType ( unsigned long  fileType)
inlinestaticprotected

debug: print a file type

std::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 RagTime5Document
friend

Member Data Documentation

RagTime5Document& RagTime5Chart::m_document
protected

the document

Referenced by readChartCluster().

MWAWParserStatePtr RagTime5Chart::m_parserState
protected

the parser state

Referenced by version().

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

the state

std::shared_ptr<RagTime5StructManager> RagTime5Chart::m_structManager
protected

the structure manager

std::shared_ptr<RagTime5StyleManager> RagTime5Chart::m_styleManager
protected

the style manager


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

Generated for libmwaw by doxygen 1.8.6