X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fgwindowgui.h;h=889062348a3f06257baa6b9ca2ab9f67078ed475;hb=6c6367a007ab0f67538ad165e5815e66183a3997;hp=302417cfa0fb2227f4993d129f8b8816862d75e1;hpb=258d9cb69d560f40961acdd20866e12e940c2f93;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/gwindowgui.h b/cinelerra-5.1/cinelerra/gwindowgui.h index 302417cf..88906234 100644 --- a/cinelerra-5.1/cinelerra/gwindowgui.h +++ b/cinelerra-5.1/cinelerra/gwindowgui.h @@ -34,6 +34,7 @@ enum { NONAUTOTOGGLES_TITLES, NONAUTOTOGGLES_TRANSITIONS, NONAUTOTOGGLES_PLUGIN_AUTOS, + NONAUTOTOGGLES_HARD_EDGES, NONAUTOTOGGLES_CAMERA_XYZ, NONAUTOTOGGLES_PROJECTOR_XYZ, NONAUTOTOGGLES_BAR1, @@ -70,14 +71,17 @@ public: static const char *non_auto_text[]; static const char *auto_text[]; + static const char *non_auto_help[]; + static const char *auto_help[]; static const char *xyz_group[]; static const char *xyz_accel[]; static int auto_colors[]; static const char *toggle_text(toggleinfo *tp); + static const char *toggle_help(toggleinfo *tp); MWindow *mwindow; GWindowToggle *toggles[NONAUTOTOGGLES_COUNT + AUTOMATION_TOTAL]; - GWindowToggle *camera_xyz, *projector_xyz; + GWindowToggle *camera_xyz, *projector_xyz, *hard_edges; }; class GWindowToggle : public BC_CheckBox