trikRuntime
trikGui::SensorIndicator Class Reference

Widget that shows current sensor reading. More...

#include <sensorIndicator.h>

Inheritance diagram for trikGui::SensorIndicator:
Collaboration diagram for trikGui::SensorIndicator:

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

 SensorIndicator (const QString &port, trikControl::SensorInterface &sensor, QWidget *parent=nullptr)
 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...
 

Detailed Description

Widget that shows current sensor reading.

Constructor & Destructor Documentation

SensorIndicator::SensorIndicator ( const QString &  port,
trikControl::SensorInterface sensor,
QWidget *  parent = nullptr 
)

Constructor.

Parameters
port- port to which sensor is plugged.
sensor- sensor which we will read.
parent- parent of this widget in Qt widget parent-child system.

Member Function Documentation

void SensorIndicator::renew ( )
overrideslot

The documentation for this class was generated from the following files: