JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
coreiids.cpp
Go to the documentation of this file.
1 //-----------------------------------------------------------------------------
2// Project : SDK Core
3//
4// Category : SDK Core Interface IID definitions
5// Filename : pluginterfaces/base/coreiids.cpp
6// Created by : Steinberg, 01/2004
7// Description : Basic Interface
8//
9//------------------------------------------------------------------------
10// This file is part of a Steinberg SDK. It is subject to the license terms
11// in the LICENSE file found in the top-level directory of this distribution.
12// No part of the SDK, including this file, may be copied, modified, propagated,
13// or distributed except according to the terms contained in the LICENSE file.
14//------------------------------------------------------------------------
15
21
22//------------------------------------------------------------------------
23namespace Steinberg {
24DEF_CLASS_IID (IPluginBase)
25DEF_CLASS_IID (IPluginFactory)
26DEF_CLASS_IID (IPluginFactory2)
27DEF_CLASS_IID (IPluginFactory3)
28
29DEF_CLASS_IID (FUnknown)
30
31DEF_CLASS_IID (ICloneable)
32
33DEF_CLASS_IID (IDependent)
34DEF_CLASS_IID (IUpdateHandler)
35
36DEF_CLASS_IID (IBStream)
37DEF_CLASS_IID (ISizeableStream)
38
39//------------------------------------------------------------------------
40} // Steinberg