76 inline virtual bool Remove ( );
80 virtual void SelectAll (
const bool b =
true );
84 virtual GItem *
AddItem (
const string &s,
void *ptr = NULL );
GItemList & operator=(const GItemList &original)
Definition: GItemList.icc:30
GListIterT< GItem > iterator
Local iterator definition for collection elements.
Definition: GItemList.hh:58
Definition: GNamedListT.hh:23
virtual int GetSelectedNumber() const
Definition: GItemList.cpp:29
GItemList(const u_int fl=0)
Definition: GItemList.icc:12
virtual void SelectAll(const bool b=true)
Definition: GItemList.icc:64
virtual bool Remove()
Definition: GItemList.icc:37
#define GObject(T)
Definition: GClassDefine.hh:65
virtual ~GItemList()
Definition: GItemList.icc:24
GListIterT< GItem > GItemListIter
! Iterator type definition for list elements
Definition: GItemList.hh:16
Definition: GItemList.hh:26
unsigned int u_int
Definition: GTypes.hh:38
virtual GItem * Select(const u_int n, const bool b=true)
Definition: GItemList.cpp:17
virtual GItem * AddItem(const GItem &item)
Definition: GItemList.icc:45