Base Module VST 3.7
SDK for developing VST plug-in
|
Handle Send and Cancel pending message for a given object. More...
#include <updatehandler.h>
Public Member Functions | |
virtual tresult | cancelUpdates (FUnknown *object)=0 |
cancel pending messages send by More... | |
virtual tresult | triggerDeferedUpdates (FUnknown *object=nullptr)=0 |
send pending messages send by More... | |
Static Public Attributes | |
static const FUID | iid |
Handle Send and Cancel pending message for a given object.
|
pure virtual |
cancel pending messages send by
object | or by any if object is 0 |
Implemented in UpdateHandler.
|
pure virtual |
send pending messages send by
object | or by any if object is 0 |
Implemented in UpdateHandler.
|
static |