Pyro higlevel API
Public Member Functions | Public Attributes | List of all members
os::BitmapImage::Private Class Reference

Public Member Functions

 Private ()
 
 ~Private ()
 
void SetBitmap (Bitmap *pcBitmap)
 Set the bitmap pointer, delete old bitmap, if any. More...
 
void AssertBitmap () const
 Make sure that we have a bitmap. More...
 
void AssertBitmapFlags (uint32 nFlags)
 Make sure that the bitmap was allocated with the right flags, change otherwise. More...
 

Public Attributes

Bitmapm_pcBitmap
 Pointer to the Bitmap. More...
 
uint32 m_nBitmapFlags
 Bitmap Flags (see os::Bitmap) More...
 
Viewm_pcView
 View for rendering to the bitmap. More...
 

Constructor & Destructor Documentation

os::BitmapImage::Private::Private ( )
inline
os::BitmapImage::Private::~Private ( )
inline

Member Function Documentation

void os::BitmapImage::Private::AssertBitmap ( ) const
inline
void os::BitmapImage::Private::AssertBitmapFlags ( uint32  nFlags)
inline
void os::BitmapImage::Private::SetBitmap ( Bitmap pcBitmap)
inline

Member Data Documentation

uint32 os::BitmapImage::Private::m_nBitmapFlags
Bitmap* os::BitmapImage::Private::m_pcBitmap
View* os::BitmapImage::Private::m_pcView