#include <c4d_basebitmap.h>
An alias link to a bitmap. If the bitmap is deleted it will return nullptr.
Private Member Functions | |
| BaseBitmapLink () | |
| ~BaseBitmapLink () | |
Alloc/Free | |
| static BaseBitmapLink * | Alloc (void) |
| static void | Free (BaseBitmapLink *&bll) |
Get/Set Link | |
| BaseBitmap * | Get () const |
| void | Set (BaseBitmap *bmp) |
|
private |
|
private |
|
static |
|
static |
| BaseBitmap* Get | ( | ) | const |
Gets the linked bitmap.
| void Set | ( | BaseBitmap * | bmp | ) |
Sets the link for the bitmap.
| [in] | bmp | The bitmap to be linked. |