#include <keyframepopup.h>
Inherits BC_MenuItem.

Public Member Functions | |
| KeyframePopupCopy (MWindow *mwindow, KeyframePopup *popup) | |
| ~KeyframePopupCopy () | |
| int | handle_event () |
Data Fields | |
| MWindow * | mwindow |
| KeyframePopup * | popup |
Definition at line 66 of file keyframepopup.h.
| KeyframePopupCopy::KeyframePopupCopy | ( | MWindow * | mwindow, | |
| KeyframePopup * | popup | |||
| ) |
Definition at line 230 of file keyframepopup.C.
| KeyframePopupCopy::~KeyframePopupCopy | ( | ) |
Definition at line 237 of file keyframepopup.C.
| int KeyframePopupCopy::handle_event | ( | ) | [virtual] |
Reimplemented from BC_MenuItem.
Definition at line 241 of file keyframepopup.C.
References FileXML::append_newline(), FileXML::append_tag(), Track::automation, Automation::copy(), MWindow::copy_automation(), MWindow::edl, EDLSession::frame_rate, BC_WindowBase::get_clipboard(), MWindow::gui, KeyframePopup::keyframe_auto, KeyframePopup::keyframe_automation, KeyframePopup::keyframe_autos, BC_WindowBase::lock_window(), mwindow, popup, Auto::position, EDLSession::sample_rate, Track::save_header(), SECONDARY_SELECTION, EDL::session, AutoConf::set_all(), XMLTag::set_property(), XMLTag::set_title(), FileXML::string, FileXML::tag, FileXML::terminate_string(), BC_Clipboard::to_clipboard(), Automation::track, and BC_WindowBase::unlock_window().

1.5.5