|
LightWrap++
AC++wrapperfortheLightWave3DSDK
|
Base class for context menus. More...
#include <wrapper.h>
Inheritance diagram for lwpp::ContextMenuCallback:Static Public Member Functions | |
| static size_t | countFn (void *inst) |
| Static member function to be passed as a LW Callback. | |
| static char * | nameFn (void *inst, int n) |
| Static member function to be passed as a LW Callback. | |
Protected Member Functions | |
| virtual size_t | count (void)=0 |
| Count the number of items in the context menu. | |
| virtual const char * | name (int n)=0 |
| Retrieve the name of an item from the context menu. | |
Base class for context menus.
Derive a class from this to get instant static callbacks, an example would be DynamicContextMenu
|
protectedpure virtual |
Count the number of items in the context menu.
Implemented in lwpp::DynamicContextMenu.
|
static |
Static member function to be passed as a LW Callback.
|
protectedpure virtual |
Retrieve the name of an item from the context menu.
Implemented in lwpp::DynamicContextMenu.
|
static |
Static member function to be passed as a LW Callback.