25 #ifndef _AAX_IVIEWCONTAINER_H_
26 #define _AAX_IVIEWCONTAINER_H_
53 virtual void *
GetPtr () = 0;
Various utility definitions for AAX.
Data structure representing a two-dimensional coordinate point.
Definition: AAX_GUITypes.h:35
virtual AAX_Result HandleParameterMouseDown(AAX_CParamID iParamID, uint32_t iModifiers)=0
Alert the host to a mouse down event.
Constants and other definitions used by AAX plug-in GUIs.
Interface for the AAX host's view of a single instance of an effect. Used both by clients of the AAX ...
Definition: AAX_IViewContainer.h:40
int32_t AAX_Result
Definition: AAX.h:118
virtual AAX_Result GetModifiers(uint32_t *oModifiers)=0
Queries the host for the current modifier keys.
virtual AAX_Result HandleParameterMouseDrag(AAX_CParamID iParamID, uint32_t iModifiers)=0
Alert the host to a mouse drag event.
virtual AAX_Result SetViewSize(AAX_Point &iSize)=0
Request a change to the main view size.
virtual ~AAX_IViewContainer(void)
Definition: AAX_IViewContainer.h:43
virtual void * GetPtr()=0
Returns a pointer to the raw view.
const char * AAX_CParamID
Parameter identifier.
Definition: AAX.h:128
virtual AAX_Result HandleParameterMouseUp(AAX_CParamID iParamID, uint32_t iModifiers)=0
Alert the host to a mouse up event.
virtual int32_t GetType()=0
Returns the raw view type as one of AAX_EViewContainer_Type.