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>
81 const Gfx::SizeF&
size)
93 const Gfx::SizeF&
size()
const
121 const Gfx::PointF& pos,
122 const Gfx::SizeF&
size);
142 typedef std::map<Control*, LayoutParams> ItemMap;
144 std::map<Control*, LayoutParams> _items;
Core module.
Definition Allocator.h:33