Btk
container.hpp
1
#if !defined(_BTK_CONTAINER_HPP_)
2
#define _BTK_CONTAINER_HPP_
3
7
#include "defs.hpp"
8
#include "widget.hpp"
9
namespace
Btk
{
10
11
class
BTKAPI
GroupBox
:
public
Widget
,
Container
{
12
13
};
14
class
BTKAPI
DockWidget
:
public
Widget
,
Container
{
15
16
};
17
}
18
19
#endif // _BTK_CONTAINER_HPP_
Btk::Widget
Definition:
widget.hpp:219
Btk
This header include many useful containers.
Definition:
async.hpp:7
Btk::GroupBox
Definition:
container.hpp:11
Btk::Container
A Container of Widget.
Definition:
widget.hpp:108
Btk::DockWidget
Definition:
container.hpp:14
include
Btk
container.hpp
Generated by
1.8.13