KernelBmpListItem Class Reference

Holds a pointer to a KernelBitmap for tracking the creation of bitmaps for cleanup purposes. This class should be eliminated by modifying the bitmap classes to correctly reference count and handle the concept of temporary bitmaps. More...

#include <bitmap.h>

Inheritance diagram for KernelBmpListItem:

ListItem CCObject SimpleCCObject List of all members.

Public Member Functions

 KernelBmpListItem (KernelBitmap *pBmp=NULL)

Public Attributes

KernelBitmapm_pBmp

Detailed Description

Holds a pointer to a KernelBitmap for tracking the creation of bitmaps for cleanup purposes. This class should be eliminated by modifying the bitmap classes to correctly reference count and handle the concept of temporary bitmaps.

Author:
Gerry_Iles (Xara Group Ltd) <camelotdev@xara.com>
Date:
19/09/05

Definition at line 458 of file bitmap.h.


Constructor & Destructor Documentation

KernelBmpListItem::KernelBmpListItem KernelBitmap pBmp = NULL  )  [inline]
 

Definition at line 462 of file bitmap.h.

00463     {
00464         m_pBmp = pBmp;
00465     }


Member Data Documentation

KernelBitmap* KernelBmpListItem::m_pBmp
 

Definition at line 467 of file bitmap.h.


The documentation for this class was generated from the following file:
Generated on Sat Nov 10 03:55:40 2007 for Camelot by  doxygen 1.4.4