![]() |
AAX SDK
2.4.1
Avid Audio Extensions Development Kit
|
#include "AAX.h"
#include "AAX_PreStructAlignmentHelper.h"
#include "AAX_Push2ByteStructAlignment.h"
#include "AAX_PostStructAlignmentHelper.h"
#include "AAX_PopStructAlignment.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) |
bool | operator< (const AAX_Point &p1, const AAX_Point &p2) |
bool | operator<= (const AAX_Point &p1, const AAX_Point &p2) |
bool | operator> (const AAX_Point &p1, const AAX_Point &p2) |
bool | operator>= (const AAX_Point &p1, const AAX_Point &p2) |
bool | operator== (const AAX_Rect &r1, const AAX_Rect &r2) |
bool | operator!= (const AAX_Rect &r1, const AAX_Rect &r2) |
AAX_ENUM_SIZE_CHECK (AAX_EViewContainer_Type) | |
Data structure representing a two-dimensional coordinate point.
Comparison operators give preference to vert
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.
References AAX_Point::horz, and AAX_Point::vert.
References AAX_Point::horz, and AAX_Point::vert.
References AAX_Rect::height, AAX_Rect::left, AAX_Rect::top, and AAX_Rect::width.
AAX_ENUM_SIZE_CHECK | ( | AAX_EViewContainer_Type | ) |