78         void computePositions() 
const;
    88         void storeObjects(std::vector<WPSOLEParserObject> 
const &objects,
    89                           std::vector<int> 
const &ids);
   107         void sendObjects(
int page);
   126         mutable shared_ptr<WPS4GraphInternal::State> 
m_state;
 libwps::DebugFile & m_asciiFile
the ascii file 
Definition: WPS4Graph.h:129
shared_ptr< WPSContentListener > WPSContentListenerPtr
shared pointer to WPSContentListener 
Definition: libwps_internal.h:122
libwps::DebugFile m_asciiFile
the debug file 
Definition: WPSParser.h:90
WPSParser & operator=(const WPSParser &)
WPS4Parser & m_mainParser
the main parser 
Definition: WPS4Graph.h:123
Definition: WPSDebug.h:196
libwps::DebugFile & ascii()
returns the debug file 
Definition: WPS4Graph.h:110
int version() const
Definition: WPSParser.h:56
This class parses Works version 2 through 4. 
Definition: WPS4.h:48
the main class to read/store picture in a Pc MS Works document v1-4 
Definition: WPS4Graph.h:56
int readObject(RVNGInputStreamPtr input, WPSEntry const &entry)
tries to read a picture ( via its WPS4Graph ) 
Definition: WPS4.cpp:317
void setListener(WPSContentListenerPtr &listen)
sets the listener 
Definition: WPS4Graph.h:67
Internal: the structures of a WPS4Graph. 
Definition: WPS4Graph.cpp:44
void sendObject(WPSPosition const &position, int id)
sends an object with given id ( via its WPS4Graph ) 
Definition: WPS4.cpp:325
small struct to store an object 
Definition: WPSOLEParser.h:79
WPSContentListenerPtr m_listener
the listener 
Definition: WPS4Graph.h:120
shared_ptr< librevenge::RVNGInputStream > RVNGInputStreamPtr
shared pointer to librevenge::RVNGInputStream 
Definition: libwps_internal.h:102
shared_ptr< WPSContentListener > m_listener
Definition: WPS4.h:147
shared_ptr< WPS4GraphInternal::State > m_state
the state 
Definition: WPS4Graph.h:126
friend class WPS4Graph
Definition: WPS4.h:51
basic class to store an entry in a file This contained : 
Definition: WPSEntry.h:38
Class to define the position of an object (textbox, picture, ..) in the document. ...
Definition: WPSPosition.h:39