
Public Types | |
| enum | { MODE_SMALL, MODE_BIG } |
Public Member Functions | |
| PositionInfoView (BRect frame, const char *name, intf_thread_t *p_intf) | |
| virtual | ~PositionInfoView () |
| virtual void | Draw (BRect updateRect) |
| virtual void | ResizeToPreferred () |
| virtual void | GetPreferredSize (float *width, float *height) |
| virtual void | Pulse () |
| void | SetMode (uint32 mode) |
| void | GetBigPreferredSize (float *width, float *height) |
| void | SetFile (int32 index, int32 size) |
| void | SetTitle (int32 index, int32 size) |
| void | SetChapter (int32 index, int32 size) |
| void | SetTime (int32 seconds) |
| void | SetTime (const char *string) |
| PositionInfoView::PositionInfoView | ( | BRect | frame, | |
| const char * | name, | |||
| intf_thread_t * | p_intf | |||
| ) |
References kBlack, and SetFontSize().
| PositionInfoView::~PositionInfoView | ( | ) | [virtual] |
| void PositionInfoView::Draw | ( | BRect | updateRect | ) | [virtual] |
References _, MODE_BIG, MODE_SMALL, and SetFont().
| void PositionInfoView::ResizeToPreferred | ( | ) | [virtual] |
| void PositionInfoView::GetPreferredSize | ( | float * | width, | |
| float * | height | |||
| ) | [virtual] |
Referenced by ResizeToPreferred().
| void PositionInfoView::Pulse | ( | ) | [virtual] |
References intf_thread_t::p_sys, SetChapter(), SetFile(), SetTime(), and SetTitle().
| void PositionInfoView::SetMode | ( | uint32 | mode | ) |
| void PositionInfoView::GetBigPreferredSize | ( | float * | width, | |
| float * | height | |||
| ) |
| void PositionInfoView::SetFile | ( | int32 | index, | |
| int32 | size | |||
| ) |
Referenced by Pulse().
| void PositionInfoView::SetTitle | ( | int32 | index, | |
| int32 | size | |||
| ) |
Referenced by Pulse().
| void PositionInfoView::SetChapter | ( | int32 | index, | |
| int32 | size | |||
| ) |
Referenced by Pulse().
| void PositionInfoView::SetTime | ( | int32 | seconds | ) |
Referenced by Pulse().
| void PositionInfoView::SetTime | ( | const char * | string | ) |
1.5.6