AUPropertyControl

Superclasses : CarbonEventHandler
Subclasses : AUVPresets
Header : AUCarbonViewControl

class AUPropertyControl : public CarbonEventHandler 


Methods

Constructor


AUPropertyControl

public constructor


 AUPropertyControl (AUCarbonViewBase* inBase);



Other


AddInterest

public pure virtual method


 virtual void AddInterest (
          AUEventListenerRef              inListener,
          void*                           inObject
    ) = 0;



EmbedControl

protected nonvirtual method


 void EmbedControl (ControlRef theControl);



GetCarbonWindow

protected nonvirtual method


 WindowRef GetCarbonWindow();



GetHeight

public nonvirtual method


 int GetHeight();



HandleControlChange

protected pure virtual method


 virtual void HandleControlChange () = 0;



HandleEvent

public virtual method


 virtual bool HandleEvent(EventRef event);



HandlePropertyChange

public pure virtual method


 virtual bool HandlePropertyChange (const AudioUnitProperty &inProp) = 0;



RegisterEvents

protected nonvirtual method


 void RegisterEvents ();



RemoveInterest

public pure virtual method


 virtual void RemoveInterest (
          AUEventListenerRef              inListener,
          void*                           inObject
    ) = 0;



Data


Other


mControl

protected instance variable


 ControlRef mControl;



mHeight

protected instance variable


 SInt16 mHeight;



mView

protected instance variable


 AUCarbonViewBase* mView;