#include <avc1394transport.h>

Public Member Functions | |
| AVC1394Transport (MWindow *mwindow, AVC1394Control *avc, BC_WindowBase *window, int x, int y) | |
| ~AVC1394Transport () | |
| int | create_objects () |
| void | reposition_window (int x, int y) |
| int | keypress_event (int keypress) |
Data Fields | |
| MWindow * | mwindow |
| AVC1394Control * | avc |
| BC_WindowBase * | window |
| int | x |
| int | y |
| int | x_end |
| AVC1394GUIRewind * | rewind_button |
| AVC1394GUIReverse * | reverse_button |
| AVC1394GUIStop * | stop_button |
| AVC1394GUIPause * | pause_button |
| AVC1394GUIPlay * | play_button |
| AVC1394GUIFForward * | fforward_button |
| AVC1394GUISeekStart * | start_button |
| AVC1394GUISeekEnd * | end_button |
Definition at line 35 of file avc1394transport.h.
| AVC1394Transport::AVC1394Transport | ( | MWindow * | mwindow, | |
| AVC1394Control * | avc, | |||
| BC_WindowBase * | window, | |||
| int | x, | |||
| int | y | |||
| ) |
Definition at line 53 of file avc1394transport.C.
| AVC1394Transport::~AVC1394Transport | ( | ) |
Definition at line 66 of file avc1394transport.C.
| int AVC1394Transport::create_objects | ( | ) |
Definition at line 71 of file avc1394transport.C.
References BC_WindowBase::add_subwindow(), avc, end_button, fforward_button, BC_WindowBase::get_w(), mwindow, pause_button, play_button, reverse_button, rewind_button, start_button, stop_button, window, x, x_end, and y.

| void AVC1394Transport::reposition_window | ( | int | x, | |
| int | y | |||
| ) |
Definition at line 117 of file avc1394transport.C.
References end_button, fforward_button, BC_WindowBase::get_w(), pause_button, play_button, BC_Button::reposition_window(), reverse_button, rewind_button, start_button, stop_button, and x_end.

| int AVC1394Transport::keypress_event | ( | int | keypress | ) |
Definition at line 97 of file avc1394transport.C.
References avc, AVC1394Control::current_command, AVC1394Control::pause(), and AVC1394Control::play().

Definition at line 46 of file avc1394transport.h.
Referenced by create_objects(), and keypress_event().
Definition at line 50 of file avc1394transport.h.
Referenced by create_objects(), and reposition_window().
Definition at line 53 of file avc1394transport.h.
Referenced by create_objects(), and reposition_window().
Definition at line 54 of file avc1394transport.h.
Referenced by create_objects(), and reposition_window().
Definition at line 55 of file avc1394transport.h.
Referenced by create_objects(), and reposition_window().
Definition at line 56 of file avc1394transport.h.
Referenced by create_objects(), and reposition_window().
Definition at line 57 of file avc1394transport.h.
Referenced by create_objects(), and reposition_window().
Definition at line 58 of file avc1394transport.h.
Referenced by create_objects(), and reposition_window().
Definition at line 59 of file avc1394transport.h.
Referenced by create_objects(), and reposition_window().
Definition at line 60 of file avc1394transport.h.
Referenced by create_objects(), and reposition_window().
1.5.5