refresh frame fix, dblclk proxy viewer fix, vicon refresh fix for awdw resize, fix...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / setformat.h
index bb15cde3274110f358320d27272c76090a83f736..b85fce1752aa3e7f7a2346913daebfdecaca9f86 100644 (file)
@@ -94,6 +94,14 @@ public:
        MWindow *mwindow;
 };
 
+class SetChannelsReset : public BC_GenericButton
+{
+public:
+       SetChannelsReset(SetFormatThread *thread, int x, int y, const char *text);
+       int handle_event();
+
+       SetFormatThread *thread;
+};
 
 class SetChannelsCanvas : public BC_SubWindow
 {
@@ -194,11 +202,8 @@ public:
 class FormatSwapExtents : public BC_Button
 {
 public:
-       FormatSwapExtents(MWindow *mwindow,
-               SetFormatThread *thread,
-               SetFormatWindow *gui,
-               int x,
-               int y);
+       FormatSwapExtents(MWindow *mwindow, SetFormatThread *thread,
+               SetFormatWindow *gui, int x, int y);
        int handle_event();
        MWindow *mwindow;
        SetFormatThread *thread;
@@ -209,9 +214,8 @@ class SetFormatWindow : public BC_Window
 {
 public:
        SetFormatWindow(MWindow *mwindow,
-               SetFormatThread *thread,
-               int x,
-               int y);
+               SetFormatThread *thread, int x, int y);
+       ~SetFormatWindow();
 
        void create_objects();
        const char* get_preset_text();