#include <customgui_listview.h>

Public Member Functions | |
| Bool | AddItem (Int32 id, const String &name, const GeData &data) | 
| Bool | UpdateItem (Int32 id, const String &name, const GeData &data) | 
| void | RemoveItem (Int32 id) | 
| Int32 | GetCount () | 
| Int32 | GetSelected () | 
| void | Select (Int32 index) | 
| GeData | GetData (Int32 index) | 
| String | GetName (Int32 index) | 
| Int32 | GetID (Int32 index) | 
| void | SetData (Int32 index, const GeData &data) | 
| void | SetName (Int32 index, const String &name) | 
| void | SetID (Int32 index, Int32 id) | 
| Int32 | FindIndex (Int32 id) | 
Static Public Member Functions | |
| static ListViewData * | Alloc () | 
| static void | Free (ListViewData *&pData) | 
Private Member Functions | |
| ListViewData () | |
| ~ListViewData () | |
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  static | 
      
  | 
  static | 
| void RemoveItem | ( | Int32 | id | ) | 
| Int32 GetCount | ( | ) | 
| Int32 GetSelected | ( | ) | 
| void Select | ( | Int32 | index | ) |