libt3widget
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Modules
widget.h
1 /* Copyright (C) 2011-2012 G.P. Halkes
2  This program is free software: you can redistribute it and/or modify
3  it under the terms of the GNU General Public License version 3, as
4  published by the Free Software Foundation.
5 
6  This program is distributed in the hope that it will be useful,
7  but WITHOUT ANY WARRANTY; without even the implied warranty of
8  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9  GNU General Public License for more details.
10 
11  You should have received a copy of the GNU General Public License
12  along with this program. If not, see <http://www.gnu.org/licenses/>.
13 */
14 #ifndef T3_WIDGET_H
15 #define T3_WIDGET_H
16 
17 #include <t3widget/main.h>
18 
19 #include <t3widget/dialogs/dialog.h>
20 #include <t3widget/dialogs/attributepickerdialog.h>
21 #include <t3widget/dialogs/filedialog.h>
22 #include <t3widget/dialogs/inputselectiondialog.h>
23 #include <t3widget/dialogs/insertchardialog.h>
24 #include <t3widget/dialogs/mainwindow.h>
25 #include <t3widget/dialogs/menupanel.h>
26 #include <t3widget/dialogs/messagedialog.h>
27 
28 #include <t3widget/widgets/widget.h>
29 #include <t3widget/widgets/bullet.h>
30 #include <t3widget/widgets/button.h>
31 #include <t3widget/widgets/checkbox.h>
32 #include <t3widget/widgets/colorpicker.h>
33 #include <t3widget/widgets/dummywidget.h>
34 #include <t3widget/widgets/editwindow.h>
35 #include <t3widget/widgets/expander.h>
36 #include <t3widget/widgets/expandergroup.h>
37 #include <t3widget/widgets/filepane.h>
38 #include <t3widget/widgets/frame.h>
39 #include <t3widget/widgets/label.h>
40 #include <t3widget/widgets/listpane.h>
41 #include <t3widget/widgets/menu.h>
42 #include <t3widget/widgets/menuitem.h>
43 #include <t3widget/widgets/multiwidget.h>
44 #include <t3widget/widgets/scrollbar.h>
45 #include <t3widget/widgets/separator.h>
46 #include <t3widget/widgets/smartlabel.h>
47 #include <t3widget/widgets/split.h>
48 #include <t3widget/widgets/textfield.h>
49 #include <t3widget/widgets/textwindow.h>
50 #include <t3widget/widgets/widgetgroup.h>
51 
52 #include <t3widget/findcontext.h>
53 #endif