X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Ftimefront%2Ftimefront.h;h=2fb38d199ef3503f48ffa23adf73d6b5b22e8f86;hb=673257cc109af5234e4219a6baef9589b83b9359;hp=ca5a1f0e23ecc0924ea1bb916e4cb0dcf53a1eb8;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/timefront/timefront.h b/cinelerra-5.1/plugins/timefront/timefront.h index ca5a1f0e..2fb38d19 100644 --- a/cinelerra-5.1/plugins/timefront/timefront.h +++ b/cinelerra-5.1/plugins/timefront/timefront.h @@ -2,21 +2,21 @@ /* * CINELERRA * Copyright (C) 2008 Adam Williams - * + * * 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 * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * */ #ifndef TIMEFRONT_H @@ -46,10 +46,10 @@ public: int equivalent(TimeFrontConfig &that); void copy_from(TimeFrontConfig &that); - void interpolate(TimeFrontConfig &prev, - TimeFrontConfig &next, - long prev_frame, - long next_frame, + void interpolate(TimeFrontConfig &prev, + TimeFrontConfig &next, + long prev_frame, + long next_frame, long current_frame); // Int to hex triplet conversion int get_in_color(); @@ -77,7 +77,7 @@ public: double out_radius; int frame_range; int track_usage; - enum + enum { OTHERTRACK_INTENSITY, OTHERTRACK_ALPHA, @@ -90,9 +90,9 @@ public: class TimeFrontShape : public BC_PopupMenu { public: - TimeFrontShape(TimeFrontMain *plugin, + TimeFrontShape(TimeFrontMain *plugin, TimeFrontWindow *gui, - int x, + int x, int y); void create_objects(); static char* to_text(int shape); @@ -105,9 +105,9 @@ public: class TimeFrontTrackUsage : public BC_PopupMenu { public: - TimeFrontTrackUsage(TimeFrontMain *plugin, + TimeFrontTrackUsage(TimeFrontMain *plugin, TimeFrontWindow *gui, - int x, + int x, int y); void create_objects(); static char* to_text(int track_usage); @@ -121,8 +121,8 @@ public: class TimeFrontRate : public BC_PopupMenu { public: - TimeFrontRate(TimeFrontMain *plugin, - int x, + TimeFrontRate(TimeFrontMain *plugin, + int x, int y); void create_objects(); static char* to_text(int shape); @@ -203,7 +203,7 @@ class TimeFrontWindow : public PluginClientWindow public: TimeFrontWindow(TimeFrontMain *plugin); ~TimeFrontWindow(); - + void create_objects(); void update_shape();