Function |
Description |
---|
AddChild() |
Add a view to a BBitmap |
Archive() |
Archives the BBitmap into a BMessage |
BBitmap() |
Constructor |
~BBitmap() |
Destructor |
Bits() |
Returns pointer to bitmap data |
BitsLength() |
Returns length of bitmap data in bytes |
Bounds() |
Returns bounds rectangle of the BBitmap |
BytesPerRow() |
Returns number of bytes required to store one line of data |
ChildAt() |
Returns pointer to a child view |
ColorSpace() |
Returns color space of bitmap data |
CountChildren() |
Returns number of child views |
FindView() |
Returns pointer to a child view |
Instantiate() |
Creates a BBitmap from a BMessage |
IsLocked() |
Tests whether the off-screen window is locked |
IsValid() |
Returns true if memory exists for the bitmap |
Lock() |
Locks off-screen window |
RemoveChild() |
Removes a child view |
SetBits() |
Imports bitmap data |
Unlock() |
Unlocks off-screen window |