Public Member Functions | |
Private () | |
~Private () | |
void | SetBitmap (Bitmap *pcBitmap) |
Set the bitmap pointer, delete old bitmap, if any. | |
void | AssertBitmap () const |
Make sure that we have a bitmap. | |
void | AssertBitmapFlags (uint32 nFlags) |
Make sure that the bitmap was allocated with the right flags, change otherwise. | |
Public Attributes | |
Bitmap * | m_pcBitmap |
Pointer to the Bitmap. | |
uint32 | m_nBitmapFlags |
Bitmap Flags (see os::Bitmap). | |
View * | m_pcView |
View for rendering to the bitmap. |
os::BitmapImage::Private::Private | ( | ) | [inline] |
os::BitmapImage::Private::~Private | ( | ) | [inline] |
void os::BitmapImage::Private::SetBitmap | ( | Bitmap * | pcBitmap | ) | [inline] |
void os::BitmapImage::Private::AssertBitmap | ( | ) | const [inline] |
void os::BitmapImage::Private::AssertBitmapFlags | ( | uint32 | nFlags | ) | [inline] |