![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXBitmap.h>
Inheritance diagram for FX::FXBitmap:

Public Member Functions | |
| FXBitmap (FXApp *a, const void *pix=NULL, FXuint opts=0, FXint w=1, FXint h=1) | |
| virtual void | create () |
| virtual void | detach () |
| virtual void | destroy () |
| virtual void | render () |
| virtual void | release () |
| FXbool | getPixel (FXint x, FXint y) const |
| void | setPixel (FXint x, FXint y, FXbool color) |
| virtual void | resize (FXint w, FXint h) |
| virtual void | save (FXStream &store) const |
| virtual void | load (FXStream &store) |
| virtual FXbool | savePixels (FXStream &store) const |
| virtual FXbool | loadPixels (FXStream &store) |
| virtual | ~FXBitmap () |
Friends | |
| class | FXDC |
| class | FXDCWindow |
| class | FXDrawable |
| class | FXTopWindow |
See also:
|
||||||||||||||||||||||||
|
Create an image.
|
|
|
Cleanup.
|
|
|
Create bitmap.
Reimplemented from FX::FXId. |
|
|
Detach from bitmap.
Reimplemented from FX::FXId. |
|
|
Destroy bitmap.
Reimplemented from FX::FXId. |
|
|
Render pixels.
|
|
|
Release the client-side pixels buffer, freeing it if it was owned.
|
|
||||||||||||
|
Get pixel at x,y.
|
|
||||||||||||||||
|
Change pixel at x,y.
|
|
||||||||||||
|
Resize bitmap to the specified width and height; the contents become undefined.
Reimplemented from FX::FXDrawable. |
|
|
Save object to stream.
Reimplemented from FX::FXDrawable. |
|
|
Load object from stream.
Reimplemented from FX::FXDrawable. |
|
|
Save pixel data only.
|
|
|
Load pixel data only.
|
|
|