#include <multilistbox.h>
Public Types | |
| typedef T | DataType |
Public Member Functions | |
| PG_ListBoxDataItem (PG_Widget *parent, int height, const std::string &text, const T &data, SDL_Surface *icon=NULL) | |
| T | getData () |
Definition at line 25 of file multilistbox.h.
| typedef T PG_ListBoxDataItem< T >::DataType |
Definition at line 27 of file multilistbox.h.
| PG_ListBoxDataItem< T >::PG_ListBoxDataItem | ( | PG_Widget * | parent, | |
| int | height, | |||
| const std::string & | text, | |||
| const T & | data, | |||
| SDL_Surface * | icon = NULL | |||
| ) | [inline] |
Definition at line 31 of file multilistbox.h.
| T PG_ListBoxDataItem< T >::getData | ( | ) | [inline] |
Definition at line 32 of file multilistbox.h.
1.5.1