X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpatchgui.h;h=a120beed07dcd21e7cbb09e284c670ca6c64c71e;hb=fbdd13b462256ed4f3b35dc114385fe0b0de0dcd;hp=53ba9d20f3d617cc9b996c47da94134675777102;hpb=bcacb156eab87e9e9f7b338eb8e0e699a8fd5d89;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/patchgui.h b/cinelerra-5.1/cinelerra/patchgui.h index 53ba9d20..a120beed 100644 --- a/cinelerra-5.1/cinelerra/patchgui.h +++ b/cinelerra-5.1/cinelerra/patchgui.h @@ -38,6 +38,7 @@ class AutoPatch; class GangPatch; class DrawPatch; class MutePatch; +class ZoomPatch; class ExpandPatch; class NudgePatch; class MixPatch; @@ -82,6 +83,7 @@ public: GangPatch *gang; DrawPatch *draw; MutePatch *mute; + ZoomPatch *zoom; ExpandPatch *expand; NudgePatch *nudge; MixPatch *mix; @@ -160,6 +162,16 @@ public: PatchGUI *patch; }; +class ZoomPatch : public BC_Tumbler +{ +public: + ZoomPatch(MWindow *mwindow, PatchGUI *patch, int x, int y); + int handle_up_event(); + int handle_down_event(); + MWindow *mwindow; + PatchGUI *patch; +}; + class ExpandPatch : public BC_Toggle { public: