30#ifndef Pt_Forms_Slider_H
31#define Pt_Forms_Slider_H
33#include <Pt/Forms/Control.h>
34#include <Pt/Forms/SliderStyler.h>
196 const Gfx::RectF& rect,
197 const Gfx::RectF& trackRect,
198 const Gfx::RectF& handleRect,
218 float toFraction()
const;
220 int toPosition(
double x)
const;
229 Gfx::RectF _trackRect;
230 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
Multicast Signal to call multiple slots.
Definition Signal.h:190
Core module.
Definition Allocator.h:33