#include <playbackprefs.h>
Inherits BC_TextBox.

Public Member Functions | |
| TimecodeOffset (int x, int y, PreferencesWindow *pwindow, PlaybackPrefs *playback, char *text, int unit) | |
| int | handle_event () |
Data Fields | |
| int | unit |
| PlaybackPrefs * | playback |
| PreferencesWindow * | pwindow |
Definition at line 236 of file playbackprefs.h.
| TimecodeOffset::TimecodeOffset | ( | int | x, | |
| int | y, | |||
| PreferencesWindow * | pwindow, | |||
| PlaybackPrefs * | playback, | |||
| char * | text, | |||
| int | unit | |||
| ) |
Definition at line 599 of file playbackprefs.C.
| int TimecodeOffset::handle_event | ( | ) | [virtual] |
Reimplemented from BC_TextBox.
Definition at line 608 of file playbackprefs.C.
References PreferencesThread::edl, BC_TextBox::get_text(), pwindow, EDL::session, PreferencesWindow::thread, EDLSession::timecode_offset, and unit.

Definition at line 243 of file playbackprefs.h.
1.5.5