Steinberg::Vst::IConnectionPoint Class Reference

#include <ivstmessage.h>

Inheritance diagram for Steinberg::Vst::IConnectionPoint:

Steinberg::FUnknown Steinberg::Vst::ComponentBase Steinberg::Vst::Component Steinberg::Vst::EditController Steinberg::Vst::AudioEffect AGainController AGain List of all members.

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

Detailed Description

Definition at line 75 of file ivstmessage.h.


Member Function Documentation

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.


Member Data Documentation

const FUID Steinberg::Vst::IConnectionPoint::iid [static]

Reimplemented from Steinberg::FUnknown.

Definition at line 89 of file ivstmessage.h.


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

Copyright ©2008 Steinberg Media Technologies. All Rights Reserved.