Public Member Functions | Public Attributes

PBBitmap Class Reference

This reference page is linked to from the following overview topics: Parameter Types.


Search for all occurrences

Detailed Description

See also:
Class IParamBlock2, Class Bitmap, Class BitmapInfo, Class BitmapManager.

Description:
This class is available in release 3.0 and later only.

This is a Bitmap/BitmapInfo wrapper class. It is used by ParamBlock2s to store bitmap information. The class has two public data members that hold the BitmapInfo and the Bitmap itself.
Data Members:
BitmapInfo bi;

Stores the BitmapInfo for the bitmap.

Bitmap *bm;

Points to the Bitmap itself.

#include <pbbitmap.h>

Inheritance diagram for PBBitmap:
Inheritance graph
[legend]

List of all members.

Public Member Functions

PB2Export  PBBitmap (BitmapInfo &bi)
  PBBitmap ()
PB2Export  ~PBBitmap ()
PB2Export void  Load ()
PB2Export PBBitmap Clone ()

Public Attributes

BitmapInfo  bi
Bitmap bm

Constructor & Destructor Documentation

PB2Export PBBitmap ( BitmapInfo bi )
Remarks:
Implemented by the System

Constructor. The BitmapInfo data member is initialized to the BitmapInfo passed. The Bitmap pointer is set to NULL.
PBBitmap ( ) [inline]
Remarks:
Implemented by the System

Constructor. The Bitmap pointer is set to NULL.
{ bm = NULL; }
PB2Export ~PBBitmap ( )
Remarks:
Implemented by the System

Destructor. The Bitmap, if allocated, is deallocated.

Member Function Documentation

PB2Export void Load ( )
Remarks:
Implemented by the System

The BitmapManager is used to Load the bitmap as specified by the BitmapInfo.
PB2Export PBBitmap* Clone ( )
Remarks:
Implemented by the System

Makes a copy of the bitmap and returns a pointer to it.

Member Data Documentation


PBBitmap PBBitmap PBBitmap PBBitmap PBBitmap PBBitmap PBBitmap PBBitmap PBBitmap PBBitmap
PBBitmap PBBitmap PBBitmap PBBitmap PBBitmap PBBitmap PBBitmap PBBitmap PBBitmap PBBitmap