29#ifndef PT_FORMS_FORM_H
30#define PT_FORMS_FORM_H
32#include <Pt/Forms/Api.h>
33#include <Pt/Forms/Widget.h>
34#include <Pt/Forms/Control.h>
35#include <Pt/Gfx/Point.h>
36#include <Pt/Gfx/Size.h>
37#include <Pt/Gfx/Rect.h>
257 const Gfx::PointF& pos)
const;
262 const Gfx::PointF& pos)
const;
503 template <
typename Iter>
504 void moveFocus(Iter begin, Iter end);
528 std::vector<Control*> _focusList;
530 std::map<Key, Control*> _shortcuts;
531 std::map<Pt::Char, Control*> _mnemonics;
Base class for typed events.
Definition Event.h:66
Core module.
Definition Allocator.h:33