38 #ifndef RAGTIME5_LAYOUT 39 # define RAGTIME5_LAYOUT 46 #include <librevenge/librevenge.h> 145 std::shared_ptr<RagTime5LayoutInternal::State>
m_state;
static std::string printType(unsigned long fileType)
debug: print a file type
Definition: RagTime5StructManager.cxx:94
void updateLayout(RagTime5LayoutInternal::ClusterLayout &layout)
check that a layout is valid, ...
Definition: RagTime5Layout.cxx:235
RagTime5Layout & operator=(RagTime5Layout const &orig)=delete
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:557
int version() const
returns the file version
Definition: RagTime5Layout.cxx:156
virtual ~RagTime5Layout()
destructor
Definition: RagTime5Layout.cxx:152
std::shared_ptr< MWAWListener > MWAWListenerPtr
a smart pointer of MWAWListener
Definition: libmwaw_internal.hxx:553
std::shared_ptr< RagTime5StructManager > m_structManager
the structure manager
Definition: RagTime5Layout.hxx:140
std::shared_ptr< RagTime5ClusterManager::Cluster > readLayoutCluster(RagTime5Zone &zone, int zoneType)
try to read a layout cluster
Definition: RagTime5Layout.cxx:1167
int numPages() const
returns the number of pages
Definition: RagTime5Layout.cxx:161
main zone in a RagTime v5-v6 document
Definition: RagTime5StructManager.hxx:50
void flushExtra()
sends the data which have not yet been sent to the listener
Definition: RagTime5Layout.cxx:272
RagTime5Document & m_document
the parser
Definition: RagTime5Layout.hxx:137
void updateLayouts()
update all internal data: list of master layout, ...
Definition: RagTime5Layout.cxx:211
Internal: the structures of a RagTime5Layout.
Definition: RagTime5Layout.cxx:62
bool sendPageContents()
try to send the page content corresponding to the layout
Definition: RagTime5Layout.cxx:168
RagTime5Layout(RagTime5Document &doc)
constructor
Definition: RagTime5Layout.cxx:144
bool send(RagTime5LayoutInternal::ClusterLayout &cluster, MWAWListenerPtr listener, int page)
try to send the cluster zone
Definition: RagTime5Layout.cxx:277
static std::string printType(unsigned long fileType)
debug: print a file type
Definition: RagTime5Layout.hxx:123
std::shared_ptr< RagTime5LayoutInternal::State > m_state
the state
Definition: RagTime5Layout.hxx:145
the main class to read the text part of RagTime 56 file
Definition: RagTime5Layout.hxx:72
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
the layout cluster ( 4001 zone)
Definition: RagTime5Layout.cxx:65
MWAWParserStatePtr m_parserState
the parser state
Definition: RagTime5Layout.hxx:142