projects
/
goodguy
/
cinelerra.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add missing GPL information in guicast program files
[goodguy/cinelerra.git]
/
cinelerra-5.1
/
cinelerra
/
scopewindow.inc
1
#ifndef SCOPEWINDOW_INC
2
#define SCOPEWINDOW_INC
3
4
class ScopePackage;
5
class ScopeUnit;
6
class ScopeEngine;
7
class ScopePanel;
8
class ScopeWaveform;
9
class ScopeVectorscope;
10
class ScopeHistogram;
11
class ScopeScopesOn;
12
class ScopeMenu;
13
class ScopeGratPaths;
14
class ScopeGratItem;
15
class ScopeSettings;
16
class ScopeGainReset;
17
class ScopeGainSlider;
18
class ScopeGain;
19
class ScopeWaveSlider;
20
class ScopeVectSlider;
21
class ScopeGUI;
22
23
#endif