#include <WPGBitmap.h>
Classes | |
class | Private |
Public Member Functions | |
WPGBitmap (int width, int height, int verticalResolution, int horizontalResolution, bool verticalFlip=false, bool horizontalFlip=false) | |
WPGBitmap (const WPGBitmap &) | |
WPGBitmap & | operator= (const WPGBitmap &) |
void | copyFrom (const WPGBitmap &) |
~WPGBitmap () | |
int | width () const |
int | height () const |
int | vres () const |
int | hres () const |
void | setPixel (int x, int y, const WPGColor &color) |
const ::WPXBinaryData & | getDIB () const |
Private Attributes | |
Private *const | d |
libwpg::WPGBitmap::WPGBitmap | ( | int | width, | |
int | height, | |||
int | verticalResolution, | |||
int | horizontalResolution, | |||
bool | verticalFlip = false , |
|||
bool | horizontalFlip = false | |||
) |
libwpg::WPGBitmap::WPGBitmap | ( | const WPGBitmap & | bitmap | ) |
libwpg::WPGBitmap::~WPGBitmap | ( | ) |
void libwpg::WPGBitmap::copyFrom | ( | const WPGBitmap & | bitmap | ) |
Referenced by operator=(), and WPGBitmap().
const ::WPXBinaryData & libwpg::WPGBitmap::getDIB | ( | ) | const |
int libwpg::WPGBitmap::height | ( | ) | const |
Referenced by getDIB().
int libwpg::WPGBitmap::hres | ( | ) | const |
Referenced by getDIB().
libwpg::WPGBitmap & libwpg::WPGBitmap::operator= | ( | const WPGBitmap & | bitmap | ) |
void libwpg::WPGBitmap::setPixel | ( | int | x, | |
int | y, | |||
const WPGColor & | color | |||
) |
Referenced by WPG1Parser::fillPixels(), and WPG2Parser::handleBitmapData().
int libwpg::WPGBitmap::vres | ( | ) | const |
Referenced by getDIB().
int libwpg::WPGBitmap::width | ( | ) | const |
Referenced by getDIB().
Private* const libwpg::WPGBitmap::d [private] |
Referenced by copyFrom(), getDIB(), height(), hres(), setPixel(), vres(), width(), WPGBitmap(), and ~WPGBitmap().