Public Member Functions |
| | LWRaster (int w, int h, int flags=0) |
| | LWRaster () |
| | ~LWRaster () |
| virtual bool | available () const |
| | Check if the global is available.
|
| void | blitPanel (int srcx, int srcy, LWPanelID pan, int destx, int desty, int w, int h) |
| void | blitPanel (int srcx, int srcy, LWPanel &pan, int destx, int desty, int w, int h) |
| void | blitRaster (LWRasterID raster, int srcx, int srcy, int destx, int desty, int w, int h) |
| void | blitRaster (LWRaster &raster, int srcx, int srcy, int destx, int desty, int w, int h) |
| void | create (int w, int h, int flags=0) |
| void | drawBorder (int indent, int x, int y, int w, int h=0) |
| void | drawBox (int c, int x, int y, int w, int h) |
| void | drawBox (int r, int g, int b, int x, int y, int w, int h) |
| void | drawBoxOutline (int c, int x, int y, int w, int h) |
| void | drawLine (int c, int x1, int y1, int x2, int y2) |
| void | drawPixel (int c, int x, int y) |
| void | drawPixel (int r, int g, int b, int x, int y) |
| void | drawRoundBox (int c, int x, int y, int w, int h, int bevel=2) |
| void | drawText (std::string s, int c, int x, int y) |
| void | drawTo (int c, int x, int y) |
| void | eraseBox (int x, int y, int w, int h) |
| void | fillRoundBox (int c, int x, int y, int w, int h, int bevel=2) |
| virtual LWRasterFuncs * | getGlobal () |
| | Get the pointer to the global.
|
| void | moveTo (int x, int y) |
| LWRasterFuncs * | operator-> () |
| | Get the pointer to the global.
|