30#ifndef Pt_Forms_Screen_H
31#define Pt_Forms_Screen_H
33#include <Pt/Forms/Api.h>
34#include <Pt/Forms/Widget.h>
35#include <Pt/Gfx/Size.h>
36#include <Pt/System/Clock.h>
84 friend class ScreenImpl;
158 virtual void onShow(ScreenImpl& s,
bool isShow);
173 virtual Gfx::PointF
onToParent(
const Gfx::PointF& pos)
const;
181 virtual Gfx::PointF
onToGlobal(
const Gfx::PointF& pos)
const;
281 Gfx::RectF _updateRect;
Base class for typed events.
Definition Event.h:66
Stopwatch, system time and monotonic ticks.
Definition Clock.h:59
Core module.
Definition Allocator.h:33