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

Public Member Functions | |
| GListViewThing () | |
| virtual | ~GListViewThing () |
| GListView * | gList () |
| void | gSetList (GListView *list) |
| virtual void | gPaint (void *item, Faith::Painter *p, unsigned int column)=0 |
| virtual int | gHeight (void *item) const =0 |
| virtual int | gWidth (void *item, unsigned int column) const =0 |
| Faith::GListViewThing::GListViewThing | ( | ) |
| virtual Faith::GListViewThing::~GListViewThing | ( | ) | [inline, virtual] |
| virtual int Faith::GListViewThing::gHeight | ( | void * | item | ) | const [pure virtual] |
| GListView* Faith::GListViewThing::gList | ( | ) | [inline] |
| virtual void Faith::GListViewThing::gPaint | ( | void * | item, | |
| Faith::Painter * | p, | |||
| unsigned int | column | |||
| ) | [pure virtual] |
| void Faith::GListViewThing::gSetList | ( | GListView * | list | ) | [inline] |
| virtual int Faith::GListViewThing::gWidth | ( | void * | item, | |
| unsigned int | column | |||
| ) | const [pure virtual] |
1.4.7