#include <cwindow.h>
Public Member Functions | |
| CWindow (MWindow *mwindow) | |
| ~CWindow () | |
| int | create_objects () |
| void | update (int position, int overlays, int tool_window, int operation=0, int timebar=0) |
| void | run () |
| Track * | calculate_affected_track () |
| Auto * | calculate_affected_auto (Autos *autos, int create=1) |
| void | calculate_affected_autos (FloatAuto **x_auto, FloatAuto **y_auto, FloatAuto **z_auto, Track *track, int use_camera, int create_x, int create_y, int create_z) |
| void | show_window () |
| void | hide_window () |
Public Attributes | |
| int | destination |
| MWindow * | mwindow |
| CWindowGUI * | gui |
| CTracking * | playback_cursor |
| CPlayback * | playback_engine |
Definition at line 14 of file cwindow.h.
|
|
|
|
|
Definition at line 38 of file cwindow.C. References playback_cursor, and playback_engine. |
|
||||||||||||
|
||||||||||||||||||||||||||||||||||||
|
|
|
Definition at line 44 of file cwindow.C. References CWindowGUI::canvas, Tracking::create_objects(), PlaybackEngine::create_objects(), CWindowGUI::create_objects(), MWindow::defaults, destination, gui, mwindow, playback_cursor, playback_engine, PlayTransport::set_engine(), and CWindowGUI::transport. Referenced by MWindow::init_compositor(). |
|
|
Definition at line 73 of file cwindow.C. References MWindow::gui, gui, CWindowTool::hide_tool(), MWindowGUI::mainmenu, mwindow, CWindowGUI::mwindow, MWindow::save_defaults(), MWindow::session, MainMenu::show_cwindow, MainSession::show_cwindow, and CWindowGUI::tool_panel. Referenced by CWindowGUI::close_event(). |
|
|
Definition at line 175 of file cwindow.C. References gui. |
|
|
Definition at line 62 of file cwindow.C. References gui, CWindowTool::show_tool(), and CWindowGUI::tool_panel. Referenced by MWindow::show_cwindow(). |
|
||||||||||||||||||||||||
|
|
Definition at line 46 of file cwindow.h. Referenced by create_objects(). |
|
|
|
Definition at line 47 of file cwindow.h. Referenced by calculate_affected_auto(), calculate_affected_track(), create_objects(), hide_window(), and update(). |
|
|
Definition at line 50 of file cwindow.h. Referenced by create_objects(), CPlayback::init_cursor(), CPlayback::stop_cursor(), and ~CWindow(). |
|
1.4.4