38 #ifndef RAGTIME5_CHART 39 # define RAGTIME5_CHART 45 #include <librevenge/librevenge.h> 138 std::shared_ptr<RagTime5ChartInternal::State>
m_state;
static std::string printType(unsigned long fileType)
debug: print a file type
Definition: RagTime5StructManager.cxx:94
RagTime5Chart(RagTime5Document &doc)
constructor
Definition: RagTime5Chart.cxx:404
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:557
virtual ~RagTime5Chart()
destructor
Definition: RagTime5Chart.cxx:413
static std::string printType(unsigned long fileType)
debug: print a file type
Definition: RagTime5Chart.hxx:113
MWAWParserStatePtr m_parserState
the parser state
Definition: RagTime5Chart.hxx:135
int version() const
returns the file version
Definition: RagTime5Chart.cxx:416
basic class used to read/store RagTime 5/6 styles
Definition: RagTime5StyleManager.hxx:60
std::shared_ptr< RagTime5StyleManager > m_styleManager
the style manager
Definition: RagTime5Chart.hxx:133
main zone in a RagTime v5-v6 document
Definition: RagTime5StructManager.hxx:50
RagTime5Chart & operator=(RagTime5Chart const &orig)=delete
friend class RagTime5ChartInternal::SubDocument
Definition: RagTime5Chart.hxx:75
std::shared_ptr< RagTime5ClusterManager::Cluster > readChartCluster(RagTime5Zone &zone, int zoneType)
try to read a chart cluster
Definition: RagTime5Chart.cxx:2064
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:444
RagTime5Document & m_document
the document
Definition: RagTime5Chart.hxx:128
the main class to read the chart part of RagTime 56 file
Definition: RagTime5Chart.hxx:73
std::shared_ptr< RagTime5ChartInternal::State > m_state
the state
Definition: RagTime5Chart.hxx:138
the main class to read a RagTime v5 file
Definition: RagTime5Document.hxx:76
basic class used to store RagTime 5/6 structures
Definition: RagTime5StructManager.hxx:174
std::shared_ptr< RagTime5StructManager > m_structManager
the structure manager
Definition: RagTime5Chart.hxx:131
int numPages() const
returns the number of pages
Definition: RagTime5Chart.cxx:421