Interface Technology Basics
VST 3.6.14
SDK for developing VST Plug-in
|
A dependent will get notified about changes of a model. More...
#include <iupdatehandler.h>
Public Types | |
enum | ChangeMessage { kWillChange, kChanged, kDestroyed, kWillDestroy, kStdChangeMessageLast = kWillDestroy } |
Public Member Functions | |
virtual void | update (FUnknown *changedUnknown, int32 message)=0 |
Inform the dependent, that the passed FUnknown has changed. More... | |
![]() | |
virtual tresult | queryInterface (const TUID _iid, void **obj)=0 |
Query for a pointer to the specified interface. More... | |
virtual uint32 | addRef ()=0 |
Adds a reference and return the new reference count. More... | |
virtual uint32 | release ()=0 |
Releases a reference and return the new reference count. More... | |
Static Public Attributes | |
static const FUID | iid |
![]() | |
static const FUID | iid |
A dependent will get notified about changes of a model.
[plug imp]
enum ChangeMessage |
Inform the dependent, that the passed FUnknown has changed.
|
static |