the main class to read the text part of Claris Works file More...
#include <ClarisWksDatabase.hxx>
| Public Member Functions | |
| ClarisWksDatabase (ClarisWksDocument &document) | |
| constructor  More... | |
| virtual | ~ClarisWksDatabase () | 
| destructor  More... | |
| int | version () const | 
| returns the file version  More... | |
| int | numPages () const | 
| returns the number of pages  More... | |
| std::shared_ptr< ClarisWksStruct::DSET > | readDatabaseZone (ClarisWksStruct::DSET const &zone, MWAWEntry const &entry, bool &complete) | 
| reads the zone Text DSET  More... | |
| bool | canSendDatabaseAsGraphic (int) const | 
| check if we can send a database as graphic  More... | |
| bool | sendDatabase (int number, MWAWListenerPtr listener) | 
| sends the zone data to the listener (if it exists )  More... | |
| Protected Member Functions | |
| bool | readFields (ClarisWksDatabaseInternal::Database &dBase) | 
| try to read the database structure  More... | |
| bool | readDefaults (ClarisWksDatabaseInternal::Database &dBase) | 
| try to read the default structure  More... | |
| bool | readLayout (ClarisWksDatabaseInternal::Database &dBase) | 
| try to read the layout structures  More... | |
| Protected Attributes | |
| ClarisWksDocument & | m_document | 
| the document  More... | |
| MWAWParserStatePtr | m_parserState | 
| the parser state  More... | |
| std::shared_ptr< ClarisWksDatabaseInternal::State > | m_state | 
| the state  More... | |
| MWAWParser * | m_mainParser | 
| the main parser;  More... | |
| Private Member Functions | |
| ClarisWksDatabase (ClarisWksDatabase const &orig)=default | |
| ClarisWksDatabase & | operator= (ClarisWksDatabase const &orig)=default | 
| Friends | |
| class | ClarisWksParser | 
the main class to read the text part of Claris Works file
| 
 | explicit | 
constructor
| 
 | virtual | 
destructor
| 
 | privatedefault | 
| 
 | inline | 
check if we can send a database as graphic
| int ClarisWksDatabase::numPages | ( | ) | const | 
returns the number of pages
| 
 | privatedefault | 
| std::shared_ptr< ClarisWksStruct::DSET > ClarisWksDatabase::readDatabaseZone | ( | ClarisWksStruct::DSET const & | zone, | 
| MWAWEntry const & | entry, | ||
| bool & | complete | ||
| ) | 
reads the zone Text DSET
| 
 | protected | 
try to read the default structure
| 
 | protected | 
try to read the database structure
find f1=600 for a number f16 = 0[checkbox, ... ], 2[number or text],3 [name field], 82[value list], f16 & 8: can not be empty
| 
 | protected | 
try to read the layout structures
| bool ClarisWksDatabase::sendDatabase | ( | int | number, | 
| MWAWListenerPtr | listener | ||
| ) | 
sends the zone data to the listener (if it exists )
| int ClarisWksDatabase::version | ( | ) | const | 
returns the file version
Referenced by readDefaults(), and readFields().
| 
 | friend | 
| 
 | protected | 
the document
Referenced by readDefaults(), and sendDatabase().
| 
 | protected | 
the main parser;
| 
 | protected | 
the parser state
Referenced by readDefaults(), readFields(), readLayout(), sendDatabase(), and version().
| 
 | protected | 
the state
Referenced by sendDatabase().