the main class to read the text part of RagTime 56 file More...
#include <RagTime5Text.hxx>
Public Member Functions | |
RagTime5Text (RagTime5Parser &parser) | |
constructor More... | |
virtual | ~RagTime5Text () |
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... | |
bool | readTextCluster (RagTime5Zone &zone, int zoneType) |
try to read a spreadsheet cluster More... | |
bool | readTextStyles (RagTime5ClusterManager::Cluster &cluster) |
try to read a main text styles More... | |
bool | readTextUnknown0 (int typeId) |
try to read a text style position correspondance ? More... | |
bool | readTextUnknown1 (int typeId) |
try to read a list of unknown zone 6 bytes data More... | |
bool | readLinkZones (RagTime5ClusterManager::Cluster &cluster, RagTime5ClusterManager::Link const &link) |
try to read a list of link/list definition More... | |
bool | readFieldZones (RagTime5ClusterManager::Cluster &cluster, RagTime5ClusterManager::Link const &link, bool isDefinition) |
try to read a list of field definition More... | |
bool | readFieldDefinition (RagTime5Zone &zone, long endPos, int n) |
try to read a field definition More... | |
bool | readFieldPosition (RagTime5Zone &zone, long endPos, int n) |
try to read a field position 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 < RagTime5TextInternal::State > | m_state |
the state More... | |
Private Member Functions | |
RagTime5Text (RagTime5Text const &orig) | |
RagTime5Text & | operator= (RagTime5Text const &orig) |
Friends | |
struct | RagTime5TextInternal::FieldParser |
class | RagTime5TextInternal::SubDocument |
class | RagTime5Parser |
the main class to read the text part of RagTime 56 file
RagTime5Text::RagTime5Text | ( | RagTime5Parser & | parser | ) |
constructor
|
virtual |
destructor
|
private |
|
protected |
sends the data which have not yet been sent to the listener
int RagTime5Text::numPages | ( | ) | const |
returns the number of pages
|
private |
|
protected |
try to read a field definition
Referenced by readFieldZones().
|
protected |
try to read a field position
Referenced by readFieldZones().
|
protected |
try to read a list of field definition
|
protected |
try to read a list of link/list definition
Referenced by readTextCluster().
|
protected |
try to read a spreadsheet cluster
|
protected |
try to read a main text styles
|
protected |
try to read a text style position correspondance ?
Referenced by readTextCluster().
|
protected |
try to read a list of unknown zone 6 bytes data
Referenced by readTextCluster().
int RagTime5Text::version | ( | ) | const |
returns the file version
|
friend |
|
friend |
|
friend |
|
protected |
the parser
Referenced by readFieldZones(), readLinkZones(), readTextCluster(), readTextStyles(), readTextUnknown0(), and readTextUnknown1().
|
protected |
the parser state
Referenced by version().
|
protected |
the state
|
protected |
the structure manager
Referenced by readFieldDefinition(), readFieldPosition(), and readLinkZones().