29#ifndef Pt_Forms_Painter_h
30#define Pt_Forms_Painter_h
32#include <Pt/Forms/Api.h>
33#include <Pt/Forms/PaintSurface.h>
34#include <Pt/Gfx/PainterBase.h>
73 void begin(PaintSurface& surface);
77 void begin(PaintContext& context);
86 const Gfx::RectF& rect);
94 PaintSurface* _formsSurface;
Active painting session on a Forms paint surface.
Definition PaintContext.h:51
Target for drawing operations.
Definition PaintSurface.h:66
Drawing commands and paint state.
Definition PainterBase.h:85
Core module.
Definition Allocator.h:33