#include <bitmap.h>
This class is used for storing a linked list of Bitmap Manager BMM_IOHandler objects.
It provides methods for working with IO module devices derived from BitmapIO. All methods of this class are implemented by the system.
Public Member Functions |
|
| BMM_IOList () | |
| BOOL | Listed (BOOL f) |
| BOOL | Listed () |
| BMMExport int | FindDevice (const MCHAR *name) |
| BMMExport int | FindDeviceFromFilename (const MCHAR *name) |
| BMMExport int | ResolveDevice (BitmapInfo *bi) |
| BMMExport DWORD | GetDeviceCapabilities (const MCHAR *name) |
| BMMExport BitmapIO * | CreateDevInstance (const MCHAR *d) |
| BMMExport BitmapIO * | CreateDevInstance (int idx) |
| BMM_IOList | ( | ) | [inline] |
{ listed = FALSE; }
| BOOL Listed | ( | BOOL | f | ) | [inline] |
{ listed = f; return (listed);};
| BOOL Listed | ( | ) | [inline] |
{ return (listed);};
| BMMExport int FindDevice | ( | const MCHAR * | name | ) |
| BMMExport int FindDeviceFromFilename | ( | const MCHAR * | name | ) |
| BMMExport int ResolveDevice | ( | BitmapInfo * | bi | ) |
| BMMExport DWORD GetDeviceCapabilities | ( | const MCHAR * | name | ) |
| BMMExport BitmapIO* CreateDevInstance | ( | const MCHAR * | d | ) |
| BMMExport BitmapIO* CreateDevInstance | ( | int | idx | ) |