![]() |
AAX SDK
2.1.1
Avid Audio Extensions Development Kit
|
#include "AAX.h"Go to the source code of this file.
Constants and other definitions used by AAX plug-in GUIs.
Classes | |
| struct | AAX_Point |
| Data structure representing a two-dimensional coordinate point. More... | |
| struct | AAX_Rect |
| Data structure representing a rectangle in a two-dimensional coordinate plane. More... | |
Typedefs | |
| typedef struct AAX_Point | AAX_Point |
| Data structure representing a two-dimensional coordinate point. More... | |
| typedef struct AAX_Rect | AAX_Rect |
| Data structure representing a rectangle in a two-dimensional coordinate plane. More... | |
| typedef enum AAX_EViewContainer_Type | AAX_EViewContainer_Type |
| Type of view container. More... | |
Enumerations | |
| enum | AAX_EViewContainer_Type { AAX_eViewContainer_Type_NULL = 0, AAX_eViewContainer_Type_NSView = 1, AAX_eViewContainer_Type_UIView = 2, AAX_eViewContainer_Type_HWND = 3 } |
| Type of view container. More... | |
Functions | |
| bool | operator== (const AAX_Point &p1, const AAX_Point &p2) |
| bool | operator!= (const AAX_Point &p1, const AAX_Point &p2) |
| AAX_ENUM_SIZE_CHECK (AAX_EViewContainer_Type) | |
Data structure representing a rectangle in a two-dimensional coordinate plane.
| typedef enum AAX_EViewContainer_Type AAX_EViewContainer_Type |
Type of view container.
Type of view container.
| Enumerator | |
|---|---|
| AAX_eViewContainer_Type_NULL | |
| AAX_eViewContainer_Type_NSView | |
| AAX_eViewContainer_Type_UIView | |
| AAX_eViewContainer_Type_HWND | |
References AAX_Point::horz, and AAX_Point::vert.
| AAX_ENUM_SIZE_CHECK | ( | AAX_EViewContainer_Type | ) |
1.8.5