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

Public Member Functions | |
| GListItemSet (Faith::Object *parent, const char *name) | |
| ~GListItemSet () | |
Protected Member Functions | |
| void | gAppend (void *item) |
| void | gPrepend (void *item) |
| void | gInsert (const GIterator &before, void *item) |
| void | gRemove (void *item) |
| void | gChanged () |
| GIterator | gBegin () |
| GIterator | gEnd () |
Classes | |
| class | GIterator |
| Faith::GListItemSet::GListItemSet | ( | Faith::Object * | parent, | |
| const char * | name | |||
| ) |
| Faith::GListItemSet::~GListItemSet | ( | ) |
| void Faith::GListItemSet::gAppend | ( | void * | item | ) | [protected] |
| GIterator Faith::GListItemSet::gBegin | ( | ) | [protected] |
| void Faith::GListItemSet::gChanged | ( | ) | [protected] |
| GIterator Faith::GListItemSet::gEnd | ( | ) | [protected] |
| void Faith::GListItemSet::gInsert | ( | const GIterator & | before, | |
| void * | item | |||
| ) | [protected] |
| void Faith::GListItemSet::gPrepend | ( | void * | item | ) | [protected] |
| void Faith::GListItemSet::gRemove | ( | void * | item | ) | [protected] |
1.4.7