38 #ifndef RAGTIME5_LAYOUT
39 # define RAGTIME5_LAYOUT
46 #include <librevenge/librevenge.h>
138 std::shared_ptr<RagTime5LayoutInternal::State>
m_state;
void updateLayout(RagTime5LayoutInternal::ClusterLayout &layout)
check that a layout is valid, ...
Definition: RagTime5Layout.cxx:232
RagTime5Layout & operator=(RagTime5Layout const &orig)=delete
RagTime5Layout(RagTime5Parser &parser)
constructor
Definition: RagTime5Layout.cxx:141
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:553
virtual ~RagTime5Layout()
destructor
Definition: RagTime5Layout.cxx:149
int version() const
returns the file version
Definition: RagTime5Layout.cxx:153
std::shared_ptr< MWAWListener > MWAWListenerPtr
a smart pointer of MWAWListener
Definition: libmwaw_internal.hxx:549
int numPages() const
returns the number of pages
Definition: RagTime5Layout.cxx:158
std::shared_ptr< RagTime5StructManager > m_structManager
the structure manager
Definition: RagTime5Layout.hxx:133
std::shared_ptr< RagTime5ClusterManager::Cluster > readLayoutCluster(RagTime5Zone &zone, int zoneType)
try to read a layout cluster
Definition: RagTime5Layout.cxx:963
main zone in a RagTime v5-v6 document
Definition: RagTime5StructManager.hxx:48
void flushExtra()
sends the data which have not yet been sent to the listener
Definition: RagTime5Layout.cxx:269
void updateLayouts()
update all internal data: list of master layout, ...
Definition: RagTime5Layout.cxx:208
Internal: the structures of a RagTime5Layout.
Definition: RagTime5Layout.cxx:62
the main class to read a RagTime v5 file
Definition: RagTime5Parser.hxx:73
bool sendPageContents()
try to send the page content corresponding to the layout
Definition: RagTime5Layout.cxx:165
bool send(RagTime5LayoutInternal::ClusterLayout &cluster, MWAWListenerPtr listener, int page)
try to send the cluster zone
Definition: RagTime5Layout.cxx:274
RagTime5Parser & m_mainParser
the parser
Definition: RagTime5Layout.hxx:130
std::shared_ptr< RagTime5LayoutInternal::State > m_state
the state
Definition: RagTime5Layout.hxx:138
the main class to read the text part of RagTime 56 file
Definition: RagTime5Layout.hxx:72
basic class used to store RagTime 5/6 structures
Definition: RagTime5StructManager.hxx:170
the layout cluster ( 4001 zone)
Definition: RagTime5Layout.cxx:65
MWAWParserStatePtr m_parserState
the parser state
Definition: RagTime5Layout.hxx:135