#include <bitmap.h>
Public Types | |
| enum | { ACCEPT_VIEWS = 0x0001, SHARE_FRAMEBUFFER = 0x0002 } |
Public Methods | |
| Bitmap (int nWidth, int nHeight, color_space eColorSpc, uint32 nFlags=SHARE_FRAMEBUFFER) | |
| virtual | ~Bitmap () |
| bool | IsValid (void) const |
| color_space | GetColorSpace () const |
| Rect | GetBounds (void) const |
| int | GetBytesPerRow () const |
| virtual void | AddChild (View *pcView) |
| virtual bool | RemoveChild (View *pcView) |
| View * | FindView (const char *pzName) const |
| void | Sync (void) |
| void | Flush (void) |
| uint8 * | LockRaster (void) |
| void | UnlockRaster () |
Friends | |
| class | View |
| class | Window |
| class | Sprite |
|
|
|
|
|||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.9.1 written by Dimitri van Heesch,
© 1997-2001