#include "clip.h"#include "edl.h"#include "edlsession.h"#include "language.h"#include "localsession.h"#include "maincursor.h"#include "mwindow.h"#include "mwindowgui.h"#include "mainsession.h"#include "mtimebar.h"#include "preferences.h"#include "theme.h"#include "trackcanvas.h"#include "tracks.h"#include "units.h"#include "zoombar.h"Go to the source code of this file.
Defines | |
| #define | DEFAULT_TEXT "000.00 - 000.00" |
| #define | SET_FROM 1 |
| #define | SET_LENGTH 2 |
| #define | SET_TO 3 |
|
|
Referenced by ZoomBar::create_objects(). |
|
|
Definition at line 185 of file zoombar.C. Referenced by FromTextBox::handle_event(), and ZoomBar::set_selection(). |
|
|
Definition at line 186 of file zoombar.C. Referenced by LengthTextBox::handle_event(), and ZoomBar::set_selection(). |
|
|
Definition at line 187 of file zoombar.C. Referenced by ToTextBox::handle_event(), and ZoomBar::set_selection(). |
1.4.4