29 #ifndef PT_FORMS_CANVASLAYOUT_H
30 #define PT_FORMS_CANVASLAYOUT_H
32 #include <Pt/Forms/Layout.h>
33 #include <Pt/Gfx/Point.h>
34 #include <Pt/Gfx/Size.h>
142 typedef std::map<Control*, LayoutParams> ItemMap;
144 std::map<Control*, LayoutParams> _items;
Core module.
Definition: Allocator.h:33
Size with floating-point width and height.
Definition: Size.h:47
Point with floating-point X and Y coordinates.
Definition: Point.h:47
Rect with floating-point coordinates.
Definition: Rect.h:47