30#ifndef Pt_Forms_FlowLayout_H
31#define Pt_Forms_FlowLayout_H
33#include <Pt/Forms/Api.h>
34#include <Pt/Forms/Direction.h>
35#include <Pt/Forms/Layout.h>
116 Gfx::SizeF onMeasureHorizontal(
const SizePolicy& policy);
118 Gfx::SizeF onMeasureVertical(
const SizePolicy& policy);
120 void onLayoutLeft(
const Gfx::RectF& rect,
bool center);
122 void onLayoutRight(
const Gfx::RectF& rect,
bool center);
124 void onLayoutTop(
const Gfx::RectF& rect,
bool center);
126 void onLayoutBottom(
const Gfx::RectF& rect,
bool center);
Core module.
Definition Allocator.h:33