#include <StringListBox.h>
Inheritance diagram for OglGui::StringListBox:


Public Types | |
| typedef std::vector< std::string > | StrVector |
Public Member Functions | |
| StringListBox (int x, int y, int w, int h) | |
| StringListBox (Window *parent, int w, int h) | |
| StringListBox (Window *parent, int x, int y, int w, int h) | |
| void | AddColumn (strconst colName, int colWidth=100, ULONG bg=0) |
| void | AddColumn (strconst colName, StrVector *strVector, int colWidth=100, ULONG bg=0) |
| void | AddString (strconst str, int colIdx, ULONG col=oglBLACK, int opts=0, int insertAt=-1) |
| virtual void | DisplayFunc () |
Private Member Functions | |
| void | Init () |
Private Attributes | |
| DocScroller * | mScroller |
| StringColumns * | mStrColumns |
Definition at line 26 of file StringListBox.h.
1.5.1