inter-view map only if armed track, copy/paste behavior rework
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / editpopup.inc
index 37574b1a426e6379afcac433e44de4a07e9093af..c1257ea0597e80f0990e2d3e03ceb2f663ae9e6f 100644 (file)
 #define __EDITPOPUP_INC__
 
 class EditPopup;
-class EditClear;
-class EditDelete;
-class EditCopy;
-class EditCut;
-class EditCopyCut;
-class EditPaste;
+class EditPopupClearSelect;
+class EditPopupCopy;
+class EditPopupCopyPack;
+class EditPopupCut;
+class EditPopupCutPack;
+class EditPopupMute;
+class EditPopupMutePack;
+class EditPopupPaste;
+class EditPopupOverwrite;
 class EditPopupFindAsset;
 class EditPopupTitle;
 class EditTitleDialogThread;