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::string | getClusterDebugName (int id) const |
return a name which can be used for debugging | |
bool | parseData (MWAWInputStreamPtr &input, long endPos, RagTime5Zone &, int, libmwaw::DebugStream &f) final |
try to parse a data | |
Public Member Functions inherited from RagTime5StructManager::DataParser | |
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 |
Public Attributes | |
std::vector< int > | m_clusterList |
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 | |
int | m_fieldSize |
the field size | |
RagTime5ClusterManager & | m_clusterManager |
the main zone manager |
Additional Inherited Members | |
Protected Attributes inherited from RagTime5StructManager::DataParser | |
std::string | m_name |
the field name |
Internal: the helper to read a clustList.
|
inline |
constructor
Referenced by ClustListParser(), and operator=().
|
final |
destructor
|
privatedelete |
copy constructor, not implemented
|
inline |
return a name which can be used for debugging
Referenced by getClusterDebugName(), and parseData().
|
privatedelete |
copy operator, not implemented
|
inlinefinalvirtual |
try to parse a data
Reimplemented from RagTime5StructManager::DataParser.
std::vector<int> RagTime5SpreadsheetInternal::ClustListParser::m_clusterList |
the list of read cluster
Referenced by ClustListParser(), parseData(), and RagTime5Spreadsheet::readSpreadsheetCluster().
|
private |
the main zone manager
Referenced by ClustListParser(), and getClusterDebugName().
|
private |
the field size
Referenced by ClustListParser(), and parseData().