Boost.UI
User Interface Boost library
ui.hpp
Go to the documentation of this file.
1 // Copyright (c) 2017 Kolya Kosenko
2 
3 // Distributed under the Boost Software License, Version 1.0.
4 // See http://www.boost.org/LICENSE_1_0.txt
5 
7 
8 #ifndef BOOST_UI_HPP
9 #define BOOST_UI_HPP
10 
11 #include <boost/ui/application.hpp>
12 #include <boost/ui/audio.hpp>
13 #include <boost/ui/button.hpp>
14 #include <boost/ui/canvas.hpp>
15 #include <boost/ui/check_box.hpp>
16 #include <boost/ui/choice.hpp>
17 #include <boost/ui/color.hpp>
18 #include <boost/ui/color_io.hpp>
19 #include <boost/ui/combo_box.hpp>
20 #include <boost/ui/config.hpp>
21 #include <boost/ui/coord.hpp>
22 #include <boost/ui/coord_io.hpp>
23 #include <boost/ui/datetime.hpp>
24 #include <boost/ui/def.hpp>
25 #include <boost/ui/dialog.hpp>
26 #include <boost/ui/event.hpp>
27 #include <boost/ui/event_loop.hpp>
28 #include <boost/ui/font.hpp>
29 #include <boost/ui/frame.hpp>
30 #include <boost/ui/group_box.hpp>
31 #include <boost/ui/hyperlink.hpp>
32 #include <boost/ui/image.hpp>
34 #include <boost/ui/label.hpp>
35 #include <boost/ui/layout.hpp>
36 #include <boost/ui/line.hpp>
37 #include <boost/ui/list_box.hpp>
38 #include <boost/ui/locale.hpp>
39 #include <boost/ui/log.hpp>
40 #include <boost/ui/menu.hpp>
41 #include <boost/ui/message.hpp>
42 #include <boost/ui/notebook.hpp>
43 #include <boost/ui/painter.hpp>
44 #include <boost/ui/panel.hpp>
46 #include <boost/ui/slider.hpp>
47 #include <boost/ui/status_bar.hpp>
48 #include <boost/ui/stream.hpp>
49 #include <boost/ui/string.hpp>
50 #include <boost/ui/string_io.hpp>
51 #include <boost/ui/strings_box.hpp>
52 #include <boost/ui/text_box.hpp>
53 #include <boost/ui/thread.hpp>
54 #include <boost/ui/web_widget.hpp>
55 #include <boost/ui/widget.hpp>
56 #include <boost/ui/window.hpp>
57 
316 #endif // BOOST_UI_HPP
web_widget.hpp
Web widget.
coord_io.hpp
Coordinates I/O.
choice.hpp
Choice widget.
group_box.hpp
Group box widget.
audio.hpp
Audio.
button.hpp
Button widget.
text_box.hpp
Text editor widgets.
message.hpp
Display message file.
config.hpp
Configuration options.
font.hpp
Font class.
widget.hpp
Widget class.
notebook.hpp
Notebook widget.
event.hpp
Event classes.
def.hpp
Definitions.
datetime.hpp
Date and time pickers.
check_box.hpp
Check box widget.
menu.hpp
Menu classes.
list_box.hpp
List box widget.
canvas.hpp
Canvas widget.
string.hpp
String class and operations.
progress_bar.hpp
Progress bar widget.
image_widget.hpp
Image widget.
label.hpp
Label widget.
layout.hpp
Layout classes.
frame.hpp
Frame widget.
string_io.hpp
String I/O operations.
thread.hpp
Thread support.
event_loop.hpp
Event loop class.
status_bar.hpp
Status bar class.
painter.hpp
Painter class.
image.hpp
Image class.
window.hpp
Window class.
color.hpp
Color class.
slider.hpp
Slider widget.
application.hpp
Application class.
panel.hpp
Panel widget.
color_io.hpp
Color I/O operations.
log.hpp
Classes for logging.
dialog.hpp
Dialog widget.
stream.hpp
Stream class and manipulators.
locale.hpp
Localization.
combo_box.hpp
Combo box widget.
line.hpp
line widget
coord.hpp
Coordinates classes.
strings_box.hpp
Widget with array of strings.