#include <expbmp.h>
Inheritance diagram for ExportBitmap:

Public Member Functions | |
| ExportBitmap (KernelBitmap *pNewBmp, INT32 NewRecordNumber) | |
| Create a new export Bitmap list item from the given indexed Bitmap. | |
Public Attributes | |
| KernelBitmap * | pBmp |
| INT32 | RecordNumber |
Definition at line 124 of file expbmp.h.
|
||||||||||||
|
Create a new export Bitmap list item from the given indexed Bitmap.
Definition at line 131 of file expbmp.cpp. 00132 { 00133 ERROR3IF(pNewBmp->HasBeenDeleted(), "Trying to export a deleted bitmap"); 00134 00135 // Initialise our class variables to these specified values. 00136 pBmp = pNewBmp; 00137 RecordNumber = NewRecordNumber; 00138 }
|
|
|
|
|
|
|
1.4.4