29 #ifndef Pt_Forms_ListBox_H
30 #define Pt_Forms_ListBox_H
32 #include <Pt/Forms/Control.h>
33 #include <Pt/Forms/ListBoxStyler.h>
34 #include <Pt/Forms/ScrollView.h>
35 #include <Pt/Forms/FlowLayout.h>
36 #include <Pt/Forms/Icon.h>
37 #include <Pt/Forms/PixmapSurface.h>
38 #include <Pt/Gfx/Color.h>
39 #include <Pt/Gfx/FontMetrics.h>
40 #include <Pt/Gfx/Image.h>
41 #include <Pt/SmartPtr.h>
44 #include <Pt/Forms/ProgressBar.h>
119 {
return _iconSize; }
389 std::vector<ListBoxItem*> _selectedItems;
Core module.
Definition: Allocator.h:33
Attributes for the drawing of outlines.
Definition: Pen.h:54
Metrics that describe a font face at a given size.
Definition: FontMetrics.h:46
Multicast Signal to call multiple slots.
Definition: Signal.h:190
Slant
Describes the requested font slant.
Definition: Font.h:76
Active painting session on a Forms paint surface.
Definition: PaintContext.h:51
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
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