Superclasses :
CarbonEventHandler
Subclasses :
AUVPresets
Header : AUCarbonViewControl
class AUPropertyControl : public CarbonEventHandler
Methods
Constructor
AUPropertyControl (AUCarbonViewBase* inBase);
Other
|
public pure virtual method
|
virtual void AddInterest (
AUEventListenerRef inListener,
void* inObject
) = 0;
|
protected nonvirtual method
|
void EmbedControl (ControlRef theControl);
|
protected nonvirtual method
|
WindowRef GetCarbonWindow();
int GetHeight();
|
protected pure virtual method
|
virtual void HandleControlChange () = 0;
virtual bool HandleEvent(EventRef event);
|
public pure virtual method
|
virtual bool HandlePropertyChange (const AudioUnitProperty &inProp) = 0;
|
protected nonvirtual method
|
void RegisterEvents ();
|
public pure virtual method
|
virtual void RemoveInterest (
AUEventListenerRef inListener,
void* inObject
) = 0;
Data
Other
|
protected instance variable
|
ControlRef mControl;
|
protected instance variable
|
SInt16 mHeight;
|
protected instance variable
|
AUCarbonViewBase* mView;