13 #ifndef AAX_VVIEWCONTAINER_H
14 #define AAX_VVIEWCONTAINER_H
51 #endif //AAX_IAUTOMATIONDELEGATE_H
virtual ~AAX_VViewContainer()
virtual AAX_Result HandleParameterMouseDrag(AAX_CParamID inParamID, uint32_t inModifiers)
Alert the host to a mouse drag event.
virtual AAX_Result SetViewSize(AAX_Point &inSize)
Request a change to the main view size.
Interface for the AAX host's view of a single instance of an effect.
Data structure representing a two-dimensional coordinate point.
Definition: AAX_GUITypes.h:35
Interface for the AAX host's view of a single instance of an effect. Used by both clients of the host...
Definition: AAX_IACFViewContainer.h:45
virtual int32_t GetType()
Returns the raw view type as one of AAX_EViewContainer_Type.
virtual AAX_Result GetModifiers(uint32_t *outModifiers)
Queries the host for the current modifier keys.
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
AAX_VViewContainer(IACFUnknown *pUnknown)
COM compatible IUnknown C++ interface.
Definition: AAX_ACFInterface.dox:231
int32_t AAX_Result
Definition: AAX.h:118
Interface for the AAX host's view of a single instance of an effect. Used by both clients of the AAXH...
virtual AAX_Result HandleParameterMouseUp(AAX_CParamID inParamID, uint32_t inModifiers)
Alert the host to a mouse up event.
virtual void * GetPtr()
Returns a pointer to the raw view.
const char * AAX_CParamID
Parameter identifier.
Definition: AAX.h:128
virtual AAX_Result HandleParameterMouseDown(AAX_CParamID inParamID, uint32_t inModifiers)
Alert the host to a mouse down event.
Version-managed concrete AAX_IViewContainer class.
Definition: AAX_VViewContainer.h:27