29#ifndef PT_FORMS_SLIDERSTYLE_H
30#define PT_FORMS_SLIDERSTYLE_H
32#include <Pt/Forms/Styler.h>
122 const Gfx::SizeF& contentSize);
135 const Gfx::RectF& rect,
136 const Gfx::SizeF& trackSize,
137 const Gfx::SizeF& handleSize,
138 Gfx::RectF& trackRect,
139 Gfx::RectF& handleRect);
144 const Gfx::RectF& trackRect,
146 Gfx::RectF& handleRect);
151 const Gfx::RectF& rect,
152 const Gfx::RectF& trackRect,
153 const Gfx::RectF& handleRect,
159 const Gfx::RectF& trackRect,
165 const Gfx::RectF& handleRect,
180 const Gfx::SizeF& contentSize) = 0;
193 const Gfx::RectF& rect,
194 const Gfx::SizeF& trackSize,
195 const Gfx::SizeF& handleSize,
196 Gfx::RectF& trackRect,
197 Gfx::RectF& handleRect) = 0;
202 const Gfx::RectF& trackRect,
204 Gfx::RectF& handleRect) = 0;
209 const Gfx::RectF& rect,
210 const Gfx::RectF& trackRect,
211 const Gfx::RectF& handleRect,
217 const Gfx::RectF& trackRect,
223 const Gfx::RectF& handleRect,
305 const Gfx::SizeF& contentSize)
const;
318 const Gfx::RectF& rect,
319 const Gfx::SizeF& trackSize,
320 const Gfx::SizeF& handleSize,
321 Gfx::RectF& trackRect,
322 Gfx::RectF& handleRect)
const;
327 const Gfx::RectF& trackRect,
329 Gfx::RectF& handleRect)
const;
334 const Gfx::RectF& rect,
335 const Gfx::RectF& trackRect,
336 const Gfx::RectF& handleRect,
Active painting session on a Forms paint surface.
Definition PaintContext.h:51
Fill color, gradient or texture.
Definition Brush.h:151
8-bit ARGB color.
Definition Color.h:65
Font family, size and style.
Definition Font.h:63
Slant
Describes the requested font slant.
Definition Font.h:83
Weight
Describes the requested font weight.
Definition Font.h:68
Outline color, width and style.
Definition Pen.h:59
Core module.
Definition Allocator.h:33