the main class to read the text part of RagTime 56 file More...
#include <RagTime5Pipeline.hxx>
Public Member Functions | |
RagTime5Pipeline (RagTime5Parser &parser) | |
constructor More... | |
virtual | ~RagTime5Pipeline () |
destructor More... | |
int | version () const |
returns the file version More... | |
Protected Member Functions | |
void | flushExtra () |
sends the data which have not yet been sent to the listener More... | |
shared_ptr< RagTime5ClusterManager::Cluster > | readPipelineCluster (RagTime5Zone &zone, int zoneType) |
try to read a pipeline cluster More... | |
RagTime5ClusterManager::Cluster::Type | getContainerType (int pipelineId) const |
try to return the container's type corresponding to an id More... | |
bool | send (int pipelineId, MWAWPosition const &pos, int partId=0) |
try to send the container corresponding to pipelineId (mainly unimplemented) 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< RagTime5PipelineInternal::State > | m_state |
the state More... | |
Private Member Functions | |
RagTime5Pipeline (RagTime5Pipeline const &orig) | |
RagTime5Pipeline & | operator= (RagTime5Pipeline const &orig) |
Friends | |
class | RagTime5Parser |
the main class to read the text part of RagTime 56 file
RagTime5Pipeline::RagTime5Pipeline | ( | RagTime5Parser & | parser | ) |
constructor
|
virtual |
destructor
|
private |
|
protected |
sends the data which have not yet been sent to the listener
|
protected |
try to return the container's type corresponding to an id
|
private |
|
protected |
try to read a pipeline cluster
|
protected |
try to send the container corresponding to pipelineId (mainly unimplemented)
int RagTime5Pipeline::version | ( | ) | const |
returns the file version
|
friend |
|
protected |
the parser
Referenced by getContainerType(), readPipelineCluster(), and send().
|
protected |
the parser state
Referenced by version().
|
protected |
the state
Referenced by getContainerType(), readPipelineCluster(), and send().
|
protected |
the structure manager