#include <patchbay.h>
Inherits BC_PopupMenu.

Public Member Functions | |
| NudgePopup (MWindow *mwindow, PatchBay *patchbay) | |
| ~NudgePopup () | |
| void | create_objects () |
| void | activate_menu (PatchGUI *gui) |
Data Fields | |
| MWindow * | mwindow |
| PatchBay * | patchbay |
| NudgePopupSeconds * | seconds_item |
| NudgePopupNative * | native_item |
Definition at line 64 of file patchbay.h.
Definition at line 30 of file patchbay.C.
| NudgePopup::~NudgePopup | ( | ) |
Definition at line 41 of file patchbay.C.
| void NudgePopup::create_objects | ( | ) |
Definition at line 46 of file patchbay.C.
References BC_PopupMenu::add_item(), native_item, and seconds_item.
Referenced by PatchBay::create_objects().

| void NudgePopup::activate_menu | ( | PatchGUI * | gui | ) |
Definition at line 52 of file patchbay.C.
References BC_PopupMenu::activate_menu(), Track::data_type, MWindow::edl, mwindow, native_item, EDLSession::nudge_seconds, seconds_item, EDL::session, BC_MenuItem::set_checked(), BC_MenuItem::set_text(), PatchGUI::track, and TRACK_AUDIO.
Referenced by NudgePatch::button_press_event().

Definition at line 73 of file patchbay.h.
Referenced by activate_menu(), NudgePopupNative::handle_event(), and NudgePopupSeconds::handle_event().
Definition at line 74 of file patchbay.h.
Referenced by NudgePopupNative::handle_event(), and NudgePopupSeconds::handle_event().
1.5.5