LightWrap++
AC++wrapperfortheLightWave3DSDK
lwpp::SimpleContextMenu Class Reference

#include <contextmenu.h>

+ Inheritance diagram for lwpp::SimpleContextMenu:
+ Collaboration diagram for lwpp::SimpleContextMenu:

List of all members.

Public Member Functions

 SimpleContextMenu (const char **_entries, int width)
int Deploy (LWPanelID panel, int select)

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.

Detailed Description

This is a simple version of a context menu


Constructor & Destructor Documentation

lwpp::SimpleContextMenu::SimpleContextMenu ( const char **  _entries,
int  width 
)
inline

Member Function Documentation

size_t lwpp::ContextMenuCallback::countFn ( void *  inst)
staticinherited

Static member function to be passed as a LW Callback.

int lwpp::SimpleContextMenu::Deploy ( LWPanelID  panel,
int  select 
)
inline
char * lwpp::ContextMenuCallback::nameFn ( void *  inst,
int  n 
)
staticinherited

Static member function to be passed as a LW Callback.


The documentation for this class was generated from the following file: