#include <timebar.h>
Inheritance diagram for LabelGUI:

Public Member Functions | |
| LabelGUI (MWindow *mwindow, TimeBar *timebar, int64_t pixel, int y, double position, VFrame **data=0) | |
| virtual | ~LabelGUI () |
| virtual int | handle_event () |
| void | reposition () |
Static Public Member Functions | |
| static int | translate_pixel (MWindow *mwindow, int pixel) |
| static int | get_y (MWindow *mwindow, TimeBar *timebar) |
Public Attributes | |
| MWindow * | mwindow |
| VWindowGUI * | gui |
| TimeBar * | timebar |
| int64_t | pixel |
| double | position |
Definition at line 29 of file timebar.h.
|
||||||||||||||||||||||||||||
|
Definition at line 34 of file timebar.C. References gui. |
|
|
|
|
||||||||||||
|
Reimplemented in InPointGUI, and OutPointGUI. Definition at line 56 of file timebar.C. References Theme::label_toggle, and MWindow::theme. Referenced by TimeBar::update_labels(). |
|
|
Reimplemented in VWindowInPoint, and VWindowOutPoint. Definition at line 73 of file timebar.C. References position, TimeBar::select_label(), and timebar. |
|
|
Definition at line 68 of file timebar.C. References mwindow, pixel, and translate_pixel(). Referenced by TimeBar::update_labels(), and TimeBar::update_points(). |
|
||||||||||||
|
Definition at line 62 of file timebar.C. References Theme::label_toggle, and MWindow::theme. Referenced by reposition(). |
|
|
Reimplemented in VWindowInPoint, and VWindowOutPoint. Definition at line 46 of file timebar.h. Referenced by LabelGUI(). |
|
|
Definition at line 45 of file timebar.h. Referenced by reposition(). |
|
|
Definition at line 48 of file timebar.h. Referenced by reposition(), TimeBar::update_labels(), and TimeBar::update_points(). |
|
|
Definition at line 49 of file timebar.h. Referenced by handle_event(), TimeBar::update_highlights(), and TimeBar::update_points(). |
|
|
Definition at line 47 of file timebar.h. Referenced by handle_event(). |
1.4.4