VSTGUI  4.10
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ListenerT< Context > Class Template Reference

Value listener More...

+ Inheritance diagram for ListenerT< Context >:

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)
 
- Public Member Functions inherited from ListenerBase
 ListenerBase (IValue &value)
 
 ~ListenerBase () noexceptoverride
 
IValuegetValueObject () const
 

Public Attributes

OnBeginEditFunc onBeginEditFunc {nullptr}
 
OnEndEditFunc onEndEditFunc {nullptr}
 
OnStateChangeFunc onStateChangeFunc {nullptr}
 
OnPerformEditFunc onPerformEditFunc {nullptr}
 

Detailed Description

template<typename Context>
class VSTGUI::Standalone::Value::ListenerT< Context >

Value listener

Member Typedef Documentation

using OnBeginEditFunc = void(*) (IValue&, Context&)
using OnEndEditFunc = void(*) (IValue&, Context&)
using OnPerformEditFunc = void(*) (IValue&, IValue::Type, Context&)
using OnStateChangeFunc = void(*) (IValue&, Context&)

Constructor & Destructor Documentation

ListenerT ( IValue value,
Context  context 
)
inline

Member Data Documentation

OnBeginEditFunc onBeginEditFunc {nullptr}
OnEndEditFunc onEndEditFunc {nullptr}
OnPerformEditFunc onPerformEditFunc {nullptr}
OnStateChangeFunc onStateChangeFunc {nullptr}

The documentation for this class was generated from the following file: