29 #ifndef PT_FORMS_SLIDERSTYLE_H
30 #define PT_FORMS_SLIDERSTYLE_H
32 #include <Pt/Forms/Styler.h>
38 class PT_FORMS_API SliderState
43 bool isEnabled()
const;
45 void setEnabled(
bool value);
47 bool isHovered()
const;
49 void setHovered(
bool value);
51 bool isFocused()
const;
53 void setFocused(
bool value);
99 const SliderState& state);
103 const SliderState& state);
107 const SliderState& state);
139 const SliderState& state);
143 const SliderState& state) = 0;
147 const SliderState& state) = 0;
247 const SliderState& state)
const;
275 FacetPtr<SliderRenderer> _renderer;
Core module.
Definition: Allocator.h:33
Attributes for the drawing of outlines.
Definition: Pen.h:54
Slant
Describes the requested font slant.
Definition: Font.h:76
Paint context.
Definition: PaintContext.h:45
Size with floating-point width and height.
Definition: Size.h:47
Weight
Describes the requested font weight.
Definition: Font.h:61
Font request used for text drawing and measurement.
Definition: Font.h:56
Standard color type.
Definition: Color.h:47
Fill description for shapes and text.
Definition: Brush.h:145
Rect with floating-point coordinates.
Definition: Rect.h:47