AAX SDK  2.4.1
Avid Audio Extensions Development Kit
List of all members | Public Member Functions
AAX_IDisplayDelegateBase Class Reference

#include <AAX_IDisplayDelegate.h>

Inheritance diagram for AAX_IDisplayDelegateBase:
[legend]

Description

Defines the display behavior for a parameter.

This interface represents a delegate class to be used in conjunction with AAX_IParameter. AAX_IParameter delegates all conversion operations between strings and real parameter values to classes that meet this interface. You can think of AAX_ITaperDelegate subclasses as simple string serialization routines that enable a specific string conversions for an arbitrary parameter.

For more information about how parameter delegates operate, see the AAX_ITaperDelegate and Parameter Manager documentation.

Note
This class is not part of the AAX ABI and must not be passed between the plug-in and the host.

Public Member Functions

virtual ~AAX_IDisplayDelegateBase ()
 Virtual destructor. More...
 

Constructor & Destructor Documentation

◆ ~AAX_IDisplayDelegateBase()

virtual AAX_IDisplayDelegateBase::~AAX_IDisplayDelegateBase ( )
inlinevirtual

Virtual destructor.

Note
This destructor MUST be virtual to prevent memory leaks.

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