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

#include <lwpp/panel.h>

+ Inheritance diagram for lwpp::LWPanelListCallBacks:

List of all members.

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.

Detailed Description

Inherit from this and override the virtual functions to handle List Box control events


Member Function Documentation

virtual int lwpp::LWPanelListCallBacks::controlCount ( PanelControl control)
pure virtual

Return the number of items on the ListBox.

Parameters:
controlreference to the control

Implemented in lwpp::LogPanel.

virtual const char* lwpp::LWPanelListCallBacks::controlName ( PanelControl control,
int  index 
)
pure virtual

Return the name of the item showed on the ListBox.

Implemented in lwpp::LogPanel.


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