29 #ifndef PT_FORMS_LINEEDITSTYLE_H
30 #define PT_FORMS_LINEEDITSTYLE_H
32 #include <Pt/Forms/Styler.h>
38 class PT_FORMS_API LineEditState
43 bool isEnabled()
const;
45 void setEnabled(
bool value);
47 bool isFocused()
const;
49 void setFocused(
bool value);
51 bool isHighlighted()
const;
53 void setHighlighted(
bool value);
55 bool isEditable()
const;
57 void setEditable(
bool value);
59 bool isPlaceholder()
const;
61 void setPlaceholder(
bool value);
101 const LineEditState& state);
105 const LineEditState& state);
110 const LineEditState& state);
116 const LineEditState& state);
121 const LineEditState& state);
145 const LineEditState& state);
149 const LineEditState& state) = 0;
154 const LineEditState& state) = 0;
160 const LineEditState& state) = 0;
165 const LineEditState& state) = 0;
245 const LineEditState& state)
const;
267 FacetPtr<LineEditRenderer> _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