QtPdWidgets
2.3.1
|
Public Member Functions | |
Impl (PushButton *parent) | |
void | triggerEvent () |
This function executes the action specified in eventAction. More... | |
Public Attributes | |
PushButton *const | parent |
int32_t | value |
The current value of the process variable. More... | |
bool | pressed |
true, when the button is pressed down. More... | |
ButtonMode | buttonMode |
The button behaviour. More... | |
EventCondition | eventCondition |
Event condition. More... | |
EventAction | eventAction |
Action on an event. More... | |
int | onValue |
The value to be written, when the button is pressed. More... | |
int | offValue |
The value to be written, when the button is released. More... | |
|
inline |
References Pd::PushButton::Impl::parent.
|
inline |
This function executes the action specified in eventAction.
References Pd::PushButton::Impl::eventAction, Pd::PushButton::Impl::offValue, Pd::PushButton::Impl::onValue, Pd::PushButton::Impl::parent, and Pd::PushButton::Impl::value.
ButtonMode Pd::PushButton::Impl::buttonMode |
The button behaviour.
EventAction Pd::PushButton::Impl::eventAction |
Action on an event.
Referenced by Pd::PushButton::Impl::triggerEvent().
EventCondition Pd::PushButton::Impl::eventCondition |
Event condition.
int Pd::PushButton::Impl::offValue |
The value to be written, when the button is released.
Referenced by Pd::PushButton::Impl::triggerEvent().
int Pd::PushButton::Impl::onValue |
The value to be written, when the button is pressed.
Referenced by Pd::PushButton::Impl::triggerEvent().
PushButton* const Pd::PushButton::Impl::parent |
Referenced by Pd::PushButton::Impl::Impl(), and Pd::PushButton::Impl::triggerEvent().
bool Pd::PushButton::Impl::pressed |
true, when the button is pressed down.
int32_t Pd::PushButton::Impl::value |
The current value of the process variable.
Referenced by Pd::PushButton::Impl::triggerEvent().