17 #include <core/sim/touch_sensor.h> 18 #include <core_ui/canvas.h> 24 static constexpr
double kCanvasWidth = 20;
25 static constexpr
double kCanvasHeight = 20;
27 static constexpr
double kSensorWidth = 15;
28 static constexpr
double kSensorHeight = 15;
30 static constexpr
double kSkinSize = 1.5;
38 void paintEvent(QPaintEvent* event)
override;
A reusable canvas with support for logical coordinates and auto-scalling the content.
Definition: canvas.h:36
A basic touch sensor attached to a physical body.
Definition: touch_sensor.h:29
Definition: accelerometer_widget.cpp:23