Go to the documentation of this file.
34 #ifndef APPLEPICT_PARSER
35 # define APPLEPICT_PARSER
40 #include <librevenge/librevenge.h>
80 void parse(librevenge::RVNGDrawingInterface *documentInterface);
90 void createDocument(librevenge::RVNGDrawingInterface *documentInterface);
164 #if !defined(__clang__)
177 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:604
bool getUniqueColor(MWAWColor &col) const
check if the pattern has only one color; if so returns true...
Definition: MWAWGraphicStyle.cxx:86
void createDocument(librevenge::RVNGDrawingInterface *documentInterface)
creates the listener which will be associated to the document
Definition: ApplePictParser.cxx:756
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:1642
void initPatterns()
init the patterns list
bool readRegion(ApplePictParserInternal::Region ®ion)
try to read a region
Definition: ApplePictParser.cxx:2067
void parse(MWAWListenerPtr &listener, libmwaw::SubDocumentType type)
the parser function
Definition: ApplePictParser.cxx:686
int m_pixelSize
physical bit by image
Definition: ApplePictParser.cxx:501
bool empty() const
return true if we does not have a pattern
Definition: MWAWGraphicStyle.hxx:188
int m_version
the pixmap version
Definition: ApplePictParser.cxx:496
MWAWBox2f m_bdBox
the bounding rectangle
Definition: ApplePictParser.cxx:606
virtual ~ApplePictParser()
destructor
Definition: ApplePictParser.cxx:714
void setPageSpan(const int pageSpan)
set the page span ( default 1)
Definition: MWAWPageSpan.hxx:262
bool readAndDrawRoundRectangle(DrawingMethod method)
read the current round rectangle and draw it
Definition: ApplePictParser.cxx:1557
Internal: the subdocument of a ApplePictParser.
Definition: ApplePictParser.cxx:656
MWAWBox2f getBdBox() const
returns the basic bdbox
Definition: MWAWGraphicShape.hxx:172
#define MWAW_DEBUG_MSG(M)
Definition: libmwaw_internal.hxx:127
int m_compCount
logical components per pixels
Definition: ApplePictParser.cxx:502
MWAWVec2< float > MWAWVec2f
MWAWVec2 of float.
Definition: libmwaw_internal.hxx:785
std::vector< int > m_indices
the pixmap indices
Definition: ApplePictParser.cxx:511
MWAWColor m_opColor
the op color
Definition: ApplePictParser.cxx:632
void setColors(std::vector< MWAWColor > const &cols)
sets the array of indexed colors
Definition: MWAWPictBitmap.hxx:432
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:626
SubDocument(SubDocument const &orig)
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:282
std::vector< MWAWColor > m_colors
the colors
Definition: ApplePictParser.cxx:513
bool readColorPattern(MWAWGraphicStyle::Pattern &pattern)
try to read a color pattern
Definition: ApplePictParser.cxx:1670
Internal and low level: a class used to read a color map in a Apple Pict.
Definition: ApplePictParser.cxx:203
@ D_INVERT
Definition: ApplePictParser.hxx:67
void drawBitmap(ApplePictParserInternal::Bitmap const &bitmap)
draw a bitmap
Definition: ApplePictParser.cxx:2475
virtual bool getBinary(MWAWEmbeddedObject &picture) const
returns the final picture
Definition: MWAWPictBitmap.hxx:220
static MWAWGraphicShape pie(MWAWBox2f const &box, MWAWBox2f const &circleBox, MWAWVec2f const &angles)
static constructor to create a pie
Definition: MWAWGraphicShape.hxx:130
virtual bool valid() const
returns true if the picture is valid
Definition: MWAWPictBitmap.hxx:284
void set(int i, int j, int v)
sets a cell contents
Definition: MWAWPictBitmap.hxx:411
int m_resolution[2]
horizontal/vertical definition
Definition: ApplePictParser.cxx:499
bool readZone()
try to read a zone
Definition: ApplePictParser.cxx:804
@ boldBit
Definition: MWAWFont.hxx:182
bool readAndDrawCircle(DrawingMethod method)
read the current circle and draw it
Definition: ApplePictParser.cxx:1575
void drawRoundRectangle(DrawingMethod method)
draw the current round rectangle
Definition: ApplePictParser.cxx:2325
static MWAWColor white()
return the white color
Definition: libmwaw_internal.hxx:231
void setColor(MWAWColor color)
sets the font color
Definition: MWAWFont.hxx:320
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:638
std::vector< unsigned char > m_bitmap
the bitmap
Definition: ApplePictParser.cxx:197
MWAWGraphicStyle::Pattern m_penPattern
the pen pattern
Definition: ApplePictParser.cxx:634
@ 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:2492
the class to store a color
Definition: libmwaw_internal.hxx:182
small class use to define a embedded object
Definition: libmwaw_internal.hxx:425
int m_flags
the color table flags
Definition: ApplePictParser.cxx:242
virtual ~SubDocument()
destructor
Definition: ApplePictParser.cxx:661
static MWAWGraphicShape line(MWAWVec2f const &orign, MWAWVec2f const &dest)
static constructor to create a line
Definition: MWAWGraphicShape.cxx:227
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:1593
MWAWColor m_backColor
the background color
Definition: ApplePictParser.cxx:628
@ MWAW_K_DRAW
vectorized grphic
Definition: MWAWDocument.hxx:83
bool readBitmap(ApplePictParserInternal::Bitmap &bitmap, bool isPacked, bool hasRgn)
read a bitmap
Definition: ApplePictParser.cxx:1735
int m_textMode
the text mode
Definition: ApplePictParser.cxx:620
@ Simple
Definition: MWAWFont.hxx:49
friend std::ostream & operator<<(std::ostream &o, Region const &rgn)
operator<<
Definition: ApplePictParser.cxx:70
Internal and low level: a class used to read pack/unpack color pixmap (version 2)
Definition: ApplePictParser.cxx:249
MWAWBox2i m_src
the initial dimension
Definition: ApplePictParser.cxx:193
ColorTable()
constructor
Definition: ApplePictParser.cxx:205
MWAWBox2i m_roundRectangle
the last round rectangle
Definition: ApplePictParser.cxx:642
MWAWBox2< T > getIntersection(MWAWBox2< T > const &box) const
returns the intersection between this and box
Definition: libmwaw_internal.hxx:1080
void setRowPacked(int j, unsigned char const *val)
sets all cell contents of a row given packed m_data
Definition: MWAWPictBitmap.hxx:328
int m_packType
the packing format
Definition: ApplePictParser.cxx:497
@ D_ERASE
Definition: ApplePictParser.hxx:67
int m_mode
the encoding mode ?
Definition: ApplePictParser.cxx:199
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:92
a structure used to define a picture style
Definition: MWAWGraphicStyle.hxx:48
MWAWBox2f m_bdBox
the shape bdbox
Definition: MWAWGraphicShape.hxx:193
MWAWGraphicStyle::Pattern m_backgroundPattern
the background pattern
Definition: ApplePictParser.cxx:636
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:247
MWAWVec2i m_penPosition
the actual pen position
Definition: ApplePictParser.cxx:610
void set(int i, int j, MWAWColor const &v)
sets a cell contents
Definition: MWAWPictBitmap.hxx:510
@ D_FRAME
Definition: ApplePictParser.hxx:67
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:504
@ embossBit
Definition: MWAWFont.hxx:182
static MWAWGraphicShape circle(MWAWBox2f const &box)
static constructor to create a circle
Definition: MWAWGraphicShape.hxx:112
friend std::ostream & operator<<(std::ostream &o, Pixmap const &f)
operator<< for Pixmap
Definition: ApplePictParser.cxx:259
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:1790
a basic pattern used in a MWAWGraphicStyle:
Definition: MWAWGraphicStyle.hxx:171
void setFormLength(const double formLength)
set the total page length
Definition: MWAWPageSpan.hxx:172
@ Polygon
Definition: MWAWGraphicShape.hxx:49
MWAWBox2< T > getUnion(MWAWBox2< T > const &box) const
returns the union between this and box
Definition: libmwaw_internal.hxx:1070
the main class to read a ApplePict file
Definition: ApplePictParser.hxx:62
MWAWVec2i m_ovalSize
the actual ovalsize
Definition: ApplePictParser.cxx:616
SubDocumentType
Definition: libmwaw_internal.hxx:178
int m_rowBytes
the num of bytes used to store a row
Definition: ApplePictParser.cxx:192
bool unpackedData(unsigned char const *pData, int sz)
creates the bitmap from the packdata
Definition: ApplePictParser.cxx:104
void reset()
writes the current file and reset to zero
Definition: MWAWDebug.hxx:85
bool readAndDrawText(std::string &text)
read the current text and draw it
Definition: ApplePictParser.cxx:1701
a bitmap of bool to store black-white bitmap
Definition: MWAWPictBitmap.hxx:264
@ None
Definition: MWAWFont.hxx:49
bool createZones()
finds the different objects zones
Definition: ApplePictParser.cxx:780
@ shadowBit
Definition: MWAWFont.hxx:183
int m_penMode
the pen mode
Definition: ApplePictParser.cxx:618
MWAWBox2i m_src
the initial dimension
Definition: ApplePictParser.cxx:507
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:105
T y() const
second element
Definition: libmwaw_internal.hxx:620
MWAWBox2i m_dst
another final dimension
Definition: ApplePictParser.cxx:507
shared_ptr< MWAWGraphicListener > MWAWGraphicListenerPtr
a smart pointer of MWAWGraphicListener
Definition: libmwaw_internal.hxx:501
void parse(librevenge::RVNGDrawingInterface *documentInterface)
the main parse function
Definition: ApplePictParser.cxx:731
bool isEmpty() const
return true if the picture contains no data
Definition: libmwaw_internal.hxx:439
float m_lineWidth
the linewidth
Definition: MWAWGraphicStyle.hxx:375
void setFormWidth(const double formWidth)
set the total page width
Definition: MWAWPageSpan.hxx:177
bool readAndDrawPolygon(DrawingMethod method)
read the current polygon and draw it
Definition: ApplePictParser.cxx:1614
MWAWColor m_hiliteColor
the hilite color
Definition: ApplePictParser.cxx:630
T x() const
first element
Definition: libmwaw_internal.hxx:615
Internal: the state of a ApplePictParser.
Definition: ApplePictParser.cxx:520
void drawPolygon(DrawingMethod method)
draw the current polygon
Definition: ApplePictParser.cxx:2410
Class to define the position of an object (textbox, picture, ..) in the document.
Definition: MWAWPosition.hxx:48
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:269
void setBegin(long off)
sets the begin offset
Definition: MWAWEntry.hxx:56
std::vector< MWAWVec2f > m_vertices
the list of vertices for lines or polygons
Definition: MWAWGraphicShape.hxx:201
bool m_isHiliteMode
true if we must use the hilite mode
Definition: ApplePictParser.cxx:622
void updatePosition(MWAWBox2f const &bdBox, MWAWPosition &pos)
update the position
Definition: ApplePictParser.cxx:598
void setGraphicListener(MWAWGraphicListenerPtr &listener)
sets the graphic listener
Definition: MWAWParser.cxx:113
void setVersion(int vers)
sets the document's version
Definition: MWAWParser.hxx:206
#define M_PI
Definition: libmwaw_internal.hxx:49
MWAWVec2i m_dim
the dimension width x height
Definition: MWAWGraphicStyle.hxx:242
bool readBitmapData(MWAWInputStream &input, bool packed)
parses the bitmap data zone
Definition: ApplePictParser.cxx:131
void drawPie(DrawingMethod method, int startAngle, int dAngle)
draw the current circle
Definition: ApplePictParser.cxx:2351
MWAWVec2i m_textPosition
the actual text position
Definition: ApplePictParser.cxx:612
virtual bool valid() const
returns true if the picture is valid
Definition: MWAWPictBitmap.hxx:475
MWAWVec2f m_origin
the origin
Definition: ApplePictParser.cxx:608
Type m_type
the type
Definition: MWAWGraphicShape.hxx:191
shared_ptr< Region > m_region
the region
Definition: ApplePictParser.cxx:195
Definition: libmwaw_internal.hxx:142
State()
constructor
Definition: ApplePictParser.cxx:522
long begin() const
returns the begin offset
Definition: MWAWEntry.hxx:72
void setLength(long l)
sets the zone size
Definition: MWAWEntry.hxx:61
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:293
void drawText(MWAWEntry const &entry)
draw a current text
Definition: ApplePictParser.cxx:2436
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:226
MWAWBox2< float > MWAWBox2f
MWAWBox2 of float.
Definition: libmwaw_internal.hxx:1134
MWAWBox2i m_rectangle
the last rectangle
Definition: ApplePictParser.cxx:640
int m_rowBytes
the num of bytes used to store a row
Definition: ApplePictParser.cxx:494
bool isInvisible(ApplePictParser::DrawingMethod method) const
returns true if the shape is invisible
Definition: ApplePictParser.cxx:533
int m_mode
the encoding mode ?
Definition: ApplePictParser.cxx:515
MWAWBox2i m_bdBox
the bdbox
Definition: ApplePictParser.cxx:83
internal: low level class to store a region
Definition: ApplePictParser.cxx:64
bool get(MWAWEmbeddedObject &picture) const
returns the pixmap
Definition: ApplePictParser.cxx:455
void drawLine(MWAWVec2i const &pt)
draw a line from current position to position
Definition: ApplePictParser.cxx:2294
static std::string getModeName(int mode)
debug function to print a mode name
Definition: ApplePictParser.cxx:2120
std::vector< MWAWVec2i > m_points
the set of points which defines the mask
Definition: ApplePictParser.cxx:85
static MWAWGraphicShape arc(MWAWBox2f const &box, MWAWBox2f const &circleBox, MWAWVec2f const &angles)
static constructor to create a arc
Definition: MWAWGraphicShape.hxx:120
bool m_afterQuicktime
a flag to know if we have found a quicktime picture/movie
Definition: ApplePictParser.cxx:650
MWAWColor m_colors[2]
the two indexed colors
Definition: MWAWGraphicStyle.hxx:245
MWAWParserStatePtr getParserState()
returns the parser state
Definition: MWAWParser.hxx:113
bool readBWPattern(MWAWGraphicStyle::Pattern &pattern)
try to read a bw pattern
Definition: ApplePictParser.cxx:1654
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:503
@ D_PAINT
Definition: ApplePictParser.hxx:67
long end() const
returns the end offset
Definition: MWAWEntry.hxx:77
MWAWColor m_lineColor
the line color
Definition: MWAWGraphicStyle.hxx:383
friend std::ostream & operator<<(std::ostream &o, ColorTable const &f)
operator<< for ColorTable
Definition: ApplePictParser.cxx:229
MWAWBox2< int > MWAWBox2i
MWAWBox2 of int.
Definition: libmwaw_internal.hxx:1132
MWAWBox2i m_pie
the last pie
Definition: ApplePictParser.cxx:646
bool readPixmapData(MWAWInputStream &input)
parses the pixmap data zone
Definition: ApplePictParser.cxx:302
@ italicBit
Definition: MWAWFont.hxx:182
bool readAndDrawRectangle(DrawingMethod method)
read the current rectangle and draw it
Definition: ApplePictParser.cxx:1539
void init()
inits all internal variables
Definition: ApplePictParser.cxx:718
MWAWInputStreamPtr & getInput()
returns the actual input
Definition: MWAWParser.hxx:123
bool read(MWAWInputStream &input)
tries to read a colortable
Definition: ApplePictParser.cxx:208
bool get(MWAWEmbeddedObject &picture) const
returns the bitmap and the type
Definition: ApplePictParser.cxx:178
a bitmap of int to store indexed bitmap
Definition: MWAWPictBitmap.hxx:348
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:614
shared_ptr< ColorTable > m_colorTable
the color table
Definition: ApplePictParser.cxx:505
int m_compSize
logical bits by components
Definition: ApplePictParser.cxx:503
@ Page
Definition: MWAWPosition.hxx:51
MWAWParser * m_parser
the main zone parser
Definition: MWAWSubDocument.hxx:75
virtual bool operator!=(MWAWSubDocument const &doc) const
operator!=
Definition: ApplePictParser.cxx:664
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:96
void addPos(long pos)
adds a new position in the file
Definition: MWAWDebug.cxx:53
void setStream(MWAWInputStreamPtr ip)
resets the input
Definition: MWAWDebug.hxx:73
bool valid() const
returns true if the zone length is positive
Definition: MWAWEntry.hxx:88
shared_ptr< MWAWRSRCParser > MWAWRSRCParserPtr
a smart pointer of MWAWRSRCParser
Definition: libmwaw_internal.hxx:513
long m_packSize
size of data in the packed state
Definition: ApplePictParser.cxx:498
void drawRectangle(DrawingMethod method)
draw the current rectangle
Definition: ApplePictParser.cxx:2309
MWAWVec2< T > size() const
the box size
Definition: libmwaw_internal.hxx:1008
Internal and low level: a class used to read pack/unpack black-white bitmap.
Definition: ApplePictParser.cxx:91
MWAWFont m_font
the actual font
Definition: ApplePictParser.cxx:624
int m_pixelType
format of pixel image
Definition: ApplePictParser.cxx:500
ApplePictParser(MWAWInputStreamPtr input, MWAWRSRCParserPtr rsrcParser, MWAWHeader *header)
constructor
Definition: ApplePictParser.cxx:708
bool readQuicktime(MWAWEmbeddedObject &object, MWAWBox2f &bdBox)
try to read a quicktime zone
Definition: ApplePictParser.cxx:1871
@ MWAW_T_APPLEPICT
Apple Pict: v1 or v2.
Definition: MWAWDocument.hxx:177
AnchorTo m_anchorTo
anchor position
Definition: MWAWPosition.hxx:254
void setMargins(double margin, int wh=libmwaw::LeftBit|libmwaw::RightBit|libmwaw::TopBit|libmwaw::BottomBit)
set all the margins
Definition: MWAWPageSpan.hxx:207
void drawCircle(DrawingMethod method)
draw the current circle
Definition: ApplePictParser.cxx:2338
SubDocument & operator=(SubDocument const &orig)
void updatePosition(MWAWVec2f const &orig, MWAWPosition &pos)
update the position
Definition: ApplePictParser.cxx:592
a bitmap of MWAWColor to store true color bitmap
Definition: MWAWPictBitmap.hxx:455
Class to store font.
Definition: MWAWFont.hxx:44
Pixmap()
Definition: ApplePictParser.cxx:250
static MWAWGraphicShape rectangle(MWAWBox2f const &box, MWAWVec2f const &corners=MWAWVec2f(0, 0))
static constructor to create a rectangle
Definition: MWAWGraphicShape.hxx:103
SubDocument(ApplePictParser &pars, MWAWInputStreamPtr input, MWAWEntry const &entry)
Definition: ApplePictParser.cxx:658
virtual bool valid() const
returns true if the picture is valid
Definition: MWAWPictBitmap.hxx:376
MWAWBox2i m_rect
the bitmap rectangle
Definition: ApplePictParser.cxx:193
bool checkHeader(MWAWHeader *header, bool strict=false)
checks if the document header is correct (or not)
Definition: ApplePictParser.cxx:2191
virtual bool operator==(MWAWSubDocument const &doc) const
operator!==
Definition: ApplePictParser.cxx:673
std::string m_extra
extra data
Definition: ApplePictParser.cxx:87
MWAWVec2< int > MWAWVec2i
MWAWVec2 of int.
Definition: libmwaw_internal.hxx:781
std::stringstream DebugStream
a basic stream (if debug_with_files is not defined, does nothing)
Definition: MWAWDebug.hxx:61
shared_ptr< MWAWListener > MWAWListenerPtr
a smart pointer of MWAWListener
Definition: libmwaw_internal.hxx:505
MWAWBox2i m_dst
the final dimension
Definition: ApplePictParser.cxx:193
@ D_TEXT
Definition: ApplePictParser.hxx:68
void resetGraphicListener()
resets the listener
Definition: MWAWParser.cxx:118
MWAWBox2i m_rect
the pixmap rectangle
Definition: ApplePictParser.cxx:495
shared_ptr< Region > m_region
the region
Definition: ApplePictParser.cxx:509
shared_ptr< MWAWInputStream > m_input
the input
Definition: MWAWSubDocument.hxx:77
A class which defines the page properties.
Definition: MWAWPageSpan.hxx:96
This class contains the code needed to create Graphic document.
Definition: MWAWGraphicListener.hxx:60
MWAWBox2i m_circle
the last circle
Definition: ApplePictParser.cxx:644
void updateStyle(ApplePictParser::DrawingMethod method, MWAWGraphicStyle &style)
update the actual style
Definition: ApplePictParser.cxx:541
std::vector< MWAWVec2i > m_points
the last polygon points
Definition: ApplePictParser.cxx:648
shared_ptr< ApplePictParserInternal::State > m_state
the state
Definition: ApplePictParser.hxx:177
std::vector< MWAWColor > m_colors
the list of colors
Definition: ApplePictParser.cxx:245
Generated on Wed Jun 17 2020 06:30:08 for libmwaw by
doxygen 1.8.18