|
SubType | getSubType () const final |
| returns the picture subtype More...
|
|
int | cmp (MWAWPict const &a) const final |
| a virtual function used to obtain a strict order, must be redefined in the subs class More...
|
|
bool | valid () const final |
| returns true if the picture is valid More...
|
|
| MWAWPictBitmapBW (MWAWVec2i const &sz) |
| the constructor More...
|
|
MWAWVec2i const & | size () const |
| the picture size More...
|
|
int | numRows () const |
| the number of rows More...
|
|
int | numColumns () const |
| the number of columns More...
|
|
bool | get (int i, int j) const |
| returns a cell content More...
|
|
bool const * | getRow (int j) const |
| returns the cells content of a row More...
|
|
void | set (int i, int j, bool v) |
| sets a cell contents More...
|
|
void | setRow (int j, bool const *val) |
| sets all cell contents of a row More...
|
|
void | setRowPacked (int j, unsigned char const *val, unsigned char const *end) |
| sets all cell contents of a row given packed m_data More...
|
|
void | setColumn (int i, bool const *val) |
| sets all cell contents of a column More...
|
|
| ~MWAWPictBitmap () override |
| destructor More...
|
|
Type | getType () const override |
| returns the picture type More...
|
|
virtual SubType | getSubType () const =0 |
| returns the picture subtype More...
|
|
bool | getBinary (MWAWEmbeddedObject &picture) const override |
| returns the final picture More...
|
|
virtual bool | valid () const |
| returns true if the picture is valid More...
|
|
int | cmp (MWAWPict const &a) const override |
| a virtual function used to obtain a strict order, must be redefined in the subs class More...
|
|
virtual | ~MWAWPict () |
| virtual destructor More...
|
|
virtual Type | getType () const =0 |
| returns the picture type More...
|
|
MWAWBox2f | getBdBox () const |
| returns the bdbox of the picture More...
|
|
void | setBdBox (MWAWBox2f const &box) |
| sets the bdbox of the picture More...
|
|
virtual bool | getBinary (MWAWEmbeddedObject &) const |
| tries to convert the picture in a binary data : More...
|
|
virtual int | cmp (MWAWPict const &a) const |
| a virtual function used to obtain a strict order, must be redefined in the subs class More...
|
|
|
enum | SubType { BW
, Indexed
, Color
} |
| the picture subtype: blackwhite, indexed, color More...
|
|
enum | Type { PictData
, Bitmap
, Unknown
} |
| the different picture types: More...
|
|
enum | ReadResult { MWAW_R_BAD =0
, MWAW_R_OK
, MWAW_R_OK_EMPTY
, MWAW_R_MAYBE
} |
| an enum to defined the result of a parsing use by some picture's classes which can read their data More...
|
|
static MWAWBox2f | getBdBox (int numPt, MWAWVec2f const *pt) |
| computes the minimum and maximum of a list of point More...
|
|
a bitmap of bool to store black-white bitmap