|
LightWrap++
AC++wrapperfortheLightWave3DSDK
|
Wrapper for LWXPanelFuncs. More...
Include dependency graph for xpanel.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | lwpp::XPanel |
| Wrapper for a LWXPanel. More... | |
| class | lwpp::XPanelFuncs |
| Wrapper for LWXPanelFuncs. More... | |
| class | lwpp::XPanelView |
| Base for classes that can handle XPanel view data. More... | |
| class | lwpp::XPDrawArea |
Namespaces | |
| namespace | lwpp |
| contain Carbon specific code for the OSX XCode version platform_carbon.cpp lwpp | |
Macros | |
| #define | LW_COLOUR(red, green, blue) (0x01000000 | (red<<16) | (blue<<8) | green) |
| Use any RGB value as a LW pen colour. | |
Functions | |
| template<typename T > | |
| void | lwpp::LWXPanelBtnClickFunc (LWXPanelID panel, int cid) |
Wrapper for LWXPanelFuncs.
| #define LW_COLOUR | ( | red, | |
| green, | |||
| blue | |||
| ) | (0x01000000 | (red<<16) | (blue<<8) | green) |
Use any RGB value as a LW pen colour.