X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fscopewindow.inc;h=dcd4e4e04d0df4cc757dfef7d662f45bc7b2df6f;hp=a23cb5cf9da2b0d0ff638ea018fde175026550df;hb=9ffdfbe8e6fa7daaad4dcfdd46b6ac7b6e7a47e8;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1 diff --git a/cinelerra-5.1/cinelerra/scopewindow.inc b/cinelerra-5.1/cinelerra/scopewindow.inc index a23cb5cf..dcd4e4e0 100644 --- a/cinelerra-5.1/cinelerra/scopewindow.inc +++ b/cinelerra-5.1/cinelerra/scopewindow.inc @@ -1,33 +1,23 @@ -/* - * CINELERRA - * Copyright (C) 1997-2011 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 SCOPEWINDOW_INC #define SCOPEWINDOW_INC - -class ScopeGUI; +class ScopePackage; +class ScopeUnit; class ScopeEngine; - - +class ScopePanel; +class ScopeWaveform; +class ScopeVectorscope; +class ScopeHistogram; +class ScopeScopesOn; +class ScopeMenu; +class ScopeGratPaths; +class ScopeGratItem; +class ScopeSettings; +class ScopeGainReset; +class ScopeGainSlider; +class ScopeGain; +class ScopeWaveSlider; +class ScopeVectSlider; +class ScopeGUI; #endif - - -