ImportBitmap Class Reference

Represents a bitmap object that has been loaded in from the file already. This enables any other references to the bitmap to be resolved as we have a mechanism to remember that a bitmap definition has already been loaded into the file and the record number it was loaded under. More...

#include <impbmp.h>

Inheritance diagram for ImportBitmap:

ListItem CCObject SimpleCCObject List of all members.

Public Member Functions

 ImportBitmap (KernelBitmap *pNewBmp, INT32 NewRecordNumber)
 Create a new export Bitmap list item from the given indexed Bitmap.

Public Attributes

KernelBitmappBmp
INT32 RecordNumber

Detailed Description

Represents a bitmap object that has been loaded in from the file already. This enables any other references to the bitmap to be resolved as we have a mechanism to remember that a bitmap definition has already been loaded into the file and the record number it was loaded under.

Author:
Neville_Humphrys (Xara Group Ltd) <camelotdev@xara.com>
Date:
11/6/96
See also:
BitmapListComponent;

Definition at line 124 of file impbmp.h.


Constructor & Destructor Documentation

ImportBitmap::ImportBitmap KernelBitmap pNewBmp,
INT32  NewRecordNumber
 

Create a new export Bitmap list item from the given indexed Bitmap.

Author:
Neville_Humphrys (Xara Group Ltd) <camelotdev@xara.com>
Date:
11/6/96
Parameters:
pNewBmp - the Bitmap to put in the list. [INPUTS] RecordNumber - the number of the record that this Bitmap definition has been saved in.
See also:
ImportBitmapList;

Definition at line 132 of file impbmp.cpp.

00133 {
00134     // Initialise our class variables to these specified values.
00135     pBmp = pNewBmp;
00136     RecordNumber = NewRecordNumber;
00137 }


Member Data Documentation

KernelBitmap* ImportBitmap::pBmp
 

Definition at line 133 of file impbmp.h.

INT32 ImportBitmap::RecordNumber
 

Definition at line 137 of file impbmp.h.


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