#include <mwindow.h>
Public Member Functions | |
| MWindow () | |
| ~MWindow () | |
| void | create_objects (int want_gui, int want_new, char *config_path) |
| void | show_splash () |
| void | hide_splash () |
| void | start () |
| int | run_script (FileXML *script) |
| int | new_project () |
| int | delete_project (int flash=1) |
| int | load_defaults () |
| int | save_defaults () |
| int | set_filename (char *filename) |
| int | get_tracks_height () |
| int | get_tracks_width () |
| void | show_vwindow () |
| void | show_awindow () |
| void | show_lwindow () |
| void | show_cwindow () |
| void | show_gwindow () |
| void | tile_windows () |
| void | set_titles (int value) |
| int | asset_to_edl (EDL *new_edl, Asset *new_asset, RecordLabels *labels=0) |
| int | paste_assets (double position, Track *dest_track) |
| void | load_assets (ArrayList< Asset * > *new_assets, double position, int load_mode, Track *first_track, RecordLabels *labels, int edit_labels, int edit_plugins) |
| int | paste_edls (ArrayList< EDL * > *new_edls, int load_mode, Track *first_track, double current_position, int edit_labels, int edit_plugins) |
| void | update_project (int load_mode) |
| void | fit_selection () |
| void | fit_autos () |
| void | expand_autos () |
| void | shrink_autos () |
| void | find_cursor () |
| void | create_plugindb (int do_audio, int do_video, int is_realtime, int is_transition, int is_theme, ArrayList< PluginServer * > &plugindb) |
| PluginServer * | scan_plugindb (char *title, int data_type) |
| void | dump_plugins () |
| int | load_filenames (ArrayList< char * > *filenames, int load_mode=LOAD_REPLACE, int update_filename=1, char *reel_name="cin0000", int reel_number=0, int overwrite_reel=0) |
| void | test_plugins (EDL *new_edl, char *path) |
| int | interrupt_indexes () |
| int | redraw_time_dependancies () |
| void | next_time_format () |
| void | prev_time_format () |
| void | time_format_common () |
| int | reposition_timebar (int new_pixel, int new_height) |
| int | expand_sample (double fixed_sample=-1) |
| int | zoom_in_sample (double fixed_sample=-1) |
| int | zoom_sample (int64_t zoom_sample, int64_t view_start=-1) |
| void | zoom_amp (int64_t zoom_amp) |
| void | zoom_track (int64_t zoom_track) |
| int | fit_sample () |
| int | move_left (int64_t distance=0) |
| int | move_right (int64_t distance=0) |
| void | move_up (int64_t distance=0) |
| void | move_down (int64_t distance=0) |
| int | next_label () |
| int | prev_label () |
| void | trackmovement (int track_start) |
| int | samplemovement (int64_t view_start) |
| void | select_all () |
| int | goto_start () |
| int | goto_end () |
| int | expand_y () |
| int | zoom_in_y () |
| int | expand_t () |
| int | zoom_in_t () |
| void | crop_video () |
| void | update_plugins () |
| void | save_backup () |
| void | show_plugin (Plugin *plugin) |
| void | hide_plugin (Plugin *plugin, int lock) |
| void | hide_plugins () |
| void | update_plugin_guis () |
| void | update_plugin_states () |
| void | update_plugin_titles () |
| void | render_plugin_gui (void *data, Plugin *plugin) |
| void | render_plugin_gui (void *data, int size, Plugin *plugin) |
| void | add_audio_track_entry (int above, Track *dst) |
| int | add_audio_track (int above, Track *dst) |
| void | add_clip_to_edl (EDL *edl) |
| void | add_video_track_entry (Track *dst=0) |
| int | add_video_track (int above, Track *dst) |
| void | asset_to_size () |
| void | clear_entry () |
| void | clear (int clear_handle) |
| void | clear_labels () |
| int | clear_labels (double start, double end) |
| void | concatenate_tracks () |
| void | copy () |
| int | copy (double start, double end) |
| void | cut () |
| void | delete_folder (char *folder) |
| void | delete_inpoint () |
| void | delete_outpoint () |
| void | delete_track () |
| void | delete_track (Track *track) |
| void | delete_tracks () |
| void | detach_transition (Transition *transition) |
| int | feather_edits (int64_t feather_samples, int audio, int video) |
| int64_t | get_feather (int audio, int video) |
| float | get_aspect_ratio () |
| void | insert (double position, FileXML *file, int edit_labels, int edit_plugins, EDL *parent_edl=0) |
| void | insert_effects_canvas (double start, double length) |
| void | insert_effects_cwindow (Track *dest_track) |
| void | insert_effect (char *title, SharedLocation *shared_location, Track *track, PluginSet *plugin_set, double start, double length, int plugin_type) |
| void | match_output_size (Track *track) |
| void | move_edits (ArrayList< Edit * > *edits, Track *track, double position, int behaviour) |
| void | move_effect (Plugin *plugin, PluginSet *plugin_set, Track *track, int64_t position) |
| void | move_plugins_up (PluginSet *plugin_set) |
| void | move_plugins_down (PluginSet *plugin_set) |
| void | move_track_down (Track *track) |
| void | move_tracks_down () |
| void | move_track_up (Track *track) |
| void | move_tracks_up () |
| void | mute_selection () |
| void | new_folder (char *new_folder) |
| void | overwrite (EDL *source) |
| void | paste () |
| int | paste (double start, double end, FileXML *file, int edit_labels, int edit_plugins) |
| int | paste_output (int64_t startproject, int64_t endproject, int64_t startsource_sample, int64_t endsource_sample, int64_t startsource_frame, int64_t endsource_frame, Asset *asset, RecordLabels *new_labels) |
| void | paste_silence () |
| void | paste_transition () |
| void | paste_transition_cwindow (Track *dest_track) |
| void | paste_audio_transition () |
| void | paste_video_transition () |
| void | rebuild_indices () |
| void | remove_assets_from_project (int push_undo=0) |
| void | remove_assets_from_disk () |
| void | resize_track (Track *track, int w, int h) |
| void | set_auto_keyframes (int value) |
| int | set_editing_mode (int new_editing_mode) |
| void | set_inpoint (int is_mwindow) |
| void | set_outpoint (int is_mwindow) |
| void | splice (EDL *source) |
| void | toggle_loop_playback () |
| void | trim_selection () |
| void | sync_parameters (int change_type=CHANGE_PARAMS) |
| void | to_clip () |
| int | toggle_label (int is_mwindow) |
| void | undo_entry (BC_WindowBase *calling_window_gui) |
| void | redo_entry (BC_WindowBase *calling_window_gui) |
| int | cut_automation () |
| int | copy_automation () |
| int | paste_automation () |
| void | clear_automation () |
| int | cut_default_keyframe () |
| int | copy_default_keyframe () |
| int | paste_default_keyframe () |
| int | clear_default_keyframe () |
| int | modify_edithandles () |
| int | modify_pluginhandles () |
| void | finish_modify_handles () |
| void | update_caches () |
| int | optimize_assets () |
| void | select_point (double position) |
| int | set_loop_boundaries () |
| int | reset_meters () |
| int | fix_timing (int64_t &samples_out, int64_t &frames_out, int64_t samples_in) |
| void | init_channeldb () |
| void | init_render () |
| void | init_brender () |
| void | restart_brender () |
| void | stop_brender () |
| int | brender_available (int position) |
| void | set_brender_start () |
| void | init_edl () |
| void | init_awindow () |
| void | init_gwindow () |
| void | init_tipwindow () |
| void | init_preferences () |
| void | init_signals () |
| void | init_theme () |
| void | init_compositor () |
| void | init_levelwindow () |
| void | init_viewer () |
| void | init_cache () |
| void | init_menus () |
| void | init_indexes () |
| void | init_gui () |
| void | init_playbackcursor () |
| void | delete_plugins () |
| void | clean_indexes () |
Static Public Member Functions | |
| static int | create_aspect_ratio (float &w, float &h, int width, int height) |
| static void | init_defaults (Defaults *&defaults, char *config_path) |
| static void | init_plugins (Preferences *preferences, ArrayList< PluginServer * > *&plugindb, SplashGUI *splash_window) |
| static void | init_plugin_path (Preferences *preferences, ArrayList< PluginServer * > *&plugindb, FileSystem *fs, SplashGUI *splash_window, int *counter) |
Public Attributes | |
| SplashGUI * | splash_window |
| MainUndo * | undo |
| Defaults * | defaults |
| Assets * | assets |
| CICache * | audio_cache |
| CICache * | video_cache |
| Preferences * | preferences |
| PreferencesThread * | preferences_thread |
| MainSession * | session |
| Theme * | theme |
| MainIndexes * | mainindexes |
| MainProgress * | mainprogress |
| BRender * | brender |
| ArrayList< ColormodelItem * > | colormodels |
| ArrayList< InterlaceautofixoptionItem * > | interlace_asset_autofixoptions |
| ArrayList< InterlacemodeItem * > | interlace_project_modes |
| ArrayList< InterlacemodeItem * > | interlace_asset_modes |
| ArrayList< InterlacefixmethodItem * > | interlace_asset_fixmethods |
| ChannelDB * | channeldb_buz |
| ChannelDB * | channeldb_v4l2jpeg |
| ArrayList< PluginServer * > * | plugindb |
| ArrayList< PluginServer * > * | plugin_guis |
| BatchRenderThread * | batch_render |
| Render * | render |
| EDL * | edl |
| MWindowGUI * | gui |
| CWindow * | cwindow |
| VWindow * | vwindow |
| AWindow * | awindow |
| GWindow * | gwindow |
| TipWindow * | twindow |
| LevelWindow * | lwindow |
| Mutex * | plugin_gui_lock |
| Mutex * | brender_lock |
| SigHandler * | sighandler |
Definition at line 64 of file mwindow.h.
|
|
Definition at line 123 of file mwindow.C. References brender, brender_lock, channeldb_buz, channeldb_v4l2jpeg, plugin_gui_lock, and session. |
|
|
Definition at line 133 of file mwindow.C. References audio_cache, awindow, brender, brender_lock, clean_indexes(), cwindow, defaults, gui, lwindow, mainindexes, mainprogress, plugin_gui_lock, plugin_guis, preferences, render, save_defaults(), undo, video_cache, and vwindow. |
|
||||||||||||
|
Definition at line 101 of file mwindowedit.C. References Tracks::add_audio_track(), edl, save_backup(), theme, EDL::tracks, and Tracks::update_y_pixels(). Referenced by add_audio_track_entry(). |
|
||||||||||||
|
Definition at line 62 of file mwindowedit.C. References _, TrackCanvas::activate(), add_audio_track(), MWindowGUI::canvas, MWindowGUI::cursor, cwindow, MainCursor::draw(), TrackCanvas::draw(), edl, MWindowGUI::get_scrollbars(), gui, MWindowGUI::patchbay, CWindow::playback_engine, PlaybackEngine::que, restart_brender(), save_backup(), TransportQue::send_command(), undo, PatchBay::update(), and MainUndo::update_undo(). Referenced by AddAudioTrack::handle_event(), and EditPopupAddTrack::handle_event(). |
|
|
|
|
||||||||||||
|
Definition at line 109 of file mwindowedit.C. References Tracks::add_video_track(), edl, save_backup(), theme, EDL::tracks, and Tracks::update_y_pixels(). Referenced by add_video_track_entry(). |
|
|
Definition at line 81 of file mwindowedit.C. References _, TrackCanvas::activate(), add_video_track(), MWindowGUI::canvas, MWindowGUI::cursor, cwindow, MainCursor::draw(), TrackCanvas::draw(), edl, MWindowGUI::get_scrollbars(), gui, MWindowGUI::patchbay, CWindow::playback_engine, PlaybackEngine::que, restart_brender(), save_backup(), TransportQue::send_command(), undo, PatchBay::update(), and MainUndo::update_undo(). Referenced by AddVideoTrack::handle_event(), and EditPopupAddTrack::handle_event(). |
|
||||||||||||||||
|
Definition at line 1608 of file mwindow.C. References Asset::audio_data, EDLSession::audio_tracks, Asset::channels, LocalSession::clip_title, EDL::create_default_tracks(), EDL::insert_asset(), Asset::layers, EDL::local_session, Asset::path, EDL::session, Asset::video_data, and EDLSession::video_tracks. Referenced by VWindow::change_source(), load_assets(), load_filenames(), and Record::run(). |
|
|
Definition at line 121 of file mwindowedit.C. References _, EDLSession::aspect_h, EDLSession::aspect_w, create_aspect_ratio(), defaults, MainSession::drag_assets, edl, EDLSession::output_h, EDLSession::output_w, restart_brender(), save_backup(), EDL::session, session, sync_parameters(), undo, and MainUndo::update_undo(). Referenced by AssetPopup::match_size(). |
|
|
Definition at line 730 of file mwindow.C. References brender, brender_lock, BRender::map, BRender::map_lock, BRender::map_size, BRender::map_valid, and BRender::RENDERED. Referenced by CPlayback::brender_available(). |
|
|
Definition at line 444 of file mwindow.C. References Preferences::index_count, Preferences::index_directory, preferences, and remove(). Referenced by ~MWindow(). |
|
|
Definition at line 173 of file mwindowedit.C. References EDL::clear(), edl, LocalSession::get_selectionend(), LocalSession::get_selectionstart(), EDLSession::labels_follow_edits, EDL::local_session, EDLSession::plugins_follow_edits, EDL::session, and start(). Referenced by clear_entry(), CWindowGUI::drag_stop(), paste(), Render::render(), Record::run(), and MenuEffectThread::run(). |
|
|
Definition at line 186 of file mwindowedit.C. References _, MWindowGUI::canvas, Tracks::clear_automation(), cwindow, TrackCanvas::draw_overlays(), edl, LocalSession::get_selectionend(), LocalSession::get_selectionstart(), gui, EDL::local_session, MWindowGUI::patchbay, restart_brender(), save_backup(), sync_parameters(), EDL::tracks, undo, CWindow::update(), PatchBay::update(), update_plugin_guis(), and MainUndo::update_undo(). Referenced by ClearKeyframes::handle_event(). |
|
|
Definition at line 202 of file mwindowedit.C. References _, MWindowGUI::canvas, Tracks::clear_default_keyframe(), cwindow, TrackCanvas::draw_overlays(), edl, gui, MWindowGUI::patchbay, restart_brender(), save_backup(), sync_parameters(), EDL::tracks, undo, CWindow::update(), PatchBay::update(), and MainUndo::update_undo(). Referenced by ClearDefaultKeyframe::handle_event(). |
|
|
Definition at line 155 of file mwindowedit.C. References _, clear(), cwindow, edl, gui, EDL::optimize(), CWindow::playback_engine, PlaybackEngine::que, restart_brender(), save_backup(), TransportQue::send_command(), undo, CWindow::update(), MWindowGUI::update(), update_plugin_guis(), and MainUndo::update_undo(). Referenced by Clear::handle_event(). |
|
||||||||||||
|
Definition at line 229 of file mwindowedit.C. References Labels::clear(), edl, and EDL::labels. |
|
|
Definition at line 218 of file mwindowedit.C. References _, cwindow, edl, LocalSession::get_selectionend(), LocalSession::get_selectionstart(), gui, EDL::local_session, save_backup(), MWindowGUI::timebar, undo, CWindow::update(), TimeBar::update(), and MainUndo::update_undo(). Referenced by ClearLabels::handle_event(). |
|
|
Definition at line 235 of file mwindowedit.C. References _, Tracks::concatenate_tracks(), cwindow, edl, gui, CWindow::playback_engine, EDLSession::plugins_follow_edits, PlaybackEngine::que, restart_brender(), save_backup(), TransportQue::send_command(), EDL::session, EDL::tracks, undo, MWindowGUI::update(), and MainUndo::update_undo(). Referenced by ConcatenateTracks::handle_event(). |
|
||||||||||||
|
Definition at line 256 of file mwindowedit.C. References EDL::copy(), edl, gui, plugindb, save_backup(), and FileXML::string. |
|
|
Definition at line 250 of file mwindowedit.C. References edl, LocalSession::get_selectionend(), LocalSession::get_selectionstart(), and EDL::local_session. Referenced by EditPanel::copy_selection(), cut(), and Copy::handle_event(). |
|
|
Definition at line 284 of file mwindowedit.C. References Tracks::copy_automation(), edl, LocalSession::get_selectionend(), LocalSession::get_selectionstart(), gui, EDL::local_session, FileXML::string, and EDL::tracks. Referenced by cut_automation(), CopyKeyframes::handle_event(), and KeyframePopupCopy::handle_event(). |
|
|
Definition at line 298 of file mwindowedit.C. References Tracks::copy_default_keyframe(), edl, gui, FileXML::string, and EDL::tracks. Referenced by cut_default_keyframe(), and CopyDefaultKeyframe::handle_event(). |
|
||||||||||||||||||||
|
Definition at line 1774 of file mwindow.C. Referenced by asset_to_size(), crop_video(), VideoWindow::get_aspect_ratio(), SetFormatThread::update_aspect(), ScaleThread::update_aspect(), and NewThread::update_aspect(). |
|
||||||||||||||||
|
||||||||||||||||||||||||||||
|
Definition at line 376 of file mwindow.C. References _, PluginServer::audio, PluginServer::realtime, PluginServer::theme, PluginServer::title, PluginServer::transition, and PluginServer::video. Referenced by PluginDialog::create_objects(), ViewTheme::create_objects(), AWindowGUI::create_persistent_folder(), and MenuEffectThread::run(). |
|
|
Definition at line 311 of file mwindowedit.C. References _, EDLSession::aspect_h, EDLSession::aspect_w, create_aspect_ratio(), EDLSession::crop_x1, EDLSession::crop_x2, EDLSession::crop_y1, EDLSession::crop_y2, cwindow, defaults, edl, EDLSession::output_h, EDLSession::output_w, CWindow::playback_engine, PlaybackEngine::que, restart_brender(), save_backup(), TransportQue::send_command(), EDL::session, EDL::tracks, Tracks::translate_projector(), undo, and MainUndo::update_undo(). Referenced by CWindowCropOK::handle_event(). |
|
|
Definition at line 363 of file mwindowedit.C. References _, EDL::clear(), copy(), cwindow, edl, LocalSession::get_selectionend(), LocalSession::get_selectionstart(), gui, EDLSession::labels_follow_edits, EDL::local_session, EDL::optimize(), CWindow::playback_engine, EDLSession::plugins_follow_edits, PlaybackEngine::que, restart_brender(), save_backup(), TransportQue::send_command(), EDL::session, start(), undo, MWindowGUI::update(), update_plugin_guis(), and MainUndo::update_undo(). Referenced by Cut::handle_event(), and EditCut::handle_event(). |
|
|
Definition at line 389 of file mwindowedit.C. References _, MWindowGUI::canvas, Tracks::clear_automation(), copy_automation(), cwindow, TrackCanvas::draw_overlays(), edl, LocalSession::get_selectionend(), LocalSession::get_selectionstart(), gui, EDL::local_session, MWindowGUI::patchbay, restart_brender(), save_backup(), sync_parameters(), EDL::tracks, undo, CWindow::update(), PatchBay::update(), update_plugin_guis(), and MainUndo::update_undo(). Referenced by CutKeyframes::handle_event(). |
|
|
Definition at line 410 of file mwindowedit.C. References _, MWindowGUI::canvas, Tracks::clear_default_keyframe(), copy_default_keyframe(), cwindow, TrackCanvas::draw_overlays(), edl, gui, MWindowGUI::patchbay, restart_brender(), save_backup(), sync_parameters(), EDL::tracks, undo, CWindow::update(), PatchBay::update(), and MainUndo::update_undo(). Referenced by CutDefaultKeyframe::handle_event(). |
|
|
Definition at line 2064 of file mwindowedit.C. Referenced by AWindowDeleteFolder::handle_event(). |
|
|
Definition at line 429 of file mwindowedit.C. References edl, EDL::local_session, save_backup(), and LocalSession::unset_inpoint(). Referenced by EditPanel::clear_inpoint(). |
|
|
Definition at line 435 of file mwindowedit.C. References edl, EDL::local_session, save_backup(), and LocalSession::unset_outpoint(). Referenced by EditPanel::clear_outpoint(). |
|
|
Definition at line 367 of file mwindow.C. References plugindb. |
|
|
|
|
|
Definition at line 462 of file mwindowedit.C. References _, cwindow, Tracks::delete_track(), edl, gui, CWindow::playback_engine, PlaybackEngine::que, restart_brender(), save_backup(), TransportQue::send_command(), EDL::tracks, undo, MWindowGUI::update(), update_plugin_states(), and MainUndo::update_undo(). |
|
|
Definition at line 441 of file mwindowedit.C. References edl, and EDL::tracks. Referenced by DeleteTrack::handle_event(), and EditPopupDeleteTrack::handle_event(). |
|
|
Definition at line 447 of file mwindowedit.C. References _, cwindow, Tracks::delete_tracks(), edl, gui, CWindow::playback_engine, PlaybackEngine::que, restart_brender(), save_backup(), TransportQue::send_command(), EDL::tracks, undo, MWindowGUI::update(), update_plugin_states(), and MainUndo::update_undo(). Referenced by DeleteTracks::handle_event(). |
|
|
Definition at line 477 of file mwindowedit.C. References _, Track::data_type, Edit::detach_transition(), Transition::edit, gui, hide_plugin(), restart_brender(), save_backup(), sync_parameters(), Edit::track, TRACK_VIDEO, undo, MWindowGUI::update(), and MainUndo::update_undo(). Referenced by TransitionPopupDetach::handle_event(). |
|
|
Definition at line 1864 of file mwindow.C. References plugindb. Referenced by DumpPlugins::handle_event(). |
|
|
Definition at line 206 of file mwindowmove.C. References LocalSession::automation_max, LocalSession::automation_min, MWindowGUI::canvas, TrackCanvas::draw_overlays(), edl, gui, EDL::local_session, ZoomBar::update_autozoom(), and MWindowGUI::zoombar. Referenced by AutoZoom::handle_up_event(), and MWindowGUI::keypress_event(). |
|
|
Definition at line 31 of file mwindowmove.C. References edl, gui, EDL::local_session, EDLSession::sample_rate, EDL::session, LocalSession::view_start, zoom_sample(), and LocalSession::zoom_sample. Referenced by TrackCanvas::button_press_event(), and MWindowGUI::keypress_event(). |
|
|
Definition at line 555 of file mwindowmove.C. References edl, gui, EDL::local_session, MIN, ZoomBar::update(), zoom_track(), LocalSession::zoom_track, and MWindowGUI::zoombar. Referenced by MWindowGUI::keypress_event(). |
|
|
Definition at line 537 of file mwindowmove.C. References edl, gui, EDL::local_session, MIN, ZoomBar::update(), zoom_amp(), LocalSession::zoom_y, and MWindowGUI::zoombar. Referenced by MWindowGUI::keypress_event(). |
|
||||||||||||||||
|
Referenced by FeatherEdits::run(). |
|
|
Definition at line 103 of file mwindowmove.C. References MWindowGUI::canvas, edl, LocalSession::get_selectionend(), LocalSession::get_selectionstart(), gui, EDL::local_session, EDLSession::sample_rate, EDL::session, LocalSession::view_start, and LocalSession::zoom_sample. Referenced by ManualGoto::run(), and zoom_sample(). |
|
|
|
Definition at line 160 of file mwindowmove.C. References LocalSession::automation_max, LocalSession::automation_min, MWindowGUI::canvas, TrackCanvas::draw_overlays(), edl, Tracks::get_automation_extents(), LocalSession::get_selectionend(), LocalSession::get_selectionstart(), gui, EDL::local_session, start(), Tracks::total_length(), EDL::tracks, ZoomBar::update(), and MWindowGUI::zoombar. Referenced by EditFitAutos::handle_event(). |
|
|
|
|
|
Definition at line 131 of file mwindowmove.C. References MWindowGUI::canvas, edl, LocalSession::get_selectionend(), LocalSession::get_selectionstart(), gui, EDL::local_session, MIN, EDLSession::sample_rate, EDL::session, Tracks::total_length(), EDL::tracks, zoom_sample(), and LocalSession::zoom_sample. Referenced by EditFit::handle_event(). |
|
||||||||||||||||
|
|
|
|
Referenced by CropVideo::run(). |
|
||||||||||||
|
Referenced by FeatherEdits::run(). |
|
|
|
|
|
|
|
|
|
Definition at line 325 of file mwindowmove.C. References TrackCanvas::activate(), MWindowGUI::canvas, MWindowGUI::cursor, cwindow, edl, gui, EDL::local_session, MWindowGUI::patchbay, samplemovement(), LocalSession::set_selectionend(), LocalSession::set_selectionstart(), CWindow::update(), ZoomBar::update(), MainCursor::update(), PatchBay::update(), update_plugin_guis(), LocalSession::view_start, and MWindowGUI::zoombar. Referenced by MainTransport::goto_start(), CWindowTransport::goto_start(), and prev_label(). |
|
||||||||||||
|
Definition at line 1492 of file mwindow.C. References plugin_gui_lock, plugin_guis, and Plugin::show. Referenced by PluginServer::client_side_close(), detach_transition(), PluginPopupDetach::handle_event(), and update_plugin_states(). |
|
|
Definition at line 1511 of file mwindow.C. References plugin_gui_lock, and plugin_guis. Referenced by New::create_new_project(), and paste_edls(). |
|
|
Definition at line 1275 of file mwindow.C. References splash_window. Referenced by create_objects(). |
|
|
Definition at line 520 of file mwindow.C. References awindow, and AWindow::create_objects(). Referenced by create_objects(). |
|
|
Definition at line 697 of file mwindow.C. References brender, MainSession::brender_end, brender_lock, edl, BRender::initialize(), preferences, BRender::restart(), session, and Preferences::use_brender. Referenced by PreferencesThread::apply_settings(), and create_objects(). |
|
|
Definition at line 605 of file mwindow.C. References audio_cache, edl, plugindb, preferences, and video_cache. Referenced by create_objects(). |
|
|
Definition at line 611 of file mwindow.C. References channeldb_buz, channeldb_v4l2jpeg, and ChannelDB::load(). Referenced by create_objects(). |
|
|
Definition at line 586 of file mwindow.C. References CWindow::create_objects(), and cwindow. Referenced by create_objects(). |
|
||||||||||||
|
Definition at line 171 of file mwindow.C. References BCASTDIR. Referenced by create_objects(), RenderFarmClient::RenderFarmClient(), and BatchRenderThread::start_rendering(). |
|
|
Definition at line 577 of file mwindow.C. References EDL::create_default_tracks(), EDL::create_objects(), defaults, edl, EDL::load_defaults(), theme, EDL::tracks, and Tracks::update_y_pixels(). Referenced by create_objects(). |
|
|
Definition at line 676 of file mwindow.C. References MWindowGUI::create_objects(), defaults, and gui. Referenced by create_objects(). |
|
|
Definition at line 526 of file mwindow.C. References GWindow::create_objects(), and gwindow. Referenced by create_objects(). |
|
|
Definition at line 670 of file mwindow.C. References mainindexes, and MainIndexes::start_loop(). Referenced by create_objects(). |
|
|
Definition at line 592 of file mwindow.C. References LevelWindow::create_objects(), and lwindow. Referenced by create_objects(). |
|
|
Definition at line 617 of file mwindow.C. References colormodels, ILACEASSETMODELISTADD, ILACEFIXMETHODLISTADD, and ILACEPROJECTMODELISTADD. Referenced by init_theme(). |
|
|
|
|
||||||||||||||||||||||||
|
Definition at line 199 of file mwindow.C. References _, PluginServer::close_plugin(), new_plugin(), PluginServer::open_plugin(), SplashGUI::operation, PLUGINSERVER_IS_LAD, SplashGUI::progress, and PluginServer::title. Referenced by init_plugins(). |
|
||||||||||||||||
|
Definition at line 270 of file mwindow.C. References _, Preferences::global_plugin_dir, init_plugin_path(), and SplashGUI::progress. Referenced by create_objects(), RenderFarmClient::RenderFarmClient(), and BatchRenderThread::start_rendering(). |
|
|
Definition at line 436 of file mwindow.C. References defaults, MainSession::load_defaults(), Preferences::load_defaults(), preferences, and session. Referenced by create_objects(). |
|
|
Definition at line 690 of file mwindow.C. References batch_render, and render. Referenced by create_objects(). |
|
|
Definition at line 683 of file mwindow.C. References sighandler. Referenced by create_objects(). |
|
|
Definition at line 538 of file mwindow.C. References _, Theme::build_menus(), PluginServer::close_plugin(), init_menus(), Theme::initialize(), Theme::mwindow, PluginServer::new_theme(), PluginServer::open_plugin(), PluginServer::path, Theme::path, plugindb, preferences, Preferences::theme, and theme. Referenced by create_objects(). |
|
|
Definition at line 532 of file mwindow.C. References twindow. Referenced by create_objects(). |
|
|
Definition at line 598 of file mwindow.C. References VWindow::create_objects(), VWindow::load_defaults(), and vwindow. Referenced by create_objects(). |
|
||||||||||||||||||||||||
|
Definition at line 501 of file mwindowedit.C. References EDLSession::autos_follow_edits, EDL::create_objects(), edl, EDLSession::labels_follow_edits, EDL::load_xml(), paste_edls(), plugindb, and EDL::session. Referenced by paste(). |
|
||||||||||||||||||||||||||||||||
|
Definition at line 618 of file mwindowedit.C. References PluginServer::close_plugin(), Track::data_type, edl, Track::insert_effect(), PluginServer::open_plugin(), Track::optimize(), preferences, PluginServer::save_data(), and scan_plugindb(). Referenced by insert_effects_canvas(), insert_effects_cwindow(), and PluginDialogThread::run(). |
|
||||||||||||
|
Definition at line 546 of file mwindowedit.C. References _, MainSession::drag_pluginservers, insert_effect(), MainSession::pluginset_highlighted, restart_brender(), save_backup(), session, sync_parameters(), PluginServer::title, MainSession::track_highlighted, undo, and MainUndo::update_undo(). Referenced by TrackCanvas::drag_stop(). |
|
|
Definition at line 573 of file mwindowedit.C. References _, MainSession::drag_pluginservers, edl, Track::get_length(), LocalSession::get_selectionend(), LocalSession::get_selectionstart(), gui, insert_effect(), EDL::local_session, restart_brender(), save_backup(), session, start(), sync_parameters(), PluginServer::title, undo, MWindowGUI::update(), and MainUndo::update_undo(). Referenced by CWindowGUI::drag_stop(). |
|
|
Definition at line 1947 of file mwindow.C. References MainIndexes::interrupt_build(), and mainindexes. Referenced by Quit::handle_event(), Quit::run(), and LoadFileThread::run(). |
|
||||||||||||||||||||||||||||||||
|
Definition at line 1090 of file mwindowedit.C. References asset_to_edl(), EDL::copy_session(), EDL::create_objects(), edl, LocalSession::get_selectionstart(), EDL::labels, EDL::local_session, paste_edls(), RecordLabel::position, save_backup(), and Labels::toggle_label(). Referenced by CWindowGUI::drag_stop(), paste_assets(), Render::render(), and MenuEffectThread::run(). |
|
|
|
|
||||||||||||||||||||||||||||
|
|
Definition at line 736 of file mwindowedit.C. References _, edl, EDLSession::output_h, EDLSession::output_w, restart_brender(), save_backup(), EDL::session, sync_parameters(), Track::track_h, Track::track_w, undo, and MainUndo::update_undo(). Referenced by EditPopupMatchSize::handle_event(). |
|
|
Definition at line 666 of file mwindowedit.C. References MainSession::drag_button, MainSession::drag_handle, MainSession::drag_position, MainSession::drag_start, EDLSession::edit_handle_mode, edl, finish_modify_handles(), EDLSession::labels_follow_edits, EDL::modify_edithandles(), EDLSession::plugins_follow_edits, EDL::session, and session. Referenced by TrackCanvas::end_edithandle_selection(). |
|
|
Definition at line 687 of file mwindowedit.C. References MainSession::drag_button, MainSession::drag_handle, MainSession::drag_position, MainSession::drag_start, EDLSession::edit_handle_mode, edl, finish_modify_handles(), EDLSession::labels_follow_edits, EDL::modify_pluginhandles(), EDL::session, session, and MainSession::trim_edits. Referenced by TrackCanvas::end_pluginhandle_selection(). |
|
|
Definition at line 275 of file mwindowmove.C. References edl, gui, EDL::local_session, LocalSession::track_start, trackmovement(), MWindowGUI::trackscroll, and LocalSession::zoom_track. Referenced by TrackCanvas::button_press_event(), and MWindowGUI::keypress_event(). |
|
||||||||||||||||||||
|
Definition at line 748 of file mwindowedit.C. References _, cwindow, edl, gui, EDLSession::labels_follow_edits, Tracks::move_edits(), CWindow::playback_engine, EDLSession::plugins_follow_edits, PlaybackEngine::que, restart_brender(), save_backup(), TransportQue::send_command(), EDL::session, EDL::tracks, undo, MWindowGUI::update(), update_plugin_guis(), and MainUndo::update_undo(). Referenced by TrackCanvas::drag_stop(). |
|
||||||||||||||||||||
|
Definition at line 780 of file mwindowedit.C. References _, cwindow, edl, gui, Tracks::move_effect(), CWindow::playback_engine, PlaybackEngine::que, restart_brender(), save_backup(), TransportQue::send_command(), EDL::tracks, undo, MWindowGUI::update(), update_plugin_guis(), and MainUndo::update_undo(). Referenced by TrackCanvas::drag_stop(). |
|
|
Definition at line 366 of file mwindowmove.C. References MWindowGUI::canvas, edl, gui, EDL::local_session, samplemovement(), and LocalSession::view_start. Referenced by MWindowGUI::keypress_event(), and CTracking::update_scroll(). |
|
|
Definition at line 828 of file mwindowedit.C. References _, gui, Track::move_plugins_down(), restart_brender(), save_backup(), sync_parameters(), Edits::track, undo, MWindowGUI::update(), and MainUndo::update_undo(). Referenced by PluginPopupDown::handle_event(). |
|
|
Definition at line 810 of file mwindowedit.C. References _, gui, Track::move_plugins_up(), restart_brender(), save_backup(), sync_parameters(), Edits::track, undo, MWindowGUI::update(), and MainUndo::update_undo(). Referenced by PluginPopupUp::handle_event(). |
|
|
Definition at line 377 of file mwindowmove.C. References MWindowGUI::canvas, edl, gui, EDL::local_session, samplemovement(), and LocalSession::view_start. Referenced by MWindowGUI::keypress_event(), and CTracking::update_scroll(). |
|
|
Definition at line 846 of file mwindowedit.C. References _, edl, gui, Tracks::move_track_down(), restart_brender(), save_backup(), sync_parameters(), EDL::tracks, undo, MWindowGUI::update(), and MainUndo::update_undo(). Referenced by EditMoveTrackDown::handle_event(). |
|
|
Definition at line 870 of file mwindowedit.C. References _, edl, gui, Tracks::move_track_up(), restart_brender(), save_backup(), sync_parameters(), EDL::tracks, undo, MWindowGUI::update(), and MainUndo::update_undo(). Referenced by EditMoveTrackUp::handle_event(). |
|
|
Definition at line 858 of file mwindowedit.C. References _, edl, gui, Tracks::move_tracks_down(), restart_brender(), save_backup(), sync_parameters(), EDL::tracks, undo, MWindowGUI::update(), and MainUndo::update_undo(). Referenced by MoveTracksDown::handle_event(). |
|
|
Definition at line 881 of file mwindowedit.C. References _, edl, gui, Tracks::move_tracks_up(), restart_brender(), save_backup(), sync_parameters(), EDL::tracks, undo, MWindowGUI::update(), and MainUndo::update_undo(). Referenced by MoveTracksUp::handle_event(). |
|
|
Definition at line 267 of file mwindowmove.C. References edl, gui, EDL::local_session, LocalSession::track_start, trackmovement(), MWindowGUI::trackscroll, and LocalSession::zoom_track. Referenced by TrackCanvas::button_press_event(), and MWindowGUI::keypress_event(). |
|
|
|
Definition at line 2055 of file mwindowedit.C. References _, awindow, edl, AWindow::gui, EDL::new_folder(), undo, AWindowGUI::update_assets(), and MainUndo::update_undo(). Referenced by NewFolderThread::run(). |
|
|
|
|
|
|
Definition at line 1955 of file mwindow.C. References edl, EDL::session, EDLSession::time_format, and time_format_common(). Referenced by TimeBar::button_press_event(). |
|
|
|
|
|
||||||||||||||||||||||||
|
Definition at line 975 of file mwindowedit.C. |
|
|
Definition at line 994 of file mwindowedit.C. References _, awindow, clear(), edl, LocalSession::get_selectionend(), LocalSession::get_selectionstart(), AWindow::gui, gui, insert(), EDLSession::labels_follow_edits, EDL::local_session, EDL::optimize(), EDLSession::plugins_follow_edits, FileXML::read_from_string(), restart_brender(), save_backup(), EDL::session, start(), sync_parameters(), undo, MWindowGUI::update(), AWindowGUI::update_assets(), update_plugin_guis(), and MainUndo::update_undo(). Referenced by Paste::handle_event(), EditPaste::handle_event(), overwrite(), and splice(). |
|
||||||||||||
|
Definition at line 1043 of file mwindowedit.C. References _, MainSession::drag_assets, MainSession::drag_clips, edl, gui, EDLSession::labels_follow_edits, load_assets(), paste_edls(), EDLSession::plugins_follow_edits, restart_brender(), save_backup(), EDL::session, session, sync_parameters(), undo, MWindowGUI::update(), and MainUndo::update_undo(). Referenced by TrackCanvas::drag_stop(), and AssetPopup::paste_assets(). |
|
|
Definition at line 1571 of file mwindowedit.C. References _, EDLSession::default_atransition, edl, gui, Tracks::paste_audio_transition(), save_backup(), scan_plugindb(), EDL::session, MWindowGUI::show_message(), sync_parameters(), TRACK_AUDIO, EDL::tracks, undo, MWindowGUI::update(), and MainUndo::update_undo(). Referenced by DefaultATransition::handle_event(). |
|
|
|
Definition at line 1171 of file mwindowedit.C. References _, MWindowGUI::canvas, cwindow, TrackCanvas::draw_overlays(), edl, gui, Tracks::paste_default_keyframe(), MWindowGUI::patchbay, FileXML::read_from_string(), restart_brender(), save_backup(), sync_parameters(), EDL::tracks, undo, CWindow::update(), PatchBay::update(), update_plugin_guis(), and MainUndo::update_undo(). Referenced by PasteDefaultKeyframe::handle_event(). |
|
||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||
|
|
|
|
|
Definition at line 1543 of file mwindowedit.C. References _, PluginServer::audio, EDLSession::default_atransition, EDLSession::default_vtransition, MainSession::drag_pluginservers, MainSession::edit_highlighted, edl, Tracks::paste_transition(), restart_brender(), save_backup(), EDL::session, session, sync_parameters(), PluginServer::title, EDL::tracks, undo, MainUndo::update_undo(), and PluginServer::video. Referenced by TrackCanvas::drag_stop(). |
|
|
Definition at line 1560 of file mwindowedit.C. References _, MainSession::drag_pluginservers, edl, gui, Tracks::paste_video_transition(), restart_brender(), save_backup(), session, sync_parameters(), EDL::tracks, undo, MWindowGUI::update(), and MainUndo::update_undo(). Referenced by CWindowGUI::drag_stop(). |
|
|
Definition at line 1591 of file mwindowedit.C. References _, EDLSession::default_vtransition, edl, gui, Tracks::paste_video_transition(), restart_brender(), save_backup(), scan_plugindb(), EDL::session, MWindowGUI::show_message(), sync_parameters(), TRACK_VIDEO, EDL::tracks, undo, MWindowGUI::update(), and MainUndo::update_undo(). Referenced by DefaultVTransition::handle_event(). |
|
|
|
Definition at line 1971 of file mwindow.C. References edl, EDL::session, EDLSession::time_format, and time_format_common(). Referenced by TimeBar::button_press_event(). |
|
|
Definition at line 1729 of file mwindow.C. References MainIndexes::add_next_asset(), MainSession::drag_assets, IndexFile::get_index_filename(), Preferences::index_directory, mainindexes, preferences, remove(), session, and MainIndexes::start_build(). Referenced by AssetPopupBuildIndex::handle_event(). |
|
|
Definition at line 1614 of file mwindowedit.C. References cwindow, edl, gui, VWindow::gui, CWindow::gui, PlaybackEngine::interrupt_playback(), VWindow::playback_engine, CWindow::playback_engine, PlaybackEngine::que, MainUndo::redo(), restart_brender(), save_backup(), TransportQue::send_command(), undo, CWindow::update(), MWindowGUI::update(), update_plugin_guis(), update_plugin_states(), and vwindow. Referenced by Redo::handle_event(), EditRedo::handle_event(), and VWindowGUI::keypress_event(). |
|
|
|
|
|
Definition at line 1853 of file mwindow.C. References MainSession::drag_assets, remove(), remove_assets_from_project(), and session. Referenced by AssetRemoveThread::run(). |
|
|
Definition at line 1793 of file mwindow.C. References _, audio_cache, awindow, CICache::delete_entry(), MainSession::drag_assets, MainSession::drag_clips, CICache::dump(), edl, VWindow::get_asset(), VWindow::get_edl(), AWindow::gui, gui, VWindow::gui, EDL::remove_from_project(), VWindow::remove_source(), restart_brender(), save_backup(), session, sync_parameters(), undo, MWindowGUI::update(), AWindowGUI::update_assets(), MainUndo::update_undo(), video_cache, and vwindow. Referenced by AssetPopupProjectRemove::handle_event(), and remove_assets_from_disk(). |
|
||||||||||||||||
|
Definition at line 1543 of file mwindow.C. References plugin_gui_lock, and plugin_guis. |
|
||||||||||||
|
Definition at line 1529 of file mwindow.C. References plugin_gui_lock, and plugin_guis. Referenced by AttachmentPoint::render_gui(). |
|
||||||||||||
|
|
|
|
Definition at line 2062 of file mwindow.C. References cwindow, gui, LevelWindow::gui, VWindow::gui, CWindow::gui, lwindow, VWindowGUI::meters, CWindowGUI::meters, LevelWindowGUI::panel, MWindowGUI::patchbay, PatchBay::reset_meters(), MeterPanel::reset_meters(), and vwindow. Referenced by MeterMeter::button_press_event(), and AMeterPatch::button_press_event(). |
|
||||||||||||||||
|
Definition at line 1659 of file mwindowedit.C. References _, Track::automation, Automation::autos, restart_brender(), save_backup(), sync_parameters(), Track::track_h, Track::track_w, undo, and MainUndo::update_undo(). Referenced by ResizeTrackThread::run(). |
|
|
|
Definition at line 1913 of file mwindow.C. References XMLTag::get_title(), FileXML::read_tag(), FileXML::tag, and XMLTag::title_is(). |
|
|
Definition at line 352 of file mwindowmove.C. References MWindowGUI::canvas, MWindowGUI::cursor, TrackCanvas::draw(), edl, gui, EDL::local_session, MWindowGUI::samplescroll, SampleScroll::set_position(), MainCursor::show(), MWindowGUI::timebar, ZoomBar::update(), TimeBar::update(), LocalSession::view_start, and MWindowGUI::zoombar. Referenced by goto_end(), goto_start(), move_left(), move_right(), next_label(), prev_label(), TrackCanvas::repeat_event(), TimeBar::repeat_event(), and zoom_sample(). |
|
|
|
||||||||||||
|
Definition at line 416 of file mwindow.C. References PluginServer::audio, plugindb, PluginServer::title, TRACK_AUDIO, TRACK_VIDEO, and PluginServer::video. Referenced by TrackCanvas::do_plugins(), TrackCanvas::draw_transitions(), insert_effect(), paste_audio_transition(), paste_video_transition(), PluginArray::scan_plugindb(), and show_plugin(). |
|
|
Definition at line 387 of file mwindowmove.C. References TrackCanvas::activate(), MWindowGUI::canvas, cwindow, edl, gui, EDL::local_session, LocalSession::set_selectionend(), LocalSession::set_selectionstart(), Tracks::total_length(), EDL::tracks, CWindow::update(), and MWindowGUI::update(). Referenced by SelectAll::handle_event(). |
|
|
|
Definition at line 1376 of file mwindow.C. References EDLSession::auto_keyframes, cwindow, CWindowGUI::edit_panel, MButtons::edit_panel, edl, CWindow::gui, gui, EditPanel::keyframe, MWindowGUI::mbuttons, and EDL::session. Referenced by KeyFrameButton::handle_event(). |
|
|
Definition at line 753 of file mwindow.C. References EDLSession::brender_start, MWindowGUI::canvas, TrackCanvas::draw_overlays(), edl, LocalSession::get_selectionstart(), gui, EDL::local_session, restart_brender(), and EDL::session. Referenced by SetBRenderStart::handle_event(). |
|
|
Definition at line 1389 of file mwindow.C. References MWindowGUI::canvas, cwindow, CWindowGUI::edit_panel, MButtons::edit_panel, EditPanel::editing_mode, EDLSession::editing_mode, edl, CWindow::gui, gui, MWindowGUI::mbuttons, EDL::session, EditPanel::update(), and TrackCanvas::update_cursor(). Referenced by IBeamButton::handle_event(), and ArrowButton::handle_event(). |
|
|
Definition at line 1999 of file mwindow.C. References MainSession::filename, gui, and session. Referenced by New::create_new_project(), LoadBackup::handle_event(), load_filenames(), SaveAs::run(), and LoadFileThread::run(). |
|
|
Definition at line 1710 of file mwindowedit.C. References cwindow, edl, LocalSession::get_inpoint(), LocalSession::get_selectionstart(), CWindow::gui, gui, EDL::local_session, MainUndo::push_undo_item(), save_backup(), EDL::set_inpoint(), CWindowGUI::timebar, MWindowGUI::timebar, undo, and TimeBar::update(). Referenced by EditPanel::set_inpoint(), and CWindowEditing::set_inpoint(). |
|
|
Definition at line 2027 of file mwindow.C. References edl, LocalSession::get_selectionend(), LocalSession::get_selectionstart(), EDL::local_session, LocalSession::loop_end, LocalSession::loop_playback, LocalSession::loop_start, start(), Tracks::total_length(), and EDL::tracks. Referenced by toggle_loop_playback(). |
|
|
Definition at line 1779 of file mwindowedit.C. References cwindow, edl, LocalSession::get_outpoint(), LocalSession::get_selectionend(), CWindow::gui, gui, EDL::local_session, MainUndo::push_undo_item(), save_backup(), EDL::set_outpoint(), CWindowGUI::timebar, MWindowGUI::timebar, undo, and TimeBar::update(). Referenced by EditPanel::set_outpoint(), and CWindowEditing::set_outpoint(). |
|
|
Definition at line 1370 of file mwindow.C. References edl, EDL::local_session, EDL::session, EDLSession::show_titles, LocalSession::track_start, and trackmovement(). |
|
|
Definition at line 1304 of file mwindow.C. References awindow, gui, AWindow::gui, MWindowGUI::mainmenu, session, MainMenu::show_awindow, and MainSession::show_awindow. Referenced by ShowAWindow::handle_event(). |
|
|
Definition at line 1315 of file mwindow.C. References cwindow, gui, MWindowGUI::mainmenu, session, MainMenu::show_cwindow, MainSession::show_cwindow, and CWindow::show_window(). Referenced by ShowCWindow::handle_event(). |
|
|
Definition at line 1322 of file mwindow.C. References gui, GWindow::gui, gwindow, MWindowGUI::mainmenu, session, MainMenu::show_gwindow, and MainSession::show_gwindow. Referenced by ShowGWindow::handle_event(). |
|
|
Definition at line 1342 of file mwindow.C. References gui, LevelWindow::gui, lwindow, MWindowGUI::mainmenu, session, MainMenu::show_lwindow, and MainSession::show_lwindow. Referenced by ShowLWindow::handle_event(). |
|
|
Definition at line 1451 of file mwindow.C. References Track::data_type, edl, gui, PluginServer::open_plugin(), plugin_gui_lock, plugin_guis, preferences, scan_plugindb(), PluginServer::set_mwindow(), Plugin::show, PluginServer::show_gui(), Plugin::title, Edit::track, and PluginServer::uses_gui. Referenced by TransitionPopupShow::handle_event(), PluginPopupShow::handle_event(), and KeyframePopupShow::handle_event(). |
|
|
Definition at line 1264 of file mwindow.C. References SplashGUI::create_objects(), heroine_logo12_png, and splash_window. Referenced by create_objects(). |
|
|
Definition at line 1293 of file mwindow.C. References gui, VWindow::gui, MWindowGUI::mainmenu, session, MainMenu::show_vwindow, MainSession::show_vwindow, and vwindow. Referenced by ShowVWindow::handle_event(). |
|
|
Definition at line 220 of file mwindowmove.C. References LocalSession::automation_max, LocalSession::automation_min, MWindowGUI::canvas, TrackCanvas::draw_overlays(), edl, gui, EDL::local_session, ZoomBar::update_autozoom(), and MWindowGUI::zoombar. Referenced by AutoZoom::handle_down_event(), and MWindowGUI::keypress_event(). |
|
|
|
Definition at line 1283 of file mwindow.C. References awindow, cwindow, gui, gwindow, lwindow, and vwindow. Referenced by clear(), cut(), fit_autos(), insert_effects_cwindow(), load_filenames(), main(), mute_selection(), paste(), paste_silence(), set_loop_boundaries(), splice(), and to_clip(). |
|
|
Definition at line 725 of file mwindow.C. References brender, and BRender::stop(). Referenced by Render::render(), and MenuEffectThread::run(). |
|
|
||||||||||||
|
Definition at line 1113 of file mwindow.C. References PluginServer::audio, Track::data_type, Track::edits, Track::plugin_set, Plugin::plugin_type, plugindb, Plugin::title, PluginServer::title, TRACK_AUDIO, TRACK_VIDEO, EDL::tracks, Edit::transition, PluginServer::transition, and PluginServer::video. Referenced by load_filenames(). |
|
|
Definition at line 1353 of file mwindow.C. References MWindowGUI::default_positions(), MainSession::default_window_positions(), gui, and session. Referenced by TileWindows::handle_event(). |
|
|
Definition at line 1987 of file mwindow.C. References _, edl, gui, MWindowGUI::redraw_time_dependancies(), EDL::session, MWindowGUI::show_message(), and EDLSession::time_format. Referenced by next_time_format(), and prev_time_format(). |
|
|
Definition at line 1857 of file mwindowedit.C. References _, awindow, AWindow::clip_edit, MainSession::clip_number, LocalSession::clip_title, EDL::copy(), ClipEdit::create_clip(), EDL::create_objects(), edl, LocalSession::get_selectionend(), LocalSession::get_selectionstart(), EDL::load_xml(), EDL::local_session, plugindb, save_backup(), session, LocalSession::set_selectionend(), LocalSession::set_selectionstart(), start(), Tracks::total_length(), and EDL::tracks. Referenced by EditPanel::to_clip(). |
|
|
|
Definition at line 1359 of file mwindow.C. References MWindowGUI::canvas, TrackCanvas::draw_overlays(), edl, gui, EDL::local_session, LocalSession::loop_playback, save_backup(), set_loop_boundaries(), and sync_parameters(). Referenced by LoopPlayback::handle_event(). |
|
|
Definition at line 255 of file mwindowmove.C. References MWindowGUI::canvas, TrackCanvas::draw(), edl, MWindowGUI::get_scrollbars(), gui, EDL::local_session, MWindowGUI::patchbay, theme, LocalSession::track_start, EDL::tracks, PatchBay::update(), and Tracks::update_y_pixels(). Referenced by ExpandPatch::button_press_event(), PatchBay::cursor_motion_event(), move_down(), move_up(), TrackCanvas::repeat_event(), set_titles(), and zoom_track(). |
|
|
|
Definition at line 1999 of file mwindowedit.C. References awindow, cwindow, edl, AWindow::gui, gui, VWindow::gui, CWindow::gui, PlaybackEngine::interrupt_playback(), VWindow::playback_engine, CWindow::playback_engine, PlaybackEngine::que, restart_brender(), save_backup(), TransportQue::send_command(), MainUndo::undo(), undo, CWindow::update(), MWindowGUI::update(), AWindowGUI::update_assets(), update_plugin_guis(), update_plugin_states(), and vwindow. Referenced by Undo::handle_event(), EditUndo::handle_event(), and VWindowGUI::keypress_event(). |
|
|
Definition at line 1445 of file mwindow.C. References audio_cache, edl, CICache::set_edl(), and video_cache. Referenced by update_project(). |
|
|
|
Definition at line 1558 of file mwindow.C. References edl, hide_plugin(), plugin_gui_lock, plugin_guis, Track::plugin_set, PluginServer::title, Plugin::title, and EDL::tracks. Referenced by delete_track(), delete_tracks(), redo_entry(), PluginDialogThread::run(), and undo_entry(). |
|
|
Definition at line 1600 of file mwindow.C. References plugin_guis. Referenced by TitlePatch::handle_event(). |
|
|
Definition at line 24 of file mwindowmove.C. |
|
|
Definition at line 1680 of file mwindow.C. References awindow, VWindow::change_source(), cwindow, edl, AWindow::gui, CWindow::gui, gui, CWindow::playback_engine, PlaybackEngine::que, restart_brender(), TransportQue::send_command(), CWindowSlider::set_position(), CWindowGUI::slider, theme, CWindowGUI::timebar, EDL::tracks, TimeBar::update(), VWindow::update(), CWindow::update(), MWindowGUI::update(), AWindowGUI::update_assets(), update_caches(), Tracks::update_y_pixels(), and vwindow. Referenced by New::create_new_project(), and load_filenames(). |
|
|
Definition at line 235 of file mwindowmove.C. References MWindowGUI::canvas, TrackCanvas::draw(), edl, gui, EDL::local_session, MWindowGUI::patchbay, PatchBay::update(), and LocalSession::zoom_y. Referenced by expand_y(), AmpZoomPanel::handle_event(), and zoom_in_y(). |
|
|
Definition at line 58 of file mwindowmove.C. References edl, gui, EDL::local_session, EDLSession::sample_rate, EDL::session, LocalSession::view_start, zoom_sample(), and LocalSession::zoom_sample. Referenced by TrackCanvas::button_press_event(), and MWindowGUI::keypress_event(). |
|
|
Definition at line 564 of file mwindowmove.C. References edl, gui, EDL::local_session, ZoomBar::update(), zoom_track(), LocalSession::zoom_track, and MWindowGUI::zoombar. Referenced by MWindowGUI::keypress_event(). |
|
|
Definition at line 546 of file mwindowmove.C. References edl, gui, EDL::local_session, ZoomBar::update(), zoom_amp(), LocalSession::zoom_y, and MWindowGUI::zoombar. Referenced by MWindowGUI::keypress_event(). |
|
||||||||||||
|
Definition at line 86 of file mwindowmove.C. References edl, find_cursor(), MWindowGUI::get_scrollbars(), gui, EDL::local_session, ZoomBar::sample_zoom, samplemovement(), MWindowGUI::samplescroll, ZoomPanel::update(), LocalSession::view_start, LocalSession::zoom_sample, and MWindowGUI::zoombar. Referenced by expand_sample(), fit_selection(), VTrack::get_dimensions(), SampleZoomPanel::handle_event(), and zoom_in_sample(). |
|
|
Definition at line 244 of file mwindowmove.C. References CLAMP, edl, EDL::local_session, LocalSession::track_start, trackmovement(), LocalSession::zoom_track, and LocalSession::zoom_y. Referenced by expand_t(), TrackZoomPanel::handle_event(), VTrack::select_translation(), and zoom_in_t(). |
|
|
Definition at line 370 of file mwindow.h. Referenced by DumpAssets::handle_event(). |
|
|
Definition at line 372 of file mwindow.h. Referenced by ResourcePixmap::draw_audio_source(), init_cache(), remove_assets_from_project(), update_caches(), and ~MWindow(). |
|
|
|
Definition at line 408 of file mwindow.h. Referenced by BatchRenderMenuItem::handle_event(), init_render(), and Render::run(). |
|
|
Definition at line 379 of file mwindow.h. Referenced by brender_available(), init_brender(), MWindow(), restart_brender(), stop_brender(), and ~MWindow(). |
|
|
Definition at line 429 of file mwindow.h. Referenced by brender_available(), init_brender(), MWindow(), and ~MWindow(). |
|
|
Definition at line 391 of file mwindow.h. Referenced by VDevicePrefs::create_buz_objs(), PlaybackEngine::get_channeldb(), init_channeldb(), and MWindow(). |
|
|
Definition at line 392 of file mwindow.h. Referenced by PlaybackEngine::get_channeldb(), init_channeldb(), and MWindow(). |
|
|
Definition at line 382 of file mwindow.h. Referenced by ColormodelPulldown::colormodel_to_text(), and init_menus(). |
|
|
|
|
|
|
Definition at line 421 of file mwindow.h. Referenced by create_objects(), PluginAutomation::handle_event(), ShowAutomation::handle_event(), ShowTransitions::handle_event(), ShowTitles::handle_event(), ShowAssets::handle_event(), init_gwindow(), paste_edls(), show_gwindow(), and start(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 425 of file mwindow.h. Referenced by SetFormatThread::apply_changes(), PreferencesThread::apply_settings(), create_objects(), init_levelwindow(), reset_meters(), show_lwindow(), start(), Tracking::stop_meters(), Tracking::update_meters(), and ~MWindow(). |
|
|
Definition at line 377 of file mwindow.h. Referenced by init_indexes(), interrupt_indexes(), load_filenames(), MainUndoStackItem::load_from_undo(), paste_edls(), rebuild_indices(), AssetEdit::run(), and ~MWindow(). |
|
|
Definition at line 378 of file mwindow.h. Referenced by create_objects(), StatusBarCancel::handle_event(), MainIndexes::run(), PluginArray::run_plugins(), ScanThread::start(), Render::start_progress(), PluginServer::start_progress(), MainIndexes::~MainIndexes(), and ~MWindow(). |
|
|
Definition at line 427 of file mwindow.h. Referenced by hide_plugin(), hide_plugins(), MWindow(), render_plugin_gui(), show_plugin(), update_plugin_guis(), update_plugin_states(), and ~MWindow(). |
|
|
Definition at line 399 of file mwindow.h. Referenced by create_objects(), hide_plugin(), hide_plugins(), render_plugin_gui(), show_plugin(), update_plugin_guis(), update_plugin_states(), update_plugin_titles(), and ~MWindow(). |
|
|
|
|
Definition at line 374 of file mwindow.h. Referenced by RenderEngine::update_framerate(). |
|
|
Definition at line 409 of file mwindow.h. Referenced by RenderItem::handle_event(), Quit::handle_event(), init_render(), Quit::run(), BatchRenderThread::start_rendering(), BatchRenderThread::stop_rendering(), and ~MWindow(). |
|
|
|
Definition at line 476 of file mwindow.h. Referenced by PackageRenderer::close_output(), Record::close_output_file(), PackageRenderer::create_output(), Record::init_next_file(), init_signals(), Record::open_output_file(), MenuEffectThread::run(), and Record::start_over(). |
|
|
Definition at line 367 of file mwindow.h. Referenced by create_objects(), hide_splash(), and show_splash(). |
|
|
|
Definition at line 423 of file mwindow.h. Referenced by init_tipwindow(). |
|
|
|
Definition at line 372 of file mwindow.h. Referenced by AssetPicon::create_objects(), ResourcePixmap::draw_video_resource(), init_cache(), remove_assets_from_project(), update_caches(), and ~MWindow(). |
|
1.4.4