29 #ifndef Pt_Forms_LineEditor_H
30 #define Pt_Forms_LineEditor_H
32 #include <Pt/Forms/Adjustment.h>
33 #include <Pt/Forms/TextBlock.h>
34 #include <Pt/Gfx/Font.h>
35 #include <Pt/Gfx/Size.h>
36 #include <Pt/Gfx/Point.h>
37 #include <Pt/String.h>
165 std::size_t _cursorPosition;
166 double _scrollOffset;
Core module.
Definition: Allocator.h:33
Size with floating-point width and height.
Definition: Size.h:47
Point with floating-point X and Y coordinates.
Definition: Point.h:47
Unicode character type.
Definition: String.h:67
Unicode capable basic_string.
Definition: Api-String.h:44
Represents one laid-out line in a TextBlock.
Definition: TextBlock.h:58