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... | |
| std::shared_ptr< RagTime5ClusterManager::Cluster > | readChartCluster (RagTime5Zone &zone, int zoneType) | 
| try to read a chart cluster  More... | |
| Protected Attributes | |
| RagTime5Parser & | m_mainParser | 
| the parser  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 | |
| RagTime5Chart & | operator= (RagTime5Chart const &orig)=delete | 
| Friends | |
| class | RagTime5ChartInternal::SubDocument | 
| class | RagTime5Parser | 
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 | 
| 
 | protected | 
try to read a chart cluster
| int RagTime5Chart::version | ( | ) | const | 
returns the file version
| 
 | friend | 
| 
 | friend | 
| 
 | protected | 
the parser
Referenced by readChartCluster().
| 
 | protected | 
the parser state
Referenced by version().
| 
 | protected | 
the state
| 
 | protected | 
the structure manager
| 
 | protected | 
the style manager