the main class to read the text part of RagTime 56 file More...
#include <RagTime5Layout.hxx>
Public Member Functions | |
RagTime5Layout (RagTime5Parser &parser) | |
constructor More... | |
virtual | ~RagTime5Layout () |
destructor More... | |
int | version () const |
returns the file version More... | |
int | numPages () const |
returns the number of pages More... | |
Protected Member Functions | |
void | flushExtra () |
sends the data which have not yet been sent to the listener More... | |
shared_ptr< RagTime5ClusterManager::Cluster > | readLayoutCluster (RagTime5Zone &zone, int zoneType) |
try to read a layout cluster More... | |
void | updateLayouts () |
update all internal data: list of master layout, ... More... | |
void | updateLayout (RagTime5LayoutInternal::ClusterLayout &layout) |
check that a layout is valid, ... More... | |
bool | sendPageContents () |
try to send the page content corresponding to the layout More... | |
bool | send (RagTime5LayoutInternal::ClusterLayout &cluster, int page) |
try to send the cluster zone More... | |
Protected Attributes | |
RagTime5Parser & | m_mainParser |
the parser More... | |
shared_ptr< RagTime5StructManager > | m_structManager |
the structure manager More... | |
MWAWParserStatePtr | m_parserState |
the parser state More... | |
shared_ptr< RagTime5LayoutInternal::State > | m_state |
the state More... | |
Private Member Functions | |
RagTime5Layout (RagTime5Layout const &orig) | |
RagTime5Layout & | operator= (RagTime5Layout const &orig) |
Friends | |
class | RagTime5Parser |
the main class to read the text part of RagTime 56 file
RagTime5Layout::RagTime5Layout | ( | RagTime5Parser & | parser | ) |
constructor
|
virtual |
destructor
|
private |
|
protected |
sends the data which have not yet been sent to the listener
int RagTime5Layout::numPages | ( | ) | const |
returns the number of pages
|
private |
|
protected |
try to read a layout cluster
|
protected |
try to send the cluster zone
|
protected |
try to send the page content corresponding to the layout
|
protected |
check that a layout is valid, ...
Referenced by updateLayouts().
|
protected |
update all internal data: list of master layout, ...
Referenced by numPages().
int RagTime5Layout::version | ( | ) | const |
returns the file version
|
friend |
|
protected |
the parser
Referenced by readLayoutCluster(), sendPageContents(), and updateLayout().
|
protected |
|
protected |
the state
Referenced by numPages(), readLayoutCluster(), sendPageContents(), updateLayout(), and updateLayouts().
|
protected |
the structure manager