Relative time display.
More...
#include <Time.h>
|
PD_PRIVATE void | newValues (std::chrono::nanoseconds) override |
| This virtual method is called by the ProcessVariable, if its value changes. More...
|
|
◆ Time()
Time::Time |
( |
QWidget * |
parent = 0 | ) |
|
Constructor.
- Parameters
-
References Impl.
◆ ~Time()
◆ clearData()
◆ event()
bool Time::event |
( |
QEvent * |
event | ) |
|
|
protected |
Event handler.
- Parameters
-
References impl.
◆ getValue()
double Time::getValue |
( |
| ) |
const |
- Returns
- The current #value.
References impl.
◆ newValues()
void Time::newValues |
( |
std::chrono::nanoseconds |
| ) |
|
|
overrideprivate |
This virtual method is called by the ProcessVariable, if its value changes.
References setValue().
◆ setValue()
void Time::setValue |
( |
double |
v | ) |
|
◆ sizeHint()
QSize Time::sizeHint |
( |
| ) |
const |
|
virtual |
Gives a hint aboute the optimal size.
◆ Impl
◆ impl
std::unique_ptr<Impl> Pd::Time::impl |
|
private |
The documentation for this class was generated from the following files: