6 #include "cplayback.inc"
7 #include "ctracking.inc"
8 #include "cwindowgui.inc"
9 #include "floatauto.inc"
10 #include "mwindow.inc"
14 class CWindow
: public Thread
17 CWindow(MWindow
*mwindow
);
21 // Position is inclusive of the other 2
22 void update(int position
,
28 Track
* calculate_affected_track();
29 // Get keyframe for editing in the CWindow.
30 // create - if 0 forces automatic creation to be off
31 // if 1 uses automatic creation option to create
32 Auto
* calculate_affected_auto(Autos
*autos
,
34 // Same as before. Provide 0 to Auto arguments to have them ignored.
35 void calculate_affected_autos(FloatAuto
**x_auto
,
50 CTracking
*playback_cursor
;
51 CPlayback
*playback_engine
;