Base class for a widget that can show some reading from sensor, encoder and so on.
More...
#include <abstractIndicator.h>
|
| virtual void | renew ()=0 |
| | Rereads sensor and updates widget contents. More...
|
| |
Base class for a widget that can show some reading from sensor, encoder and so on.
| trikGui::AbstractIndicator::AbstractIndicator |
( |
QWidget * |
parent = 0 | ) |
|
|
inlineexplicit |
Constructor.
- Parameters
-
| parent | - parent of this widget in Qt widget parent-child system. |
| static int trikGui::AbstractIndicator::fontMetricsHorizontalAdvance |
( |
const QWidget * |
w, |
|
|
const QString & |
text |
|
) |
| |
|
inlinestatic |
For compatibility with old Qt (until we use 5.10.1 for TRIK firmware)
| virtual void trikGui::AbstractIndicator::renew |
( |
| ) |
|
|
pure virtualslot |
Rereads sensor and updates widget contents.
The documentation for this class was generated from the following file: