the main class to read the text part of RagTime 56 file More...
#include <RagTime5Pipeline.hxx>
Public Member Functions | |
RagTime5Pipeline (RagTime5Document &doc) | |
constructor More... | |
virtual | ~RagTime5Pipeline () |
destructor More... | |
int | version () const |
returns the file version More... | |
Static Public Member Functions | |
static std::string | printType (unsigned long fileType) |
debug: print a file type More... | |
Protected Member Functions | |
void | flushExtra () |
sends the data which have not yet been sent to the listener More... | |
std::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, MWAWListenerPtr listener, MWAWPosition const &pos, int partId=0, double totalWidth=-1) |
try to send the container corresponding to pipelineId (mainly unimplemented) More... | |
Protected Attributes | |
RagTime5Document & | m_document |
the parser More... | |
std::shared_ptr< RagTime5StructManager > | m_structManager |
the structure manager More... | |
MWAWParserStatePtr | m_parserState |
the parser state More... | |
std::shared_ptr< RagTime5PipelineInternal::State > | m_state |
the state More... | |
Private Member Functions | |
RagTime5Pipeline (RagTime5Pipeline const &orig)=delete | |
RagTime5Pipeline & | operator= (RagTime5Pipeline const &orig)=delete |
Friends | |
class | RagTime5Document |
the main class to read the text part of RagTime 56 file
|
explicit |
constructor
|
virtual |
destructor
|
privatedelete |
|
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
|
privatedelete |
|
inlinestatic |
debug: print a file type
|
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