ASPiK SDK
|
#include <ivaluelistener.h>
Public Member Functions | |
virtual void | onBeginEdit (IValue &value)=0 |
virtual void | onPerformEdit (IValue &value, IValue::Type newValue)=0 |
virtual void | onEndEdit (IValue &value)=0 |
virtual void | onStateChange (IValue &value)=0 |
![]() | |
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 () |
Value listener interface
|
pure virtual |
Value begins editing.
Implemented in VSTGUI::Standalone::ValueListenerAdapter.
|
pure virtual |
Value ends editing.
Implemented in VSTGUI::Standalone::Detail::AlertBoxController, MyApp::TestModel, and VSTGUI::Standalone::ValueListenerAdapter.
|
pure virtual |
Value performed an edit.
Implemented in Mandelbrot::ModelBinding, and VSTGUI::Standalone::ValueListenerAdapter.
|
pure virtual |
Value changed some of its state.
Implemented in VSTGUI::Standalone::ValueListenerAdapter.