

Public Member Functions | |
| PointerItem (char *newLabel, void *newValue, uint32 level=0, bool expanded=true) | |
| virtual void * | GetPointer (void) |
| virtual void | Select (void) |
| virtual void | Deselect (void) |
| virtual void | SetExpanded (bool expande) |
| virtual void | Update (BView *owner, const BFont *font) |
| virtual void | DrawItem (BView *owner, BRect bounds, bool complete=false) |
Protected Attributes | |
| char * | label |
| void * | value |
| BView * | owner |
| float | textLine |
| rgb_color | foreground |
| rgb_color | background |
| rgb_color | backgroundHi |
| float | separated |
| PointerItem::PointerItem | ( | char * | newLabel, | |
| void * | newValue, | |||
| uint32 | level = 0, |
|||
| bool | expanded = true | |||
| ) |
| void PointerItem::Deselect | ( | void | ) | [virtual] |
| void PointerItem::DrawItem | ( | BView * | owner, | |
| BRect | bounds, | |||
| bool | complete = false | |||
| ) | [virtual] |
| virtual void* PointerItem::GetPointer | ( | void | ) | [inline, virtual] |
| void PointerItem::Select | ( | void | ) | [virtual] |
| void PointerItem::SetExpanded | ( | bool | expande | ) | [virtual] |
| void PointerItem::Update | ( | BView * | owner, | |
| const BFont * | font | |||
| ) | [virtual] |
rgb_color PointerItem::background [protected] |
rgb_color PointerItem::backgroundHi [protected] |
rgb_color PointerItem::foreground [protected] |
char* PointerItem::label [protected] |
BView* PointerItem::owner [protected] |
float PointerItem::separated [protected] |
float PointerItem::textLine [protected] |
void* PointerItem::value [protected] |
1.5.9