Public Member Functions | |
| Mover () | |
| Mover (BRect rect, menu_layout ori, direction direct) | |
| Mover (BMessage *msg) | |
| virtual status_t | Archive (BMessage *archive, bool deep=true) const |
| BRect | Frame () |
| void | SetFrame (BRect rect) |
| float | GetSteps () |
| void | SetSteps (float step) |
| direction | GetDirection (void) |
| menu_layout | GetLayout (void) |
| void | SetDirection (direction direct) |
| void | SetLayout (menu_layout justification) |
| void | Draw (ToolBar *tb, BRect updateRect) |
| void | SetHighlight (bool state) |
| bool | GetHighlight (void) |
| void | SetEnabled (bool state) |
| bool | GetEndabled (void) |
| virtual void | MouseMoved (BView *tb, BPoint point) |
| void | Scroller () |
Static Public Member Functions | |
| static BArchivable * | Instantiate (BMessage *archive) |
Protected Member Functions | |
| void | Init (BRect rect, menu_layout ori, direction direct) |
Protected Attributes | |
| bool | highlighted |
| bool | enabled |
| BRect | frame |
| menu_layout | mover_menu_layout |
| direction | mover_direction |
| float | steps |
| bool | scroll |
| Mover::Mover | ( | ) |
| Mover::Mover | ( | BRect | rect, | |
| menu_layout | ori, | |||
| direction | direct | |||
| ) |
| Mover::Mover | ( | BMessage * | msg | ) |
| status_t Mover::Archive | ( | BMessage * | archive, | |
| bool | deep = true | |||
| ) | const [virtual] |
| void Mover::Draw | ( | ToolBar * | tb, | |
| BRect | updateRect | |||
| ) |
| BRect Mover::Frame | ( | ) | [inline] |
| direction Mover::GetDirection | ( | void | ) | [inline] |
| bool Mover::GetEndabled | ( | void | ) | [inline] |
| bool Mover::GetHighlight | ( | void | ) | [inline] |
| menu_layout Mover::GetLayout | ( | void | ) | [inline] |
| float Mover::GetSteps | ( | ) | [inline] |
| void Mover::Init | ( | BRect | rect, | |
| menu_layout | ori, | |||
| direction | direct | |||
| ) | [protected] |
| BArchivable * Mover::Instantiate | ( | BMessage * | archive | ) | [static] |
| void Mover::MouseMoved | ( | BView * | tb, | |
| BPoint | point | |||
| ) | [virtual] |
| void Mover::Scroller | ( | ) |
| void Mover::SetDirection | ( | direction | direct | ) |
| void Mover::SetEnabled | ( | bool | state | ) | [inline] |
| void Mover::SetFrame | ( | BRect | rect | ) | [inline] |
| void Mover::SetHighlight | ( | bool | state | ) | [inline] |
| void Mover::SetLayout | ( | menu_layout | justification | ) |
| void Mover::SetSteps | ( | float | step | ) |
bool Mover::enabled [protected] |
BRect Mover::frame [protected] |
bool Mover::highlighted [protected] |
direction Mover::mover_direction [protected] |
menu_layout Mover::mover_menu_layout [protected] |
bool Mover::scroll [protected] |
float Mover::steps [protected] |
1.5.9