29 #ifndef PT_FORMS_WORKSPACE_H
30 #define PT_FORMS_WORKSPACE_H
32 #include <Pt/Forms/Api.h>
33 #include <Pt/Forms/Control.h>
34 #include <Pt/Forms/WorkspaceManager.h>
35 #include <Pt/Gfx/Point.h>
36 #include <Pt/Gfx/Size.h>
37 #include <Pt/Gfx/Rect.h>
82 const std::vector<Window*>&
windows()
const;
179 #endif // include guard
Core module.
Definition: Allocator.h:33
Active painting session on a Forms paint surface.
Definition: PaintContext.h:51
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