Go to the documentation of this file.
34 #ifndef APPLEPICT_PARSER
35 # define APPLEPICT_PARSER
40 #include <librevenge/librevenge.h>
164 #if !defined(__clang__)
177 std::shared_ptr<ApplePictParserInternal::State>
m_state;
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:47
DrawingMethod
the drawing method: frame, paint, ...
Definition: ApplePictParser.hxx:66
int m_version
the file version
Definition: ApplePictParser.cxx:681
ApplePictParser(MWAWInputStreamPtr const &input, MWAWRSRCParserPtr const &rsrcParser, MWAWHeader *header)
constructor
Definition: ApplePictParser.cxx:780
bool getUniqueColor(MWAWColor &col) const
check if the pattern has only one color; if so returns true...
Definition: MWAWGraphicStyle.cxx:86
std::shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:551
void createDocument(librevenge::RVNGDrawingInterface *documentInterface)
creates the listener which will be associated to the document
Definition: ApplePictParser.cxx:829
MWAWEntry m_zone
if valid the zone to parse
Definition: MWAWSubDocument.hxx:79
bool readRGBColor(MWAWColor &color)
try to read a rgb color
Definition: ApplePictParser.cxx:1715
void initPatterns()
init the patterns list
bool readRegion(ApplePictParserInternal::Region ®ion)
try to read a region
Definition: ApplePictParser.cxx:2140
int m_pixelSize
physical bit by image
Definition: ApplePictParser.cxx:559
bool empty() const
return true if we does not have a pattern
Definition: MWAWGraphicStyle.hxx:304
int m_version
the pixmap version
Definition: ApplePictParser.cxx:554
std::shared_ptr< MWAWGraphicListener > MWAWGraphicListenerPtr
a smart pointer of MWAWGraphicListener
Definition: libmwaw_internal.hxx:549
MWAWBox2f m_bdBox
the bounding rectangle
Definition: ApplePictParser.cxx:683
void setPageSpan(const int pageSpan)
set the page span ( default 1)
Definition: MWAWPageSpan.hxx:268
bool readAndDrawRoundRectangle(DrawingMethod method)
read the current round rectangle and draw it
Definition: ApplePictParser.cxx:1630
Internal: the subdocument of a ApplePictParser.
Definition: ApplePictParser.cxx:733
MWAWBox2f getBdBox() const
returns the basic bdbox
Definition: MWAWGraphicShape.hxx:197
#define MWAW_DEBUG_MSG(M)
Definition: libmwaw_internal.hxx:129
int m_compCount
logical components per pixels
Definition: ApplePictParser.cxx:560
MWAWVec2< float > MWAWVec2f
MWAWVec2 of float.
Definition: libmwaw_internal.hxx:842
std::vector< int > m_indices
the pixmap indices
Definition: ApplePictParser.cxx:569
std::shared_ptr< Region > m_region
the region
Definition: ApplePictParser.cxx:204
MWAWColor m_opColor
the op color
Definition: ApplePictParser.cxx:709
void setColors(std::vector< MWAWColor > const &cols)
sets the array of indexed colors
Definition: MWAWPictBitmap.hxx:446
void addDelimiter(long pos, char c)
adds a not breaking delimiter in position pos
Definition: MWAWDebug.cxx:73
MWAWColor m_foreColor
the foreground color
Definition: ApplePictParser.cxx:703
MWAWGraphicListenerPtr & getGraphicListener()
returns the graphic listener
Definition: MWAWParser.hxx:130
void setSurfaceColor(MWAWColor const &col, float opacity=1)
set the surface color
Definition: MWAWGraphicStyle.hxx:415
std::vector< MWAWColor > m_colors
the colors
Definition: ApplePictParser.cxx:571
bool readColorPattern(MWAWGraphicStyle::Pattern &pattern)
try to read a color pattern
Definition: ApplePictParser.cxx:1743
Internal and low level: a class used to read a color map in a Apple Pict.
Definition: ApplePictParser.cxx:212
@ D_INVERT
Definition: ApplePictParser.hxx:67
void drawBitmap(ApplePictParserInternal::Bitmap const &bitmap)
draw a bitmap
Definition: ApplePictParser.cxx:2549
static MWAWGraphicShape pie(MWAWBox2f const &box, MWAWBox2f const &circleBox, MWAWVec2f const &angles)
static constructor to create a pie
Definition: MWAWGraphicShape.hxx:147
void set(int i, int j, int v)
sets a cell contents
Definition: MWAWPictBitmap.hxx:425
int m_resolution[2]
horizontal/vertical definition
Definition: ApplePictParser.cxx:557
bool readZone()
try to read a zone
Definition: ApplePictParser.cxx:877
@ boldBit
Definition: MWAWFont.hxx:190
bool readAndDrawCircle(DrawingMethod method)
read the current circle and draw it
Definition: ApplePictParser.cxx:1648
void drawRoundRectangle(DrawingMethod method)
draw the current round rectangle
Definition: ApplePictParser.cxx:2399
static MWAWColor white()
return the white color
Definition: libmwaw_internal.hxx:250
void setColor(MWAWColor color)
sets the font color
Definition: MWAWFont.hxx:341
bool open(std::string const &filename)
opens/creates a file to store a result
Definition: MWAWDebug.cxx:46
MWAWGraphicStyle::Pattern m_fillPattern
the fill pattern
Definition: ApplePictParser.cxx:715
std::vector< unsigned char > m_bitmap
the bitmap
Definition: ApplePictParser.cxx:206
MWAWGraphicStyle::Pattern m_penPattern
the pen pattern
Definition: ApplePictParser.cxx:711
@ D_FILL
Definition: ApplePictParser.hxx:67
a structure used to define a picture shape
Definition: MWAWGraphicShape.hxx:46
void drawPixmap(ApplePictParserInternal::Pixmap const &pixmap)
draw a pixmap
Definition: ApplePictParser.cxx:2566
the class to store a color
Definition: libmwaw_internal.hxx:192
small class use to define a embedded object
Definition: libmwaw_internal.hxx:467
int m_flags
the color table flags
Definition: ApplePictParser.cxx:253
bool checkHeader(MWAWHeader *header, bool strict=false) final
checks if the document header is correct (or not)
Definition: ApplePictParser.cxx:2264
static MWAWGraphicShape line(MWAWVec2f const &orign, MWAWVec2f const &dest)
static constructor to create a line
Definition: MWAWGraphicShape.cxx:228
int version() const
returns the works version
Definition: MWAWParser.hxx:108
bool getAverageColor(MWAWColor &col) const
return the average color
Definition: MWAWGraphicStyle.cxx:101
bool readAndDrawPie(DrawingMethod method)
read the current pie and draw it
Definition: ApplePictParser.cxx:1666
MWAWColor m_backColor
the background color
Definition: ApplePictParser.cxx:705
@ MWAW_K_DRAW
vectorized grphic
Definition: MWAWDocument.hxx:83
MWAWColor extractColor(const std::vector< unsigned char > &data, size_t rIdx, size_t gIdx, size_t bIdx)
Definition: ApplePictParser.cxx:326
bool readBitmap(ApplePictParserInternal::Bitmap &bitmap, bool isPacked, bool hasRgn)
read a bitmap
Definition: ApplePictParser.cxx:1808
int m_textMode
the text mode
Definition: ApplePictParser.cxx:697
@ Simple
Definition: MWAWFont.hxx:49
friend std::ostream & operator<<(std::ostream &o, Region const &rgn)
operator<<
Definition: ApplePictParser.cxx:73
Internal and low level: a class used to read pack/unpack color pixmap (version 2)
Definition: ApplePictParser.cxx:260
MWAWBox2i m_src
the initial dimension
Definition: ApplePictParser.cxx:202
bool getBinary(MWAWEmbeddedObject &picture) const override
returns the final picture
Definition: MWAWPictBitmap.hxx:225
ColorTable()
constructor
Definition: ApplePictParser.cxx:214
MWAWBox2i m_roundRectangle
the last round rectangle
Definition: ApplePictParser.cxx:719
MWAWBox2< T > getIntersection(MWAWBox2< T > const &box) const
returns the intersection between this and box
Definition: libmwaw_internal.hxx:1139
int m_packType
the packing format
Definition: ApplePictParser.cxx:555
@ D_ERASE
Definition: ApplePictParser.hxx:67
int m_mode
the encoding mode ?
Definition: ApplePictParser.cxx:208
void addNote(char const *note)
adds a note in the file, in actual position
Definition: MWAWDebug.cxx:59
abstract class used to store a subdocument (with a comparison function)
Definition: MWAWSubDocument.hxx:42
Bitmap()
Definition: ApplePictParser.cxx:95
a structure used to define a picture style
Definition: MWAWGraphicStyle.hxx:48
MWAWBox2f m_bdBox
the shape bdbox
Definition: MWAWGraphicShape.hxx:218
MWAWGraphicStyle::Pattern m_backgroundPattern
the background pattern
Definition: ApplePictParser.cxx:713
std::vector< unsigned char > m_data
the pattern data: a sequence of data: p[0..7,0],p[8..15,0]...p[0..7,1],p[8..15,1],...
Definition: MWAWGraphicStyle.hxx:363
MWAWVec2i m_penPosition
the actual pen position
Definition: ApplePictParser.cxx:687
void set(int i, int j, MWAWColor const &v)
sets a cell contents
Definition: MWAWPictBitmap.hxx:529
@ D_FRAME
Definition: ApplePictParser.hxx:67
int computeHeight(MWAWInputStream &input, const int height, const int width, const bool packed, const int szRowSize) const
computes the height based on available data
Definition: ApplePictParser.cxx:335
libmwaw::DebugFile & ascii()
a DebugFile used to write what we recognize when we parse the document
Definition: MWAWParser.hxx:195
long m_planeBytes
offset to the next plane
Definition: ApplePictParser.cxx:562
@ embossBit
Definition: MWAWFont.hxx:190
bool valid() const final
returns true if the picture is valid
Definition: MWAWPictBitmap.hxx:489
static MWAWGraphicShape circle(MWAWBox2f const &box)
static constructor to create a circle
Definition: MWAWGraphicShape.hxx:129
friend std::ostream & operator<<(std::ostream &o, Pixmap const &f)
operator<< for Pixmap
Definition: ApplePictParser.cxx:284
std::string const & asciiName() const
return the ascii file name
Definition: MWAWParser.hxx:232
bool readPixmap(ApplePictParserInternal::Pixmap &pixmap, bool isPacked, bool haColorTable, bool hasRectMode, bool hasRgn)
read a pixmap
Definition: ApplePictParser.cxx:1863
a basic pattern used in a MWAWGraphicStyle:
Definition: MWAWGraphicStyle.hxx:277
void setFormLength(const double formLength)
set the total page length
Definition: MWAWPageSpan.hxx:178
@ Polygon
Definition: MWAWGraphicShape.hxx:49
MWAWBox2< T > getUnion(MWAWBox2< T > const &box) const
returns the union between this and box
Definition: libmwaw_internal.hxx:1129
the main class to read a ApplePict file
Definition: ApplePictParser.hxx:62
MWAWVec2i m_ovalSize
the actual ovalsize
Definition: ApplePictParser.cxx:693
SubDocumentType
Definition: libmwaw_internal.hxx:188
int m_rowBytes
the num of bytes used to store a row
Definition: ApplePictParser.cxx:201
std::shared_ptr< MWAWInputStream > m_input
the input
Definition: MWAWSubDocument.hxx:77
bool unpackedData(unsigned char const *pData, int sz)
creates the bitmap from the packdata
Definition: ApplePictParser.cxx:113
void reset()
writes the current file and reset to zero
Definition: MWAWDebug.hxx:93
void parse(librevenge::RVNGDrawingInterface *documentInterface) final
the main parse function
Definition: ApplePictParser.cxx:804
bool readAndDrawText(std::string &text)
read the current text and draw it
Definition: ApplePictParser.cxx:1774
a bitmap of bool to store black-white bitmap
Definition: MWAWPictBitmap.hxx:269
@ None
Definition: MWAWFont.hxx:49
bool createZones()
finds the different objects zones
Definition: ApplePictParser.cxx:853
@ shadowBit
Definition: MWAWFont.hxx:191
int m_penMode
the pen mode
Definition: ApplePictParser.cxx:695
MWAWBox2i m_src
the initial dimension
Definition: ApplePictParser.cxx:565
void setAsciiName(char const *name)
Debugging: change the default ascii file.
Definition: MWAWParser.hxx:227
void skipZone(long beginPos, long endPos)
skips the file zone defined by beginPos-endPos
Definition: MWAWDebug.hxx:113
T y() const
second element
Definition: libmwaw_internal.hxx:673
MWAWBox2i m_dst
another final dimension
Definition: ApplePictParser.cxx:565
bool isEmpty() const
return true if the picture contains no data
Definition: libmwaw_internal.hxx:486
float m_lineWidth
the linewidth
Definition: MWAWGraphicStyle.hxx:508
~ApplePictParser() final
destructor
Definition: ApplePictParser.cxx:787
void setFormWidth(const double formWidth)
set the total page width
Definition: MWAWPageSpan.hxx:183
bool readAndDrawPolygon(DrawingMethod method)
read the current polygon and draw it
Definition: ApplePictParser.cxx:1687
MWAWColor m_hiliteColor
the hilite color
Definition: ApplePictParser.cxx:707
T x() const
first element
Definition: libmwaw_internal.hxx:668
Internal: the state of a ApplePictParser.
Definition: ApplePictParser.cxx:578
void drawPolygon(DrawingMethod method)
draw the current polygon
Definition: ApplePictParser.cxx:2484
SubDocument(ApplePictParser &pars, MWAWInputStreamPtr const &input, MWAWEntry const &entry)
Definition: ApplePictParser.cxx:735
Class to define the position of an object (textbox, picture, ..) in the document.
Definition: MWAWPosition.hxx:48
bool operator!=(MWAWSubDocument const &doc) const final
operator!=
Definition: ApplePictParser.cxx:742
void setRowPacked(int j, unsigned char const *val, unsigned char const *end)
sets all cell contents of a row given packed m_data
Definition: MWAWPictBitmap.hxx:337
bool unpackedData(unsigned char const *pData, int sz, int byteSz, int nSize, std::vector< unsigned char > &res) const
creates the pixmap from the packdata
Definition: ApplePictParser.cxx:294
void setBegin(long off)
sets the begin offset
Definition: MWAWEntry.hxx:67
std::vector< MWAWVec2f > m_vertices
the list of vertices for lines or polygons
Definition: MWAWGraphicShape.hxx:226
bool m_isHiliteMode
true if we must use the hilite mode
Definition: ApplePictParser.cxx:699
void updatePosition(MWAWBox2f const &bdBox, MWAWPosition &pos)
update the position
Definition: ApplePictParser.cxx:675
void setGraphicListener(MWAWGraphicListenerPtr &listener)
sets the graphic listener
Definition: MWAWParser.cxx:125
std::shared_ptr< ApplePictParserInternal::State > m_state
the state
Definition: ApplePictParser.hxx:177
void setVersion(int vers)
sets the document's version
Definition: MWAWParser.hxx:206
#define M_PI
Definition: libmwaw_internal.hxx:52
MWAWVec2i m_dim
the dimension width x height
Definition: MWAWGraphicStyle.hxx:358
bool readBitmapData(MWAWInputStream &input, bool packed)
parses the bitmap data zone
Definition: ApplePictParser.cxx:140
void drawPie(DrawingMethod method, int startAngle, int dAngle)
draw the current circle
Definition: ApplePictParser.cxx:2425
std::shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:561
MWAWVec2i m_textPosition
the actual text position
Definition: ApplePictParser.cxx:689
MWAWVec2f m_origin
the origin
Definition: ApplePictParser.cxx:685
Type m_type
the type
Definition: MWAWGraphicShape.hxx:216
void setStream(MWAWInputStreamPtr const &ip)
resets the input
Definition: MWAWDebug.hxx:81
Definition: libmwaw_internal.hxx:144
State()
constructor
Definition: ApplePictParser.cxx:580
long begin() const
returns the begin offset
Definition: MWAWEntry.hxx:83
void parse(MWAWListenerPtr &listener, libmwaw::SubDocumentType type) final
the parser function
Definition: ApplePictParser.cxx:758
void setLength(long l)
sets the zone size
Definition: MWAWEntry.hxx:72
MWAWPageSpan const & getPageSpan() const
returns the actual page dimension
Definition: MWAWParser.hxx:160
Region()
constructor
Definition: ApplePictParser.cxx:66
void setPattern(Pattern const &pat, float opacity=1)
set the pattern
Definition: MWAWGraphicStyle.hxx:426
void drawText(MWAWEntry const &entry)
draw a current text
Definition: ApplePictParser.cxx:2510
virtual class which defines the ancestor of all graphic zone parser
Definition: MWAWParser.hxx:251
static MWAWColor black()
return the back color
Definition: libmwaw_internal.hxx:245
MWAWBox2< float > MWAWBox2f
MWAWBox2 of float.
Definition: libmwaw_internal.hxx:1193
MWAWBox2i m_rectangle
the last rectangle
Definition: ApplePictParser.cxx:717
int m_rowBytes
the num of bytes used to store a row
Definition: ApplePictParser.cxx:552
bool isInvisible(ApplePictParser::DrawingMethod method) const
returns true if the shape is invisible
Definition: ApplePictParser.cxx:610
int m_mode
the encoding mode ?
Definition: ApplePictParser.cxx:573
MWAWBox2i m_bdBox
the bdbox
Definition: ApplePictParser.cxx:86
internal: low level class to store a region
Definition: ApplePictParser.cxx:64
bool get(MWAWEmbeddedObject &picture) const
returns the pixmap
Definition: ApplePictParser.cxx:513
void drawLine(MWAWVec2i const &pt)
draw a line from current position to position
Definition: ApplePictParser.cxx:2368
static std::string getModeName(int mode)
debug function to print a mode name
Definition: ApplePictParser.cxx:2193
std::vector< MWAWVec2i > m_points
the set of points which defines the mask
Definition: ApplePictParser.cxx:88
static MWAWGraphicShape arc(MWAWBox2f const &box, MWAWBox2f const &circleBox, MWAWVec2f const &angles)
static constructor to create a arc
Definition: MWAWGraphicShape.hxx:137
bool valid() const final
returns true if the picture is valid
Definition: MWAWPictBitmap.hxx:289
bool m_afterQuicktime
a flag to know if we have found a quicktime picture/movie
Definition: ApplePictParser.cxx:727
MWAWColor m_colors[2]
the two indexed colors
Definition: MWAWGraphicStyle.hxx:361
MWAWParserStatePtr getParserState()
returns the parser state
Definition: MWAWParser.hxx:113
~SubDocument() final
destructor
Definition: ApplePictParser.cxx:739
bool readBWPattern(MWAWGraphicStyle::Pattern &pattern)
try to read a bw pattern
Definition: ApplePictParser.cxx:1727
@ D_PAINT
Definition: ApplePictParser.hxx:67
long end() const
returns the end offset
Definition: MWAWEntry.hxx:88
MWAWColor m_lineColor
the line color
Definition: MWAWGraphicStyle.hxx:516
friend std::ostream & operator<<(std::ostream &o, ColorTable const &f)
operator<< for ColorTable
Definition: ApplePictParser.cxx:240
MWAWBox2< int > MWAWBox2i
MWAWBox2 of int.
Definition: libmwaw_internal.hxx:1191
std::shared_ptr< ColorTable > m_colorTable
the color table
Definition: ApplePictParser.cxx:563
MWAWBox2i m_pie
the last pie
Definition: ApplePictParser.cxx:723
bool readPixmapData(MWAWInputStream &input)
parses the pixmap data zone
Definition: ApplePictParser.cxx:355
@ italicBit
Definition: MWAWFont.hxx:190
bool readAndDrawRectangle(DrawingMethod method)
read the current rectangle and draw it
Definition: ApplePictParser.cxx:1612
void init()
inits all internal variables
Definition: ApplePictParser.cxx:791
MWAWInputStreamPtr & getInput()
returns the actual input
Definition: MWAWParser.hxx:123
bool valid() const final
returns true if the picture is valid
Definition: MWAWPictBitmap.hxx:385
bool read(MWAWInputStream &input)
tries to read a colortable
Definition: ApplePictParser.cxx:219
bool get(MWAWEmbeddedObject &picture) const
returns the bitmap and the type
Definition: ApplePictParser.cxx:187
a bitmap of int to store indexed bitmap
Definition: MWAWPictBitmap.hxx:357
SubDocument(SubDocument const &orig)=delete
Internal: the structures of a ApplePictParser.
Definition: ApplePictParser.cxx:61
@ D_UNDEFINED
Definition: ApplePictParser.hxx:68
MWAWVec2i m_penSize
the actual pensize
Definition: ApplePictParser.cxx:691
int m_compSize
logical bits by components
Definition: ApplePictParser.cxx:561
@ Page
Definition: MWAWPosition.hxx:51
MWAWParser * m_parser
the main zone parser
Definition: MWAWSubDocument.hxx:75
static std::string getDrawingName(DrawingMethod method)
debug function to print a drawing method
Definition: ApplePictParser.hxx:148
friend std::ostream & operator<<(std::ostream &o, Bitmap const &f)
operator<< for Bitmap
Definition: ApplePictParser.cxx:105
void addPos(long pos)
adds a new position in the file
Definition: MWAWDebug.cxx:53
bool valid() const
returns true if the zone length is positive
Definition: MWAWEntry.hxx:99
long m_packSize
size of data in the packed state
Definition: ApplePictParser.cxx:556
void drawRectangle(DrawingMethod method)
draw the current rectangle
Definition: ApplePictParser.cxx:2383
MWAWVec2< T > size() const
the box size
Definition: libmwaw_internal.hxx:1067
std::shared_ptr< Region > m_region
the region
Definition: ApplePictParser.cxx:567
Internal and low level: a class used to read pack/unpack black-white bitmap.
Definition: ApplePictParser.cxx:94
MWAWFont m_font
the actual font
Definition: ApplePictParser.cxx:701
int m_pixelType
format of pixel image
Definition: ApplePictParser.cxx:558
SubDocument & operator=(SubDocument const &orig)=delete
bool readQuicktime(MWAWEmbeddedObject &object, MWAWBox2f &bdBox)
try to read a quicktime zone
Definition: ApplePictParser.cxx:1944
@ MWAW_T_APPLEPICT
Apple Pict: v1 or v2.
Definition: MWAWDocument.hxx:201
std::shared_ptr< MWAWListener > MWAWListenerPtr
a smart pointer of MWAWListener
Definition: libmwaw_internal.hxx:553
AnchorTo m_anchorTo
anchor position
Definition: MWAWPosition.hxx:270
Definition: MWAWDocument.hxx:57
void setMargins(double margin, int wh=libmwaw::LeftBit|libmwaw::RightBit|libmwaw::TopBit|libmwaw::BottomBit)
set all the margins
Definition: MWAWPageSpan.hxx:213
void drawCircle(DrawingMethod method)
draw the current circle
Definition: ApplePictParser.cxx:2412
void updatePosition(MWAWVec2f const &orig, MWAWPosition &pos)
update the position
Definition: ApplePictParser.cxx:669
a bitmap of MWAWColor to store true color bitmap
Definition: MWAWPictBitmap.hxx:469
Class to store font.
Definition: MWAWFont.hxx:44
Pixmap()
Definition: ApplePictParser.cxx:261
static MWAWGraphicShape rectangle(MWAWBox2f const &box, MWAWVec2f const &corners=MWAWVec2f(0, 0))
static constructor to create a rectangle
Definition: MWAWGraphicShape.hxx:120
MWAWBox2i m_rect
the bitmap rectangle
Definition: ApplePictParser.cxx:202
std::string m_extra
extra data
Definition: ApplePictParser.cxx:90
MWAWVec2< int > MWAWVec2i
MWAWVec2 of int.
Definition: libmwaw_internal.hxx:838
std::stringstream DebugStream
a basic stream (if debug_with_files is not defined, does nothing)
Definition: MWAWDebug.hxx:61
MWAWBox2i m_dst
the final dimension
Definition: ApplePictParser.cxx:202
@ D_TEXT
Definition: ApplePictParser.hxx:68
void resetGraphicListener()
resets the listener
Definition: MWAWParser.cxx:130
MWAWBox2i m_rect
the pixmap rectangle
Definition: ApplePictParser.cxx:553
A class which defines the page properties.
Definition: MWAWPageSpan.hxx:99
This class contains the code needed to create Graphic document.
Definition: MWAWGraphicListener.hxx:60
MWAWBox2i m_circle
the last circle
Definition: ApplePictParser.cxx:721
void updateStyle(ApplePictParser::DrawingMethod method, MWAWGraphicStyle &style)
update the actual style
Definition: ApplePictParser.cxx:618
std::vector< MWAWVec2i > m_points
the last polygon points
Definition: ApplePictParser.cxx:725
std::vector< MWAWColor > m_colors
the list of colors
Definition: ApplePictParser.cxx:256
Generated on Fri Sep 18 2020 18:14:52 for libmwaw by
doxygen 1.8.20