38 #ifndef RAGTIME5_LAYOUT 39 # define RAGTIME5_LAYOUT 46 #include <librevenge/librevenge.h> 104 void updateLayouts();
117 bool sendPageContents();
145 std::shared_ptr<RagTime5LayoutInternal::State>
m_state;
static std::string printType(unsigned long fileType)
debug: print a file type
Definition: RagTime5StructManager.cxx:94
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:557
friend class RagTime5Layout
Definition: RagTime5Document.hxx:81
std::shared_ptr< MWAWListener > MWAWListenerPtr
a smart pointer of MWAWListener
Definition: libmwaw_internal.hxx:553
void flushExtra(MWAWListenerPtr listener, bool onlyCheck=false)
flush unsent zone (debugging function)
Definition: RagTime5Document.cxx:2638
std::shared_ptr< RagTime5StructManager > m_structManager
the structure manager
Definition: RagTime5Layout.hxx:140
main zone in a RagTime v5-v6 document
Definition: RagTime5StructManager.hxx:50
RagTime5Document & m_document
the parser
Definition: RagTime5Layout.hxx:137
Internal: the structures of a RagTime5Layout.
Definition: RagTime5Layout.cxx:62
RagTime5Document & operator=(RagTime5Document const &)=delete
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
std::shared_ptr< RagTime5ClusterManager::Cluster > readLayoutCluster(RagTime5Zone &zone, int zoneType)
try to read a layout cluster (via the layout manager)
Definition: RagTime5Document.cxx:440
the main class to read the text part of RagTime 56 file
Definition: RagTime5Layout.hxx:72
int numPages() const
returns the document number of page
Definition: RagTime5Document.cxx:366
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
bool send(int zoneId, MWAWListenerPtr listener, MWAWPosition const &pos, int partId=0, int cellId=0, double totalWidth=-1)
try to send a cluster zone (mainly unimplemented)
Definition: RagTime5Document.cxx:2609
MWAWParserStatePtr m_parserState
the parser state
Definition: RagTime5Layout.hxx:142
int version() const
returns the document version
Definition: RagTime5Document.cxx:356