olaf neophyte and de.po updates, valgrind tweaks, delete green lady, inkscape dpi=96
[goodguy/history.git] / cinelerra-5.1 / cinelerra / mainmenu.h
index 6e277aedba2ab6bf6235833a27f4efb288805dda..2796e15571c84bd0f60de3985fd32f9ed9fafb41 100644 (file)
@@ -43,6 +43,7 @@ class KeyframeCurveTypeMenu;
 class KeyframeCurveTypeItem;
 class SplitX;
 class SplitY;
+class MixerViewer;
 
 
 #include "arraylist.h"
@@ -105,7 +106,7 @@ public:
 
        RecordMenuItem *record_menu_item;
        RenderItem *render;
-       New *new_project;
+       NewProject *new_project;
        MenuAEffectItem *aeffect[TOTAL_EFFECTS];
        MenuVEffectItem *veffect[TOTAL_EFFECTS];
        Quit *quit_program;              // affected by save
@@ -146,6 +147,7 @@ public:
        ShowLWindow *show_lwindow;
        SplitX *split_x;
        SplitY *split_y;
+       MixerViewer *mixer_viewer;
 };
 
 // ========================================= edit
@@ -406,6 +408,14 @@ public:
        MWindow *mwindow;
 };
 
+class TileMixers : public BC_MenuItem
+{
+public:
+       TileMixers(MWindow *mwindow);
+       int handle_event();
+       MWindow *mwindow;
+};
+
 // ======================================== audio
 
 class AddAudioTrack : public BC_MenuItem
@@ -687,4 +697,12 @@ public:
        MWindow *mwindow;
 };
 
+class MixerViewer : public BC_MenuItem
+{
+public:
+       MixerViewer(MWindow *mwindow);
+       int handle_event();
+       MWindow *mwindow;
+};
+
 #endif