Internal: the helper to read a clustList. More...
Public Member Functions | |
| ClustListParser (RagTime5ClusterManager &clusterManager, int fieldSize, std::string const &zoneName) | |
| constructor | |
| std::string | getClusterName (int id) const |
| bool | parseData (MWAWInputStreamPtr &input, long endPos, RagTime5Zone &, int, libmwaw::DebugStream &f) |
| try to parse a data | |
Public Attributes | |
| std::vector< int > | m_clusterList |
| the list of read cluster | |
Private Member Functions | |
| ClustListParser (ClustListParser &orig) | |
| copy constructor, not implemented | |
| ClustListParser & | operator= (ClustListParser &orig) |
| copy operator, not implemented | |
Private Attributes | |
| int | m_fieldSize |
| the field size | |
| RagTime5ClusterManager & | m_clusterManager |
| the main zone manager | |
Internal: the helper to read a clustList.
| RagTime5SpreadsheetInternal::ClustListParser::ClustListParser | ( | RagTime5ClusterManager & | clusterManager, |
| int | fieldSize, | ||
| std::string const & | zoneName | ||
| ) | [inline] |
constructor
| RagTime5SpreadsheetInternal::ClustListParser::ClustListParser | ( | ClustListParser & | orig | ) | [private] |
copy constructor, not implemented
| std::string RagTime5SpreadsheetInternal::ClustListParser::getClusterName | ( | int | id | ) | const [inline] |
Referenced by parseData().
| ClustListParser& RagTime5SpreadsheetInternal::ClustListParser::operator= | ( | ClustListParser & | orig | ) | [private] |
copy operator, not implemented
| bool RagTime5SpreadsheetInternal::ClustListParser::parseData | ( | MWAWInputStreamPtr & | input, |
| long | endPos, | ||
| RagTime5Zone & | , | ||
| int | , | ||
| libmwaw::DebugStream & | f | ||
| ) | [inline, virtual] |
try to parse a data
Reimplemented from RagTime5StructManager::DataParser.
| std::vector<int> RagTime5SpreadsheetInternal::ClustListParser::m_clusterList |
the list of read cluster
Referenced by parseData(), RagTime5Spreadsheet::readChartCluster(), and RagTime5Spreadsheet::readSpreadsheetCluster().
the main zone manager
Referenced by getClusterName().
the field size
Referenced by ClustListParser(), and parseData().