1 //------------------------------------------------------------------------------
2 // emToolkit.h
3 //
4 // Copyright (C) 2005-2010,2014-2015 Oliver Hamann.
5 //
6 // Homepage: http://eaglemode.sourceforge.net/
7 //
8 // This program is free software: you can redistribute it and/or modify it under
9 // the terms of the GNU General Public License version 3 as published by the
10 // Free Software Foundation.
11 //
12 // This program is distributed in the hope that it will be useful, but WITHOUT
13 // ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
14 // FOR A PARTICULAR PURPOSE. See the GNU General Public License version 3 for
15 // more details.
16 //
17 // You should have received a copy of the GNU General Public License version 3
18 // along with this program. If not, see <http://www.gnu.org/licenses/>.
19 //------------------------------------------------------------------------------
20 
21 #ifndef emToolkit_h
22 #define emToolkit_h
23 
24 #ifndef emLook_h
25 #include <emCore/emLook.h>
26 #endif
27 
28 #ifndef emBorder_h
29 #include <emCore/emBorder.h>
30 #endif
31 
32 #ifndef emLabel_h
33 #include <emCore/emLabel.h>
34 #endif
35 
36 #ifndef emTiling_h
37 #include <emCore/emTiling.h>
38 #endif
39 
40 #ifndef emGroup_h
41 #include <emCore/emGroup.h>
42 #endif
43 
44 #ifndef emLinearLayout_h
45 #include <emCore/emLinearLayout.h>
46 #endif
47 
48 #ifndef emLinearGroup_h
49 #include <emCore/emLinearGroup.h>
50 #endif
51 
52 #ifndef emRasterLayout_h
53 #include <emCore/emRasterLayout.h>
54 #endif
55 
56 #ifndef emRasterGroup_h
57 #include <emCore/emRasterGroup.h>
58 #endif
59 
60 #ifndef emPackLayout_h
61 #include <emCore/emPackLayout.h>
62 #endif
63 
64 #ifndef emPackGroup_h
65 #include <emCore/emPackGroup.h>
66 #endif
67 
68 #ifndef emTunnel_h
69 #include <emCore/emTunnel.h>
70 #endif
71 
72 #ifndef emButton_h
73 #include <emCore/emButton.h>
74 #endif
75 
76 #ifndef emCheckButton_h
77 #include <emCore/emCheckButton.h>
78 #endif
79 
80 #ifndef emRadioButton_h
81 #include <emCore/emRadioButton.h>
82 #endif
83 
84 #ifndef emCheckBox_h
85 #include <emCore/emCheckBox.h>
86 #endif
87 
88 #ifndef emRadioBox_h
89 #include <emCore/emRadioBox.h>
90 #endif
91 
92 #ifndef emTextField_h
93 #include <emCore/emTextField.h>
94 #endif
95 
96 #ifndef emScalarField_h
97 #include <emCore/emScalarField.h>
98 #endif
99 
100 #ifndef emColorField_h
101 #include <emCore/emColorField.h>
102 #endif
103 
104 #ifndef emListBox_h
105 #include <emCore/emListBox.h>
106 #endif
107 
108 #ifndef emFileSelectionBox_h
109 #include <emCore/emFileSelectionBox.h>
110 #endif
111 
112 #ifndef emSplitter_h
113 #include <emCore/emSplitter.h>
114 #endif
115 
116 #ifndef emDialog_h
117 #include <emCore/emDialog.h>
118 #endif
119 
120 #ifndef emFileDialog_h
121 #include <emCore/emFileDialog.h>
122 #endif
123 
124 
125 #endif
126