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>
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);
138 #endif // include guard
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