38 #ifndef RAGTIME5_CHART 39 # define RAGTIME5_CHART 45 #include <librevenge/librevenge.h> 132 shared_ptr<RagTime5ChartInternal::State>
m_state;
shared_ptr< RagTime5ClusterManager::Cluster > readChartCluster(RagTime5Zone &zone, int zoneType)
try to read a chart cluster
Definition: RagTime5Chart.cxx:1971
RagTime5Chart(RagTime5Parser &parser)
constructor
Definition: RagTime5Chart.cxx:390
RagTime5Chart & operator=(RagTime5Chart const &orig)
virtual ~RagTime5Chart()
destructor
Definition: RagTime5Chart.cxx:396
MWAWParserStatePtr m_parserState
the parser state
Definition: RagTime5Chart.hxx:129
int version() const
returns the file version
Definition: RagTime5Chart.cxx:399
basic class used to read/store RagTime 5/6 styles
Definition: RagTime5StyleManager.hxx:60
main zone in a RagTime v5-v6 document
Definition: RagTime5StructManager.hxx:48
RagTime5Parser & m_mainParser
the parser
Definition: RagTime5Chart.hxx:122
friend class RagTime5ChartInternal::SubDocument
Definition: RagTime5Chart.hxx:75
Internal: the structures of a RagTime5Chart.
Definition: RagTime5Chart.cxx:58
void flushExtra()
sends the data which have not yet been sent to the listener
Definition: RagTime5Chart.cxx:427
the main class to read a RagTime v5 file
Definition: RagTime5Parser.hxx:73
shared_ptr< RagTime5StructManager > m_structManager
the structure manager
Definition: RagTime5Chart.hxx:125
the main class to read the chart part of RagTime 56 file
Definition: RagTime5Chart.hxx:73
shared_ptr< RagTime5StyleManager > m_styleManager
the style manager
Definition: RagTime5Chart.hxx:127
shared_ptr< RagTime5ChartInternal::State > m_state
the state
Definition: RagTime5Chart.hxx:132
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:523
basic class used to store RagTime 5/6 structures
Definition: RagTime5StructManager.hxx:156
int numPages() const
returns the number of pages
Definition: RagTime5Chart.cxx:404