78 void computePositions()
const;
88 void storeObjects(std::map<int,WPSEmbeddedObject>
const &objectsMap);
106 void sendObjects(
int page);
125 mutable std::shared_ptr<WPS4GraphInternal::State>
m_state;
libwps::DebugFile & m_asciiFile
the ascii file
Definition: WPS4Graph.h:128
libwps::DebugFile m_asciiFile
the debug file
Definition: WPSParser.h:90
WPS4Parser & m_mainParser
the main parser
Definition: WPS4Graph.h:122
Definition: WPSDebug.h:207
libwps::DebugFile & ascii()
returns the debug file
Definition: WPS4Graph.h:109
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
std::shared_ptr< WPSContentListener > m_listener
Definition: WPS4.h:147
std::shared_ptr< WPS4GraphInternal::State > m_state
the state
Definition: WPS4Graph.h:125
int readObject(RVNGInputStreamPtr input, WPSEntry const &entry)
tries to read a picture ( via its WPS4Graph )
Definition: WPS4.cpp:326
void setListener(WPSContentListenerPtr &listen)
sets the listener
Definition: WPS4Graph.h:67
Internal: the structures of a WPS4Graph.
Definition: WPS4Graph.cpp:46
void sendObject(WPSPosition const &position, int id)
sends an object with given id ( via its WPS4Graph )
Definition: WPS4.cpp:334
std::shared_ptr< librevenge::RVNGInputStream > RVNGInputStreamPtr
shared pointer to librevenge::RVNGInputStream
Definition: libwps_internal.h:87
WPSContentListenerPtr m_listener
the listener
Definition: WPS4Graph.h:119
std::shared_ptr< WPSContentListener > WPSContentListenerPtr
shared pointer to WPSContentListener
Definition: libwps_internal.h:107
WPSParser & operator=(const WPSParser &)=delete
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