#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 | ) |
void libwpg::WPGBitmap::copyFrom | ( | const WPGBitmap & | bitmap | ) |
Referenced by WPGBitmap().
const ::WPXBinaryData & libwpg::WPGBitmap::getDIB | ( | ) | const |
int libwpg::WPGBitmap::height | ( | ) | const |
int libwpg::WPGBitmap::hres | ( | ) | const |
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 |
int libwpg::WPGBitmap::width | ( | ) | const |
Private* const libwpg::WPGBitmap::d [private] |
Referenced by copyFrom(), and WPGBitmap().