50 void onPaint(
DsRenderer &renderer)
override final;
DsColor is a class that represents a 4 channel color (Alpha, Red, Green, Blue).
Definition ds_color.h:53
DsDivider is a class representing a simple line divider.
Definition ds_divider.h:17
DsDivider(DsView *parent, uint32_t thickness, DsColor color)
Creates a DsDivider view for use with the auto-layout system of the parent view.
Definition ds_divider.h:43
DsDivider(DsView *parent, const DsPoint &pos, const DsSize &size, DsColor color)
Creates a DsDivider view.
Definition ds_divider.h:29
DsPoint is a class that represents the X and Y 2D coordinates of a point as integer numbers.
Definition ds_geometry.h:24
DsRenderer is a class that implements all the drawing operations.
Definition ds_renderer.h:42
DsSize is class that represents the 2D size of a graphic object (width, height) as integer values.
Definition ds_geometry.h:780
DsView is a base class that represents any view on the screen.
Definition ds_view.h:40