|
trikRuntime
|
Widget that shows current gyroscope reading. More...
#include <gyroscopeIndicator.h>


Public Slots | |
| void | renew () override |
Public Slots inherited from trikGui::AbstractIndicator | |
| virtual void | renew ()=0 |
| Rereads sensor and updates widget contents. More... | |
Public Member Functions | |
| GyroscopeIndicator (trikControl::GyroSensorInterface &gyroscope, QWidget *parent=0) | |
| Constructor. More... | |
Public Member Functions inherited from trikGui::AbstractIndicator | |
| AbstractIndicator (QWidget *parent=0) | |
| Constructor. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from trikGui::AbstractIndicator | |
| static int | fontMetricsHorizontalAdvance (const QWidget *w, const QString &text) |
| For compatibility with old Qt (until we use 5.10.1 for TRIK firmware) More... | |
Widget that shows current gyroscope reading.
|
explicit |
Constructor.
| gyroscope | - gyroscope which we will read. |
| parent | - parent of this widget in Qt widget parent-child system. |
|
overrideslot |