84 void computePositions()
const;
94 void storeObjects(std::vector<WPXBinaryData>
const &objects,
95 std::vector<int>
const &ids,
96 std::vector<WPSPosition>
const &positions);
114 void sendObjects(
int page);
133 mutable shared_ptr<WPS4GraphInternal::State>
m_state;
libwps::DebugFile & m_asciiFile
the ascii file
Definition: WPS4Graph.h:136
libwps::DebugFile m_asciiFile
the debug file
Definition: WPSParser.h:97
shared_ptr< WPS4ContentListener > WPS4ContentListenerPtr
Definition: WPS4Graph.h:42
WPSParser & operator=(const WPSParser &)
shared_ptr< WPXInputStream > WPXInputStreamPtr
Definition: libwps_internal.h:74
WPS4Parser & m_mainParser
the main parser
Definition: WPS4Graph.h:130
Definition: WPSDebug.h:198
int readObject(WPXInputStreamPtr input, WPSEntry const &entry)
tries to read a picture ( via its WPS4Graph )
Definition: WPS4.cpp:302
libwps::DebugFile & ascii()
returns the debug file
Definition: WPS4Graph.h:117
int version() const
Definition: WPSParser.h:62
This class parses Works version 2 through 4.
Definition: WPS4.h:52
WPS4ContentListenerPtr m_listener
the listener
Definition: WPS4Graph.h:127
Definition: WPSContentListener.h:168
shared_ptr< WPS4ContentListener > m_listener
Definition: WPS4.h:144
the main class to read/store picture in a Pc MS Works document v1-4
Definition: WPS4Graph.h:62
void setListener(WPS4ContentListenerPtr &listen)
sets the listener
Definition: WPS4Graph.h:73
Internal: the structures of a WPS4Graph.
Definition: WPS4Graph.cpp:41
shared_ptr< WPS4GraphInternal::State > m_state
the state
Definition: WPS4Graph.h:133
friend class WPS4Graph
Definition: WPS4.h:55
basic class to store an entry in a file This contained :
Definition: WPSEntry.h:37
Class to define the position of an object (textbox, picture, ..) in the document. ...
Definition: WPSPosition.h:39
void sendObject(Vec2f const &size, int id)
sends an object with given id ( via its WPS4Graph )
Definition: WPS4.cpp:310