VSTGUI 4.10
Graphical User Interface Framework not only for VST plugins
|
Value listener More...
#include <valuelistener.h>
Public Types | |
using | OnBeginEditFunc = void(*) (IValue&) |
using | OnEndEditFunc = void(*) (IValue&) |
using | OnStateChangeFunc = void(*) (IValue&) |
using | OnPerformEditFunc = void(*) (IValue&, IValue::Type) |
Public Member Functions | |
Listener (IValue &value) | |
![]() | |
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&) |
using OnEndEditFunc = void(*) (IValue&) |
using OnPerformEditFunc = void(*) (IValue&, IValue::Type) |
using OnStateChangeFunc = void(*) (IValue&) |
OnBeginEditFunc onBeginEditFunc {nullptr} |
OnEndEditFunc onEndEditFunc {nullptr} |
OnPerformEditFunc onPerformEditFunc {nullptr} |
OnStateChangeFunc onStateChangeFunc {nullptr} |