

Public Member Functions | |
| StringItem (char *newLabel, char *newString, uint32 level=0, bool expanded=true) | |
| virtual const char * | GetString (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) |
| virtual status_t | Invoke (BMessage *message=NULL) |
Protected Attributes | |
| BTextControl * | textControl |
| char * | label |
| char * | string |
| float | textLine |
| rgb_color | foreground |
| rgb_color | background |
| rgb_color | backgroundHi |
| StringItem::StringItem | ( | char * | newLabel, | |
| char * | newString, | |||
| uint32 | level = 0, |
|||
| bool | expanded = true | |||
| ) |
| void StringItem::Deselect | ( | void | ) | [virtual] |
| void StringItem::DrawItem | ( | BView * | owner, | |
| BRect | bounds, | |||
| bool | complete = false | |||
| ) | [virtual] |
| virtual const char* StringItem::GetString | ( | void | ) | [inline, virtual] |
| status_t StringItem::Invoke | ( | BMessage * | message = NULL |
) | [virtual] |
| void StringItem::Select | ( | void | ) | [virtual] |
| void StringItem::SetExpanded | ( | bool | expande | ) | [virtual] |
| void StringItem::Update | ( | BView * | owner, | |
| const BFont * | font | |||
| ) | [virtual] |
rgb_color StringItem::background [protected] |
rgb_color StringItem::backgroundHi [protected] |
rgb_color StringItem::foreground [protected] |
char* StringItem::label [protected] |
char* StringItem::string [protected] |
BTextControl* StringItem::textControl [protected] |
float StringItem::textLine [protected] |
1.5.9