39# define RAGTIME5_CHART
45#include <librevenge/librevenge.h>
138 std::shared_ptr<RagTime5ChartInternal::State>
m_state;
the main class to read the chart part of RagTime 56 file
Definition: RagTime5Chart.hxx:74
std::shared_ptr< RagTime5ChartInternal::State > m_state
the state
Definition: RagTime5Chart.hxx:138
RagTime5Chart(RagTime5Chart const &orig)=delete
void flushExtra()
sends the data which have not yet been sent to the listener
Definition: RagTime5Chart.cxx:444
virtual ~RagTime5Chart()
destructor
Definition: RagTime5Chart.cxx:413
int version() const
returns the file version
Definition: RagTime5Chart.cxx:416
RagTime5Document & m_document
the document
Definition: RagTime5Chart.hxx:128
static std::string printType(unsigned long fileType)
debug: print a file type
Definition: RagTime5Chart.hxx:113
int numPages() const
returns the number of pages
Definition: RagTime5Chart.cxx:421
std::shared_ptr< RagTime5ClusterManager::Cluster > readChartCluster(RagTime5Zone &zone, int zoneType)
try to read a chart cluster
Definition: RagTime5Chart.cxx:2064
RagTime5Chart & operator=(RagTime5Chart const &orig)=delete
std::shared_ptr< RagTime5StyleManager > m_styleManager
the style manager
Definition: RagTime5Chart.hxx:133
friend class RagTime5ChartInternal::SubDocument
Definition: RagTime5Chart.hxx:75
std::shared_ptr< RagTime5StructManager > m_structManager
the structure manager
Definition: RagTime5Chart.hxx:131
MWAWParserStatePtr m_parserState
the parser state
Definition: RagTime5Chart.hxx:135
the main class to read a RagTime v5 file
Definition: RagTime5Document.hxx:77
basic class used to store RagTime 5/6 structures
Definition: RagTime5StructManager.hxx:175
static std::string printType(unsigned long fileType)
debug: print a file type
Definition: RagTime5StructManager.cxx:94
basic class used to read/store RagTime 5/6 styles
Definition: RagTime5StyleManager.hxx:61
main zone in a RagTime v5-v6 document
Definition: RagTime5StructManager.hxx:51
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:557
Internal: the structures of a RagTime5Chart.
Definition: RagTime5Chart.cxx:59