#include <faith/listview.h>
Inheritance diagram for Faith::ListItemSet< Item >:

Public Member Functions | |
| ListItemSet (Faith::Object *parent, const char *name=0) | |
| void | append (Item *item) |
| void | prepend (Item *item) |
| void | insert (const Iterator &before, Item *item) |
| void | remove (Item *item) |
| void | changed () |
| Iterator | begin () |
| Iterator | end () |
| ConstIterator | begin () const |
| ConstIterator | end () const |
Classes | |
| class | ConstIterator |
| class | Iterator |
| Faith::ListItemSet< Item >::ListItemSet | ( | Faith::Object * | parent, | |
| const char * | name = 0 | |||
| ) | [inline] |
| void Faith::ListItemSet< Item >::append | ( | Item * | item | ) | [inline] |
| ConstIterator Faith::ListItemSet< Item >::begin | ( | ) | const [inline] |
| Iterator Faith::ListItemSet< Item >::begin | ( | ) | [inline] |
| void Faith::ListItemSet< Item >::changed | ( | ) | [inline] |
| ConstIterator Faith::ListItemSet< Item >::end | ( | ) | const [inline] |
| Iterator Faith::ListItemSet< Item >::end | ( | ) | [inline] |
| void Faith::ListItemSet< Item >::insert | ( | const Iterator & | before, | |
| Item * | item | |||
| ) | [inline] |
| void Faith::ListItemSet< Item >::prepend | ( | Item * | item | ) | [inline] |
| void Faith::ListItemSet< Item >::remove | ( | Item * | item | ) | [inline] |
1.4.7