QtPdWidgets
2.3.1
|
Public Member Functions | |
Impl (Time *parent) | |
void | outputValue () |
Displays the current value. More... | |
void | retranslate () |
Retranslate the widget. More... | |
Public Attributes | |
Time *const | parent |
bool | dataPresent |
true, if data was received. More... | |
double | value |
Current time value in seconds. More... | |
|
inline |
References Pd::Time::Impl::parent.
|
inline |
Displays the current value.
References Pd::Time::Impl::dataPresent, Pd::Time::Impl::parent, SECONDS_PER_HOUR, SECONDS_PER_MINUTE, and Pd::Time::Impl::value.
|
inline |
Retranslate the widget.
References Pd::Time::Impl::parent.
bool Pd::Time::Impl::dataPresent |
true, if data was received.
Referenced by Pd::Time::Impl::outputValue().
Time* const Pd::Time::Impl::parent |
Referenced by Pd::Time::Impl::Impl(), Pd::Time::Impl::outputValue(), and Pd::Time::Impl::retranslate().
double Pd::Time::Impl::value |
Current time value in seconds.
Referenced by Pd::Time::Impl::outputValue().