#include <wrapper.h>
List of all members.
Static Public Member Functions |
| static int | PopCount (void *inst) |
| | PopCount callback for LightWave.
|
| static const char * | PopName (void *inst, int n) |
| | PopUpName name callback for LightWave.
|
Protected Member Functions |
| virtual size_t | popCount (void) |
| | Actual worker function to be supplied by the deriving class.
|
| virtual const char * | popName (int n) |
| | Actual worker function to be supplied by the deriving class.
|
Protected Attributes |
| int | index |
Constructor & Destructor Documentation
Member Function Documentation
Return the index number of a certain entry.
| const char* lwpp::PopUpCallback::GetSelectedName |
( |
| ) |
|
|
inlineinherited |
| static int lwpp::PopUpCallback::PopCount |
( |
void * |
inst | ) |
|
|
inlinestaticinherited |
Actual worker function to be supplied by the deriving class.
- Returns:
- The number of items
Implements lwpp::PopUpCallback.
| static const char* lwpp::PopUpCallback::PopName |
( |
void * |
inst, |
|
|
int |
n |
|
) |
| |
|
inlinestaticinherited |
Actual worker function to be supplied by the deriving class.
- Parameters:
-
- Returns:
- The name of the item
Implements lwpp::PopUpCallback.
Member Data Documentation
| int lwpp::PopUpCallback::index |
|
protectedinherited |
The documentation for this class was generated from the following file: