80 void computePositions()
const;
101 void sendObjects(
int page,
int pageToIgnore=-2);
110 void sendBorder(
int borderId);
113 void storeObjects(std::vector<WPXBinaryData>
const &objects,
114 std::vector<int>
const &ids,
115 std::vector<WPSPosition>
const &positions);
158 mutable shared_ptr<WPS8GraphInternal::State>
m_state;
libwps::DebugFile & ascii()
returns the debug file
Definition: WPS8Graph.h:142
shared_ptr< WPS8GraphInternal::State > m_state
the state
Definition: WPS8Graph.h:158
libwps::DebugFile m_asciiFile
the debug file
Definition: WPSParser.h:97
This class parses Works version 2000 through 8.
Definition: WPS8.h:53
WPSParser & operator=(const WPSParser &)
shared_ptr< WPXInputStream > WPXInputStreamPtr
Definition: libwps_internal.h:74
the main class to read/store pictures in a Pc MS Works document v5-8
Definition: WPS8Graph.h:60
Definition: WPSDebug.h:198
int version() const
Definition: WPSParser.h:62
Definition: WPSContentListener.h:168
shared_ptr< WPS8ContentListener > m_listener
Definition: WPS8.h:161
WPS8ContentListenerPtr m_listener
the listener
Definition: WPS8Graph.h:152
shared_ptr< WPS8ContentListener > WPS8ContentListenerPtr
Definition: WPS8Graph.h:43
libwps::DebugFile & m_asciiFile
the ascii file
Definition: WPS8Graph.h:161
friend class WPS8Graph
Definition: WPS8.h:56
Internal: the structures of a WPS8Graph.
Definition: WPS8Graph.cpp:43
void setListener(WPS8ContentListenerPtr &listen)
sets the listener
Definition: WPS8Graph.h:71
bool sendObject(Vec2f const &size, int objectId, bool ole)
sends an object as a character with given size (via its WPS8Graph )
Definition: WPS8.cpp:442
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
WPS8Parser & m_mainParser
the main parser
Definition: WPS8Graph.h:155