Internal: the helper to read a extra page data. More...
Public Member Functions | |
PageDataParser (int fieldSize, std::string const &zoneName) | |
constructor More... | |
~PageDataParser () final | |
destructor More... | |
bool | parseData (MWAWInputStreamPtr &input, long endPos, RagTime5Zone &, int, libmwaw::DebugStream &f) final |
try to parse a data More... | |
![]() | |
DataParser (std::string const &zoneName) | |
constructor More... | |
virtual | ~DataParser () |
destructor More... | |
virtual std::string | getZoneName () const |
return the debug name corresponding to a zone More... | |
virtual std::string | getZoneName (int n) const |
return the debug name corresponding to a field More... | |
Public Attributes | |
int | m_fieldSize |
the field size More... | |
Private Member Functions | |
PageDataParser (PageDataParser &orig)=delete | |
copy constructor, not implemented More... | |
PageDataParser & | operator= (PageDataParser &orig)=delete |
copy operator, not implemented More... | |
Additional Inherited Members | |
![]() | |
std::string | m_name |
the field name More... | |
Internal: the helper to read a extra page data.
|
inline |
constructor
|
final |
destructor
|
privatedelete |
copy constructor, not implemented
|
privatedelete |
copy operator, not implemented
|
inlinefinalvirtual |
try to parse a data
Reimplemented from RagTime5StructManager::DataParser.
int RagTime5LayoutInternal::PageDataParser::m_fieldSize |
the field size
Referenced by PageDataParser(), and parseData().