38 #ifndef RAGTIME5_LAYOUT
39 # define RAGTIME5_LAYOUT
46 #include <librevenge/librevenge.h>
138 shared_ptr<RagTime5LayoutInternal::State>
m_state;
shared_ptr< MWAWListener > MWAWListenerPtr
a smart pointer of MWAWListener
Definition: libmwaw_internal.hxx:498
void updateLayout(RagTime5LayoutInternal::ClusterLayout &layout)
check that a layout is valid, ...
Definition: RagTime5Layout.cxx:214
RagTime5Layout(RagTime5Parser &parser)
constructor
Definition: RagTime5Layout.cxx:122
virtual ~RagTime5Layout()
destructor
Definition: RagTime5Layout.cxx:128
int version() const
returns the file version
Definition: RagTime5Layout.cxx:132
int numPages() const
returns the number of pages
Definition: RagTime5Layout.cxx:137
shared_ptr< RagTime5StructManager > m_structManager
the structure manager
Definition: RagTime5Layout.hxx:133
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:252
void updateLayouts()
update all internal data: list of master layout, ...
Definition: RagTime5Layout.cxx:188
RagTime5Layout & operator=(RagTime5Layout const &orig)
Internal: the structures of a RagTime5Layout.
Definition: RagTime5Layout.cxx:62
shared_ptr< RagTime5ClusterManager::Cluster > readLayoutCluster(RagTime5Zone &zone, int zoneType)
try to read a layout cluster
Definition: RagTime5Layout.cxx:928
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:144
bool send(RagTime5LayoutInternal::ClusterLayout &cluster, MWAWListenerPtr listener, int page)
try to send the cluster zone
Definition: RagTime5Layout.cxx:257
RagTime5Parser & m_mainParser
the parser
Definition: RagTime5Layout.hxx:130
the main class to read the text part of RagTime 56 file
Definition: RagTime5Layout.hxx:72
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:502
basic class used to store RagTime 5/6 structures
Definition: RagTime5StructManager.hxx:156
the layout cluster ( 4001 zone)
Definition: RagTime5Layout.cxx:65
shared_ptr< RagTime5LayoutInternal::State > m_state
the state
Definition: RagTime5Layout.hxx:138
MWAWParserStatePtr m_parserState
the parser state
Definition: RagTime5Layout.hxx:135