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
Public Member Functions | Protected Attributes | List of all members
Steinberg::Vst::Unit Class Reference

Unit element. More...

#include "vsteditcontroller.h"

Inheritance diagram for Steinberg::Vst::Unit:
Steinberg::FObject Steinberg::IDependent Steinberg::FUnknown

Public Member Functions

 Unit (const String128 name, UnitID unitId, UnitID parentUnitId=kRootUnitId, ProgramListID programListId=kNoProgramListId)
 
 Unit (const UnitInfo &unit)
 
const UnitInfogetInfo () const
 Returns its info.
 
UnitID getID () const
 Returns its Unit ID.
 
void setID (UnitID newID)
 Sets a new Unit ID.
 
const TChargetName () const
 Returns its Unit Name.
 
void setName (const String128 newName)
 Sets a new Unit Name.
 
ProgramListID getProgramListID () const
 Returns its ProgramList ID.
 
void setProgramListID (ProgramListID newID)
 Sets a new ProgramList ID.
 
- Public Member Functions inherited from Steinberg::FObject
 FObject ()=default
 default constructor...
 
 FObject (const FObject &)
 
FObjectoperator= (const FObject &)
 overloads operator "=" as the reference assignment
 
virtual ~FObject ()
 destructor...
 
virtual FClassID isA () const
 a local alternative to getFClassID ()
 
virtual bool isA (FClassID s) const
 evaluates if the passed ID is of the FObject type
 
virtual bool isTypeOf (FClassID s, bool=true) const
 evaluates if the passed ID is of the FObject type
 
int32 getRefCount ()
 returns the current interface reference count
 
FUnknownunknownCast ()
 get FUnknown interface from object
 
tresult PLUGIN_API queryInterface (const TUID _iid, void **obj) SMTG_OVERRIDE
 please refer to FUnknown::queryInterface ()
 
uint32 PLUGIN_API addRef () SMTG_OVERRIDE
 please refer to FUnknown::addref ()
 
uint32 PLUGIN_API release () SMTG_OVERRIDE
 please refer to FUnknown::release ()
 
void PLUGIN_API update (FUnknown *, int32) SMTG_OVERRIDE
 empty virtual method that should be overridden by derived classes for data updates upon changes
 
virtual void addDependent (IDependent *dep)
 adds dependency to the object
 
virtual void removeDependent (IDependent *dep)
 removes dependency from the object
 
virtual void changed (int32 msg=kChanged)
 Inform all dependents, that the object has changed.
 
virtual void deferUpdate (int32 msg=kChanged)
 Similar to triggerUpdates, except only delivered in idle (usefull in collecting updates).
 
virtual void updateDone (int32)
 empty virtual method that should be overridden by derived classes
 
virtual bool isEqualInstance (FUnknown *d)
 

Protected Attributes

UnitInfo info
 
- Protected Attributes inherited from Steinberg::FObject
int32 refCount
 COM-model local reference count.
 

Additional Inherited Members

- Public Types inherited from Steinberg::IDependent
enum  ChangeMessage {
  kWillChange , kChanged , kDestroyed , kWillDestroy ,
  kStdChangeMessageLast
}
 
- Static Public Member Functions inherited from Steinberg::FObject
static FClassID getFClassID ()
 return Class ID as an ASCII string (statically)
 
static void setUpdateHandler (IUpdateHandler *handler)
 set method for the local attribute
 
static IUpdateHandlergetUpdateHandler ()
 get method for the local attribute
 
static bool classIDsEqual (FClassID ci1, FClassID ci2)
 compares (evaluates) 2 class IDs
 
static FObjectunknownToObject (FUnknown *unknown)
 pointer conversion from FUnknown to FObject
 
- Static Public Attributes inherited from Steinberg::FObject
static const FUID iid
 Special UID that is used to cast an FUnknown pointer to a FObject.
 
- Static Public Attributes inherited from Steinberg::IDependent
static const FUID iid
 
- Static Public Attributes inherited from Steinberg::FUnknown
static const FUID iid
 
- Static Protected Attributes inherited from Steinberg::FObject
static IUpdateHandlergUpdateHandler
 

Detailed Description

Unit element.

Definition at line 163 of file vsteditcontroller.h.

Constructor & Destructor Documentation

◆ Unit() [1/3]

Steinberg::Vst::Unit::Unit ( const String128  name,
UnitID  unitId,
UnitID  parentUnitId = kRootUnitId,
ProgramListID  programListId = kNoProgramListId 
)

Definition at line 496 of file vsteditcontroller.cpp.

◆ Unit() [2/3]

Steinberg::Vst::Unit::Unit ( const UnitInfo unit)

Definition at line 505 of file vsteditcontroller.cpp.

◆ Unit() [3/3]

Steinberg::Vst::Unit::Unit ( )
protected

Definition at line 490 of file vsteditcontroller.cpp.

Member Function Documentation

◆ getID()

UnitID Steinberg::Vst::Unit::getID ( ) const

Returns its Unit ID.

Definition at line 175 of file vsteditcontroller.h.

◆ getInfo()

const UnitInfo & Steinberg::Vst::Unit::getInfo ( ) const

Returns its info.

Definition at line 172 of file vsteditcontroller.h.

◆ getName()

const TChar * Steinberg::Vst::Unit::getName ( ) const

Returns its Unit Name.

Definition at line 181 of file vsteditcontroller.h.

◆ getProgramListID()

ProgramListID Steinberg::Vst::Unit::getProgramListID ( ) const

Returns its ProgramList ID.

Definition at line 187 of file vsteditcontroller.h.

◆ setID()

void Steinberg::Vst::Unit::setID ( UnitID  newID)

Sets a new Unit ID.

Definition at line 178 of file vsteditcontroller.h.

◆ setName()

void Steinberg::Vst::Unit::setName ( const String128  newName)

Sets a new Unit Name.

Definition at line 510 of file vsteditcontroller.cpp.

◆ setProgramListID()

void Steinberg::Vst::Unit::setProgramListID ( ProgramListID  newID)

Sets a new ProgramList ID.

Definition at line 190 of file vsteditcontroller.h.

Member Data Documentation

◆ info

UnitInfo Steinberg::Vst::Unit::info
protected

Definition at line 196 of file vsteditcontroller.h.


The documentation for this class was generated from the following files: