the main class to read the graphic part of RagTime 56 file More...
#include <RagTime5Graph.hxx>
Public Member Functions | |
RagTime5Graph (RagTime5Parser &parser) | |
constructor More... | |
virtual | ~RagTime5Graph () |
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 | readPicture (RagTime5Zone &zone) |
try to read a picture zone More... | |
bool | readPictureList (RagTime5Zone &zone) |
try to read a picture list More... | |
bool | readPictureMatch (RagTime5Zone &zone, bool color) |
try to read a picture match zone More... | |
bool | readGraphicTypes (RagTime5ClusterManager::Link const &link) |
try to read a main graphic types More... | |
bool | readGraphicStyles (RagTime5ClusterManager::Cluster &cluster) |
try to read a main graphic styles More... | |
bool | readGraphicColors (RagTime5ClusterManager::Cluster &cluster) |
try to read a graphic color zone More... | |
bool | readColorPatternZone (RagTime5ClusterManager::Cluster &cluster) |
try to read a zone of color and pattern More... | |
bool | readGraphicCluster (RagTime5Zone &zone, int zoneType) |
try to read a graphic zone More... | |
bool | readGraphicUnknown (int typeId) |
try to read a graphic unknown zone in data More... | |
bool | readGraphic (RagTime5Zone &dataZone, long endPos, int n, librevenge::RVNGString const &dataName) |
try to read a graphic More... | |
bool | readGraphicTransformations (RagTime5ClusterManager::Link const &link) |
try to read a graphic transformations zone More... | |
bool | readPictureCluster (RagTime5Zone &zone, int zoneType) |
try to read a picture 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 < RagTime5GraphInternal::State > | m_state |
the state More... | |
Private Member Functions | |
RagTime5Graph (RagTime5Graph const &orig) | |
RagTime5Graph & | operator= (RagTime5Graph const &orig) |
Friends | |
struct | RagTime5GraphInternal::FieldParser |
class | RagTime5GraphInternal::SubDocument |
class | RagTime5Parser |
the main class to read the graphic part of RagTime 56 file
RagTime5Graph::RagTime5Graph | ( | RagTime5Parser & | parser | ) |
constructor
|
virtual |
destructor
|
private |
|
protected |
sends the data which have not yet been sent to the listener
int RagTime5Graph::numPages | ( | ) | const |
returns the number of pages
|
private |
|
protected |
try to read a zone of color and pattern
|
protected |
try to read a graphic
Referenced by readGraphicCluster().
|
protected |
try to read a graphic zone
|
protected |
try to read a graphic color zone
|
protected |
try to read a main graphic styles
|
protected |
try to read a graphic transformations zone
Referenced by readGraphicCluster().
|
protected |
try to read a main graphic types
|
protected |
try to read a graphic unknown zone in data
Referenced by readGraphicCluster().
|
protected |
try to read a picture zone
Referenced by readPictureList().
|
protected |
try to read a picture zone
|
protected |
try to read a picture list
|
protected |
try to read a picture match zone
int RagTime5Graph::version | ( | ) | const |
returns the file version
|
friend |
|
friend |
|
friend |
|
protected |
|
protected |
the parser state
Referenced by version().
|
protected |
the state
Referenced by readGraphic(), readGraphicTypes(), readPicture(), and readPictureList().
|
protected |
the structure manager