#include <ivstmessage.h>
Inheritance diagram for Steinberg::Vst::IConnectionPoint:

Public Member Functions | |
| virtual tresult PLUGIN_API | connect (IConnectionPoint *other)=0 |
| virtual tresult PLUGIN_API | disconnect (IConnectionPoint *other)=0 |
| virtual tresult PLUGIN_API | notify (IMessage *message)=0 |
Static Public Attributes | |
| static const FUID | iid |
Definition at line 75 of file ivstmessage.h.
| virtual tresult PLUGIN_API Steinberg::Vst::IConnectionPoint::connect | ( | IConnectionPoint * | other | ) | [pure virtual] |
Connects this instance with an another connection point.
Implemented in Steinberg::Vst::ComponentBase.
| virtual tresult PLUGIN_API Steinberg::Vst::IConnectionPoint::disconnect | ( | IConnectionPoint * | other | ) | [pure virtual] |
Disconnects a given connection point from this.
Implemented in Steinberg::Vst::ComponentBase.
| virtual tresult PLUGIN_API Steinberg::Vst::IConnectionPoint::notify | ( | IMessage * | message | ) | [pure virtual] |
Called when a message has been send from the connection point to this.
Implemented in Steinberg::Vst::ComponentBase.
const FUID Steinberg::Vst::IConnectionPoint::iid [static] |