Public Member Functions | |
| KListBoxItem () | |
| KListBoxItem (KStr &sText, void *pData=NULL, u32 Size=0) | |
| ~KListBoxItem () | |
| void | SetpData (void *pData, u32 Size) |
| void | SetsText (KStr &sText) |
| KStr & | GetsText () |
| void * | GetpData () |
Protected Attributes | |
| KStr | m_sText |
| void * | m_pData |
| u32 | m_Size |
Definition at line 23 of file ListBox.h.
1.5.1-p1