anonymous contribution for much improved ChromakeyHSV plugin menu with boxes to set...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / batchrender.h
index 57309895827b3d42faef5d3c3b86d1cdf108a79f..fca24d224aef53b98b751473dd4c5cc9588ae94b 100644 (file)
@@ -2,6 +2,7 @@
 /*
  * CINELERRA
  * Copyright (C) 2008 Adam Williams <broadcast at earthling dot net>
+ * Copyright (C) 2003-2016 Cinelerra CV contributors
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -314,6 +315,14 @@ public:
        int *output;
 };
 
+//new help button
+class BatchRenderHelp : public BC_GenericButton
+{
+public:
+       BatchRenderHelp(BatchRenderThread *thread, int x, int y);
+       int handle_event();
+       BatchRenderThread *thread;
+};
 
 class BatchRenderGUI : public BC_Window
 {
@@ -363,6 +372,7 @@ public:
        BatchRenderCurrentEDL *use_current_edl;
        BatchRenderUpdateEDL *update_selected_edl;
        BatchRenderUseFarm *use_renderfarm;
+       BatchRenderHelp *help_button;
 };