29 #ifndef Pt_Forms_StackLayout_H
30 #define Pt_Forms_StackLayout_H
32 #include <Pt/Forms/Layout.h>
33 #include <Pt/Signal.h>
71 static const std::size_t NoIndex =
static_cast<const std::size_t
>(-1);
124 {
return _controlRemoved; }
131 {
return _currentChanged; }
149 std::vector<Control*> _controls;
150 std::size_t _current;
Core module.
Definition: Allocator.h:33
Size with floating-point width and height.
Definition: Size.h:47
Rect with floating-point coordinates.
Definition: Rect.h:47