ctrl_toggle preference, dblclk select single group/edit, update shortcuts
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / pluginfclient.inc
1 #ifndef __PLUGINFCLIENT_INC__
2 #define __PLUGINFCLIENT_INC__
3
4 struct AVFilter;
5 typedef struct AVFilter AVFilter;
6 struct AVFilterGraph;
7 typedef struct AVFilterGraph AVFilterGraph;
8
9 class PluginFClient_Opt;
10 class PluginFFilter;
11 class PluginFClientConfig;
12 class PluginFClient_OptName;
13 class PluginFClient_OptValue;
14 class PluginFClient_OptPanel;
15 class PluginFClientUnits;
16 class PluginFClientText;
17 class PluginFClientApply;
18 class PluginFClientWindow;
19 class PluginFClient;
20 class PluginFAClient;
21 class PluginFVClient;
22
23 #ifndef  FLT_MAX
24 #define FLT_MAX 3.40282346638528859812e+38F
25 #endif
26
27 #ifndef  FLT_MIN
28 #define FLT_MIN 1.17549435082228750797e-38F
29 #endif
30
31 #ifndef  DBL_MAX
32 #define DBL_MAX ((double)1.79769313486231570815e+308L)
33 #endif
34
35 #ifndef  DBL_MIN
36 #define DBL_MIN ((double)2.22507385850720138309e-308L)
37 #endif
38
39 #endif