#include <bitmap.h>
Public Member Functions |
|
| virtual BOOL | Init (const MCHAR *filename)=0 |
| virtual int | LayerCount ()=0 |
| virtual MSTR | LayerName (int index)=0 |
| virtual BOOL | SetLayer (int index, BitmapInfo *bi, BOOL fulframe=TRUE)=0 |
| virtual BOOL Init | ( | const MCHAR * | filename | ) | [pure virtual] |
| virtual int LayerCount | ( | ) | [pure virtual] |
| virtual MSTR LayerName | ( | int | index | ) | [pure virtual] |
| virtual BOOL SetLayer | ( | int | index, |
| BitmapInfo * | bi, | ||
| BOOL | fulframe =
TRUE |
||
| ) | [pure virtual] |