VSTGUI
4.10
Graphical User Interface Framework not only for VST plugins
|
Value listener More...
Public Types | |
using | OnBeginEditFunc = void(*)(IValue &, Context &) |
using | OnEndEditFunc = void(*)(IValue &, Context &) |
using | OnStateChangeFunc = void(*)(IValue &, Context &) |
using | OnPerformEditFunc = void(*)(IValue &, IValue::Type, Context &) |
Public Member Functions | |
ListenerT (IValue &value, Context context) | |
![]() | |
ListenerBase (IValue &value) | |
~ListenerBase () noexcept override | |
IValue & | getValueObject () const |
![]() | |
virtual | ~Interface () noexcept |
Interface ()=default | |
Interface (const Interface &)=delete | |
Interface (Interface &&)=delete | |
Interface & | operator= (const Interface &)=delete |
Interface & | operator= (Interface &&)=delete |
template<typename T > | |
const auto | dynamicCast () const |
template<typename T > | |
auto | dynamicCast () |
Public Attributes | |
OnBeginEditFunc | onBeginEditFunc {nullptr} |
OnEndEditFunc | onEndEditFunc {nullptr} |
OnStateChangeFunc | onStateChangeFunc {nullptr} |
OnPerformEditFunc | onPerformEditFunc {nullptr} |
Value listener
using OnBeginEditFunc = void(*) (IValue&, Context&) |
using OnEndEditFunc = void(*) (IValue&, Context&) |
using OnPerformEditFunc = void(*) (IValue&, IValue::Type, Context&) |
using OnStateChangeFunc = void(*) (IValue&, Context&) |
OnBeginEditFunc onBeginEditFunc {nullptr} |
OnEndEditFunc onEndEditFunc {nullptr} |
OnPerformEditFunc onPerformEditFunc {nullptr} |
OnStateChangeFunc onStateChangeFunc {nullptr} |