AAX SDK  2.4.1
Avid Audio Extensions Development Kit
Classes

Classes for adapting parameter value strings.

The AAX parameter display strategy uses a decorator pattern for parameter value formatting. This approach allows developers to maximize code re-use across display delegates with many different kinds of varying formatting, all without creating interdependencies between the different display delegates themselves.

For more information, see Display delegate decorators. For even more information, about the Decorator design pattern, please consult the GOF design patterns book.

Classes

class  AAX_CDecibelDisplayDelegateDecorator< T >
 A percent decorator conforming to AAX_IDisplayDelegateDecorator. More...
 
class  AAX_CPercentDisplayDelegateDecorator< T >
 A percent decorator conforming to AAX_IDisplayDelegateDecorator. More...
 
class  AAX_CUnitDisplayDelegateDecorator< T >
 A unit type decorator conforming to AAX_IDisplayDelegateDecorator. More...
 
class  AAX_CUnitPrefixDisplayDelegateDecorator< T >
 A unit prefix decorator conforming to AAX_IDisplayDelegateDecorator. More...
 
class  AAX_IDisplayDelegateDecorator< T >
 The base class for all concrete display delegate decorators. More...
 
Collaboration diagram for Display delegate decorators: