Internal: the helper to read a clustList. More...
Public Member Functions | |
ClustListParser (RagTime5ClusterManager &clusterManager, int fieldSize, std::string const &zoneName) | |
constructor | |
~ClustListParser () final | |
destructor | |
std::vector< int > | getIdList () const |
returns the not null list dataId list | |
std::string | getClusterDebugName (int id) const |
return the cluster name | |
bool | parseData (MWAWInputStreamPtr &input, long endPos, RagTime5Zone &, int, libmwaw::DebugStream &f) final |
try to parse a data | |
![]() | |
DataParser (std::string const &zoneName) | |
constructor | |
virtual | ~DataParser () |
destructor | |
virtual std::string | getZoneName () const |
return the debug name corresponding to a zone | |
virtual std::string | getZoneName (int n) const |
return the debug name corresponding to a field | |
virtual bool | parseData (MWAWInputStreamPtr &, long, RagTime5Zone &, int, libmwaw::DebugStream &) |
parse a data | |
Public Attributes | |
int | m_fieldSize |
the field size | |
std::vector< RagTime5StructManager::ZoneLink > | m_linkList |
the list of read cluster | |
Private Member Functions | |
ClustListParser (ClustListParser &orig)=delete | |
copy constructor, not implemented | |
ClustListParser & | operator= (ClustListParser &orig)=delete |
copy operator, not implemented | |
Private Attributes | |
RagTime5ClusterManager & | m_clusterManager |
the main zone manager | |
Additional Inherited Members | |
![]() | |
std::string | m_name |
the field name | |
Internal: the helper to read a clustList.
|
inline |
constructor
|
final |
destructor
|
privatedelete |
copy constructor, not implemented
|
inline |
return the cluster name
Referenced by parseData().
|
inline |
returns the not null list dataId list
Referenced by RagTime5Layout::readLayoutCluster().
|
privatedelete |
copy operator, not implemented
|
inlinefinalvirtual |
try to parse a data
Reimplemented from RagTime5StructManager::DataParser.
|
private |
the main zone manager
Referenced by getClusterDebugName().
int RagTime5LayoutInternal::ClustListParser::m_fieldSize |
the field size
Referenced by ClustListParser(), and parseData().
std::vector<RagTime5StructManager::ZoneLink> RagTime5LayoutInternal::ClustListParser::m_linkList |
the list of read cluster
Referenced by getIdList(), and parseData().