Merge branch 'ct' of git.pipapo.org:cinelerra-ct into ct
[cinelerra_cv/ct.git] / cinelerra / mainsession.inc
blob4a4f509cc7f4977e83a7fc91e8cab9de7920a068
1 #ifndef MAINSESSION_INC
2 #define MAINSESSION_INC
4 class MainSession;
6 // Current operation in main window
7 enum
9         NO_OPERATION,     
10         DRAG_EDITHANDLE1,       // Waiting to move out of drag threshold
11         DRAG_EDITHANDLE2,       // Dragging outside drag threshold
12         DRAG_PARTITION,   
13         SELECT_REGION,    
14         DRAG_ASSET,       
15         DRAG_ATRANSITION, 
16         DRAG_VTRANSITION, 
17         DRAG_AEFFECT,     
18         DRAG_VEFFECT,     
19         DRAG_AEFFECT_COPY,  // 10
20         DRAG_VEFFECT_COPY, 
21         DRAG_EDIT,         
22         DRAG_FADE,         
23         DRAG_CZOOM,         
24         DRAG_PZOOM,         
25         DRAG_PAN_PRE,          
26         DRAG_PAN,          
27         DRAG_PLAY,         
28         DRAG_MUTE,         
29         DRAG_CAMERA_X,       
30         DRAG_CAMERA_Y,       
31         DRAG_CAMERA_Z,       
32         DRAG_MASK_PRE,      // 20
33         DRAG_MASK,
34         DRAG_MODE_PRE,         
35         DRAG_MODE,         
36         DRAG_PROJECTOR_X,    
37         DRAG_PROJECTOR_Y,    
38         DRAG_PROJECTOR_Z,    
39         DRAG_PLUGINKEY_PRE,    
40         DRAG_PLUGINKEY,    
41         DRAG_PLUGINHANDLE1,        // Waiting to move out of drag threshold
42         DRAG_PLUGINHANDLE2,         // Dragging outside drag threshold
43         DRAG_NUDGE
47 #endif
49 //      Local Variables:
50 //      mode: C++
51 //      c-file-style: "linux"
52 //      End: