X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fsetformat.h;h=b85fce1752aa3e7f7a2346913daebfdecaca9f86;hb=c279e21fc2394a7908bbd1ba8c79b116fe9fb14a;hp=bb15cde3274110f358320d27272c76090a83f736;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/setformat.h b/cinelerra-5.1/cinelerra/setformat.h index bb15cde3..b85fce17 100644 --- a/cinelerra-5.1/cinelerra/setformat.h +++ b/cinelerra-5.1/cinelerra/setformat.h @@ -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();