17 #include <QVBoxLayout> 24 class GyroSensorInterface;
41 void renew()
override;
44 void resizeEvent(QResizeEvent *)
override;
45 void paintEvent(QPaintEvent *)
override;
Base class for a widget that can show some reading from sensor, encoder and so on.
Definition: abstractIndicator.h:24
Definition: abstractIndicator.h:21
Widget that shows current gyroscope reading.
Definition: gyroscopeIndicator.h:30
Definition: trikCommunicator.h:27
Class that returns raw and processed data from the gyroscope.
Definition: gyroSensorInterface.h:27