29 #ifndef PT_FORMS_PROGRESSBARSTYLE_H
30 #define PT_FORMS_PROGRESSBARSTYLE_H
32 #include <Pt/Forms/Styler.h>
38 class PT_FORMS_API ProgressBarState
43 bool isEnabled()
const;
45 void setEnabled(
bool value);
47 bool isFocused()
const;
49 void setFocused(
bool value);
95 const ProgressBarState& state);
100 const ProgressBarState& state);
104 const ProgressBarState& state);
108 const ProgressBarState& state);
115 const ProgressBarState& state);
151 const ProgressBarState& state);
156 const ProgressBarState& state);
160 const ProgressBarState& state) = 0;
164 const ProgressBarState& state) = 0;
171 const ProgressBarState& state) = 0;
274 const ProgressBarState& state)
const;
281 const ProgressBarState& state)
const;
287 const ProgressBarState& state)
const;
293 const ProgressBarState& state)
const;
302 const ProgressBarState& state)
const;
326 FacetPtr<ProgressBarRenderer> _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
Point with floating-point X and Y coordinates.
Definition: Point.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
Unicode capable basic_string.
Definition: Api-String.h:44
Fill description for shapes and text.
Definition: Brush.h:145
Rect with floating-point coordinates.
Definition: Rect.h:47