Guitarix
gxwmm.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2009, 2010 Hermann Meyer, James Warden, Andreas Degert
3  *
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License as published by
6  * the Free Software Foundation; either version 2 of the License, or
7  * (at your option) any later version.
8  *
9  * This program is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12  * GNU General Public License for more details.
13  *
14  * You should have received a copy of the GNU General Public License
15  * along with this program; if not, write to the Free Software
16  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17  */
18 
19 #ifndef __GXWMM_H__
20 #define __GXWMM_H__
21 
22 #include <gxwmm/bigknob.h>
23 #include <gxwmm/controlparameter.h>
24 #include <gxwmm/eqslider.h>
25 #include <gxwmm/fastmeter.h>
26 #include <gxwmm/levelslider.h>
27 #include <gxwmm/hslider.h>
28 #include <gxwmm/iredit.h>
29 #include <gxwmm/knob.h>
30 #include <gxwmm/meterscale.h>
31 #include <gxwmm/midknob.h>
32 #include <gxwmm/minislider.h>
33 #include <gxwmm/paintbox.h>
34 #include <gxwmm/radiobutton.h>
35 #include <gxwmm/regler.h>
36 #include <gxwmm/selector.h>
37 #include <gxwmm/smallknob.h>
38 #include <gxwmm/smallknobr.h>
39 #include <gxwmm/simplevaluedisplay.h>
40 #include <gxwmm/switch.h>
41 #include <gxwmm/toggleimage.h>
42 #include <gxwmm/tuner.h>
43 #include <gxwmm/racktuner.h>
44 #include <gxwmm/vslider.h>
45 #include <gxwmm/valuedisplay.h>
46 #include <gxwmm/waveview.h>
47 #include <gxwmm/wheel.h>
48 #include <gxwmm/portdisplay.h>
49 #include <gxwmm/init.h>
50 
51 #endif /* __GXWMM_H__ */