libwpg::WPGBitmap Class Reference

#include <WPGBitmap.h>

List of all members.

Classes

class  Private

Public Member Functions

 WPGBitmap (int width, int height, int verticalResolution, int horizontalResolution, bool verticalFlip=false, bool horizontalFlip=false)
 WPGBitmap (const WPGBitmap &)
WPGBitmapoperator= (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
::librevenge::RVNGBinaryData & 
getDIB () const

Private Attributes

Private *const d

Constructor & Destructor Documentation

libwpg::WPGBitmap::WPGBitmap ( int  width,
int  height,
int  verticalResolution,
int  horizontalResolution,
bool  verticalFlip = false,
bool  horizontalFlip = false 
)

Member Function Documentation

void libwpg::WPGBitmap::copyFrom ( const WPGBitmap bitmap)

Referenced by WPGBitmap().

int libwpg::WPGBitmap::hres ( ) const
libwpg::WPGBitmap & libwpg::WPGBitmap::operator= ( const WPGBitmap bitmap)
void libwpg::WPGBitmap::setPixel ( int  x,
int  y,
const WPGColor color 
)
int libwpg::WPGBitmap::vres ( ) const
int libwpg::WPGBitmap::width ( ) const

Member Data Documentation

Private* const libwpg::WPGBitmap::d [private]

Referenced by copyFrom(), and WPGBitmap().


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