the main class to read the chart part of RagTime 56 file More...
#include <RagTime5Chart.hxx>
Public Member Functions | |
RagTime5Chart (RagTime5Document &doc) | |
constructor | |
virtual | ~RagTime5Chart () |
destructor | |
int | version () const |
returns the file version | |
int | numPages () const |
returns the number of pages | |
Protected Member Functions | |
void | flushExtra () |
sends the data which have not yet been sent to the listener | |
std::shared_ptr< RagTime5ClusterManager::Cluster > | readChartCluster (RagTime5Zone &zone, int zoneType) |
try to read a chart cluster | |
Static Protected Member Functions | |
static std::string | printType (unsigned long fileType) |
debug: print a file type | |
Protected Attributes | |
RagTime5Document & | m_document |
the document | |
std::shared_ptr< RagTime5StructManager > | m_structManager |
the structure manager | |
std::shared_ptr< RagTime5StyleManager > | m_styleManager |
the style manager | |
MWAWParserStatePtr | m_parserState |
the parser state | |
std::shared_ptr< RagTime5ChartInternal::State > | m_state |
the state | |
Private Member Functions | |
RagTime5Chart (RagTime5Chart const &orig)=delete | |
RagTime5Chart & | operator= (RagTime5Chart const &orig)=delete |
Friends | |
class | RagTime5ChartInternal::SubDocument |
class | RagTime5Document |
the main class to read the chart part of RagTime 56 file
|
explicit |
constructor
|
virtual |
destructor
|
privatedelete |
|
protected |
sends the data which have not yet been sent to the listener
int RagTime5Chart::numPages | ( | ) | const |
returns the number of pages
|
privatedelete |
|
inlinestaticprotected |
debug: print a file type
|
protected |
try to read a chart cluster
int RagTime5Chart::version | ( | ) | const |
returns the file version
|
friend |
|
friend |
|
protected |
the document
|
protected |
the parser state
Referenced by version().
|
protected |
the state
|
protected |
the structure manager
|
protected |
the style manager