29#ifndef Pt_Forms_StackLayout_H
30#define Pt_Forms_StackLayout_H
32#include <Pt/Forms/Layout.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;
Multicast Signal to call multiple slots.
Definition Signal.h:190
Core module.
Definition Allocator.h:33