38 #ifndef CLARIS_WKS_DATABASE 39 # define CLARIS_WKS_DATABASE 131 std::shared_ptr<ClarisWksDatabaseInternal::State>
m_state;
ClarisWksDatabase & operator=(ClarisWksDatabase const &)=delete
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:557
the main class to read the text part of Claris Works file
Definition: ClarisWksDatabase.hxx:71
std::shared_ptr< ClarisWksStruct::DSET > readDatabaseZone(ClarisWksStruct::DSET const &zone, MWAWEntry const &entry, bool &complete)
reads the zone Text DSET
Definition: ClarisWksDatabase.cxx:297
ClarisWksDatabase(ClarisWksDocument &document)
constructor
Definition: ClarisWksDatabase.cxx:268
std::shared_ptr< MWAWListener > MWAWListenerPtr
a smart pointer of MWAWListener
Definition: libmwaw_internal.hxx:553
std::shared_ptr< ClarisWksDatabaseInternal::State > m_state
the state
Definition: ClarisWksDatabase.hxx:131
Internal: the database of a ClarisWksDatabase.
Definition: ClarisWksDatabase.cxx:225
bool readFields(ClarisWksDatabaseInternal::Database &dBase)
try to read the database structure
Definition: ClarisWksDatabase.cxx:474
a structure to store the style list and the lookup zone
Definition: ClarisWksStyleManager.hxx:60
int version() const
returns the file version
Definition: ClarisWksDatabase.cxx:279
main structure which correspond to a document part
Definition: ClarisWksStruct.hxx:87
MWAWParserStatePtr m_parserState
the parser state
Definition: ClarisWksDatabase.hxx:128
main document information used to create a ClarisWorks file
Definition: ClarisWksDocument.hxx:73
the main class to read a Claris Works file
Definition: ClarisWksParser.hxx:67
int numPages() const
returns the number of pages
Definition: ClarisWksDatabase.cxx:285
ClarisWksDocument & m_document
the document
Definition: ClarisWksDatabase.hxx:125
bool sendDatabase(int number, MWAWListenerPtr listener)
sends the zone data to the listener (if it exists )
Definition: ClarisWksDatabase.cxx:825
MWAWParser * m_mainParser
the main parser;
Definition: ClarisWksDatabase.hxx:134
bool readLayout(ClarisWksDatabaseInternal::Database &dBase)
try to read the layout structures
Definition: ClarisWksDatabase.cxx:747
bool canSendDatabaseAsGraphic(int) const
check if we can send a database as graphic
Definition: ClarisWksDatabase.hxx:91
Internal: the structures of a ClarisWksDatabase.
Definition: ClarisWksDatabase.cxx:57
virtual class which defines the ancestor of all main zone parser
Definition: MWAWParser.hxx:99
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
virtual ~ClarisWksDatabase()
destructor
Definition: ClarisWksDatabase.cxx:276
bool readDefaults(ClarisWksDatabaseInternal::Database &dBase)
try to read the default structure
Definition: ClarisWksDatabase.cxx:656