|
LightWrap++
AC++wrapperfortheLightWave3DSDK
|
This is the complete list of members for lwpp::XPDrawArea, including all inherited members.
| clear(int r, int g, int b) const | lwpp::XPDrawArea | inline |
| clear(int c) const | lwpp::XPDrawArea | inline |
| drawBorder(int indent, int x, int y, int w, int h) const | lwpp::XPDrawArea | inline |
| drawBox(int c, int x, int y, int w, int h) const | lwpp::XPDrawArea | inline |
| drawBox(int r, int g, int b, int x, int y, int w, int h) const | lwpp::XPDrawArea | inline |
| drawLine(int c, int x, int y, int x2, int y2) const | lwpp::XPDrawArea | inline |
| drawPixel(int c, int x, int y) const | lwpp::XPDrawArea | inline |
| drawPixel(int r, int g, int b, int x, int y) const | lwpp::XPDrawArea | inline |
| drawPixel(float r, float g, float b, int x, int y) const | lwpp::XPDrawArea | inline |
| drawText(const char *s, int c, int x, int y) const | lwpp::XPDrawArea | inline |
| getHeight() const | lwpp::XPDrawArea | inline |
| getID() | lwpp::XPDrawArea | inline |
| getWidth() const | lwpp::XPDrawArea | inline |
| mAreaId | lwpp::XPDrawArea | protected |
| mDrawFuncs | lwpp::XPDrawArea | protected |
| mHeight | lwpp::XPDrawArea | protected |
| mWidth | lwpp::XPDrawArea | protected |
| textHeight(const char *s) const | lwpp::XPDrawArea | inline |
| textWidth(const char *s) const | lwpp::XPDrawArea | inline |
| XPDrawArea(LWXPDrAreaID _id, int w, int h) | lwpp::XPDrawArea | inline |
| XPDrawArea(LWXPDrAreaID _id, LWXPDrawFuncs *_df, int w, int h) | lwpp::XPDrawArea | inline |