#include <RgbDataSrcLavcTestGUI.h>
Inheritance diagram for Impala::Visualization::DropDownList:
Public Member Functions | |
DropDownList (Window *W, int x, int y, int w, int h, std::string head) | |
void | AddString (std::string s) |
void | SetDefault (int strIndex) |
void | StringSelectionEvent (StringSelector *src, int strIndex, void *listenerData) |
virtual void | WindowMouseEvent (Window *src, int msg, int but, int state, int x, int y, void *listenerData) |
int | GetCurSel () |
Public Attributes | |
StringSelector * | mList |
int | mCurSelection |
Definition at line 785 of file RgbDataSrcLavcTestGUI.h.