38 #ifndef RAGTIME5_CHART 39 # define RAGTIME5_CHART 45 #include <librevenge/librevenge.h> 75 friend class RagTime5ChartInternal::SubDocument;
138 std::shared_ptr<RagTime5ChartInternal::State>
m_state;
static std::string printType(unsigned long fileType)
debug: print a file type
Definition: RagTime5StructManager.cxx:94
std::shared_ptr< RagTime5ClusterManager::Cluster > readChartCluster(RagTime5Zone &zone, int zoneType)
try to read a chart cluster (via the spreadsheet manager)
Definition: RagTime5Document.cxx:430
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:557
static std::string printType(unsigned long fileType)
debug: print a file type
Definition: RagTime5Chart.hxx:113
void flushExtra(MWAWListenerPtr listener, bool onlyCheck=false)
flush unsent zone (debugging function)
Definition: RagTime5Document.cxx:2638
MWAWParserStatePtr m_parserState
the parser state
Definition: RagTime5Chart.hxx:135
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
RagTime5Document & operator=(RagTime5Document const &)=delete
Internal: the structures of a RagTime5Chart.
Definition: RagTime5Chart.cxx:58
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
int numPages() const
returns the document number of page
Definition: RagTime5Document.cxx:366
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
friend class RagTime5Chart
Definition: RagTime5Document.hxx:78
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 version() const
returns the document version
Definition: RagTime5Document.cxx:356