|
LightWrap++
AC++wrapperfortheLightWave3DSDK
|
#include <lwpp/panel.h>
Inheritance diagram for lwpp::LWPanelListCallBacks:Public Member Functions | |
| virtual int | controlCount (PanelControl &control)=0 |
| Return the number of items on the ListBox. | |
| virtual const char * | controlName (PanelControl &control, int index)=0 |
| Return the name of the item showed on the ListBox. | |
Inherit from this and override the virtual functions to handle List Box control events
|
pure virtual |
Return the number of items on the ListBox.
| control | reference to the control |
Implemented in lwpp::LogPanel.
|
pure virtual |
Return the name of the item showed on the ListBox.
Implemented in lwpp::LogPanel.