MWAWPictBitmapBW Class Reference

a bitmap of bool to store black-white bitmap More...

#include <MWAWPictBitmap.hxx>

Inheritance diagram for MWAWPictBitmapBW:
MWAWPictBitmap MWAWPict

Public Member Functions

virtual SubType getSubType () const
 returns the picture subtype
virtual int cmp (MWAWPict const &a) const
 
a virtual function used to obtain a strict order,

must be redefined in the subs class

virtual bool valid () const
 returns true if the picture is valid
 MWAWPictBitmapBW (Vec2i const &sz)
 the constructor
Vec2i const & size () const
 the picture size
int numRows () const
 the number of rows
int numColumns () const
 the number of columns
bool get (int i, int j) const
 returns a cell content
bool const * getRow (int j) const
 returns the cells content of a row
void set (int i, int j, bool v)
 sets a cell contents
void setRow (int j, bool const *val)
 sets all cell contents of a row
void setRowPacked (int j, unsigned char const *val)
 sets all cell contents of a row given packed m_data
void setColumn (int i, bool const *val)
 sets all cell contents of a column
- Public Member Functions inherited from MWAWPictBitmap
virtual Type getType () const
 returns the picture type
virtual bool getBinary (WPXBinaryData &res, std::string &s) const
 returns the final WPXBinary data
- Public Member Functions inherited from MWAWPict
virtual ~MWAWPict ()
 virtual destructor
Box2f getBdBox () const
 returns the bdbox of the picture
void setBdBox (Box2f const &box)
 sets the bdbox of the picture

Protected Member Functions

virtual bool createFileData (WPXBinaryData &result) const
 function which creates the result file
- Protected Member Functions inherited from MWAWPictBitmap
 MWAWPictBitmap (Vec2i const &sz)
 protected constructor: use check to construct a picture
- Protected Member Functions inherited from MWAWPict
void extendBDBox (float val)
 udaptes the bdbox, by extended it by (val-previousVal)
 MWAWPict ()
 protected constructor must not be called directly
 MWAWPict (MWAWPict const &p)
 protected constructor must not be called directly
MWAWPictoperator= (MWAWPict const &p)
 protected operator= must not be called directly

Protected Attributes

MWAWPictBitmapContainerBool m_data
 the data

Additional Inherited Members

- Public Types inherited from MWAWPictBitmap
enum  SubType { BW, Indexed, Color }
 the picture subtype: blackwhite, indexed, color More...
- Static Protected Member Functions inherited from MWAWPict
static Box2f getBdBox (int numPt, Vec2f const *pt)
 computes the minimum and maximum of a list of point

Detailed Description

a bitmap of bool to store black-white bitmap

Constructor & Destructor Documentation

MWAWPictBitmapBW::MWAWPictBitmapBW ( Vec2i const &  sz)
inline

the constructor

Member Function Documentation

virtual int MWAWPictBitmapBW::cmp ( MWAWPict const &  a) const
inlinevirtual

a virtual function used to obtain a strict order,

must be redefined in the subs class

Reimplemented from MWAWPictBitmap.

bool MWAWPictBitmapBW::createFileData ( WPXBinaryData &  result) const
protectedvirtual

function which creates the result file

Implements MWAWPictBitmap.

bool MWAWPictBitmapBW::get ( int  i,
int  j 
) const
inline

returns a cell content

bool const* MWAWPictBitmapBW::getRow ( int  j) const
inline

returns the cells content of a row

virtual SubType MWAWPictBitmapBW::getSubType ( ) const
inlinevirtual

returns the picture subtype

Implements MWAWPictBitmap.

int MWAWPictBitmapBW::numColumns ( ) const
inline

the number of columns

int MWAWPictBitmapBW::numRows ( ) const
inline

the number of rows

void MWAWPictBitmapBW::set ( int  i,
int  j,
bool  v 
)
inline

sets a cell contents

void MWAWPictBitmapBW::setColumn ( int  i,
bool const *  val 
)
inline

sets all cell contents of a column

void MWAWPictBitmapBW::setRow ( int  j,
bool const *  val 
)
inline

sets all cell contents of a row

void MWAWPictBitmapBW::setRowPacked ( int  j,
unsigned char const *  val 
)
inline

sets all cell contents of a row given packed m_data

Vec2i const& MWAWPictBitmapBW::size ( ) const
inline

the picture size

virtual bool MWAWPictBitmapBW::valid ( ) const
inlinevirtual

returns true if the picture is valid

Reimplemented from MWAWPictBitmap.

Member Data Documentation


The documentation for this class was generated from the following files:

Generated on Wed May 22 2013 18:12:46 for libmwaw by doxygen 1.8.1.2