#include <AUGUIDemoView.h>
Inheritance diagram for CAUGuiDemoAUView:


Public Member Functions | |
| CAUGuiDemoAUView (AudioUnitCarbonView inInstance) | |
| CFStringRef | GetBundleID () |
| Must be overriden to return the AU bundle ID. | |
| virtual bool | PatchEraseRect () |
| Override to return false if the GUI has a background and no Apple standard control. | |
| virtual void | Idle () |
| virtual method called every "TimerResolution()" ms | |
| virtual void | FinishWindow (CFBundleRef sBundle) |
| Override to implement special action after the GUI pane is constructed. | |
| virtual void | InitWindow (CFBundleRef sBundle) |
| Called before the GUI has been created. | |
| virtual bool | SupportEditMode () const |
| Override to return true if you want to be able to use the online GUI editor. | |
|
|
|
|
|
Override to implement special action after the GUI pane is constructed.
Reimplemented from CAUCarbonViewNib. |
|
|
Must be overriden to return the AU bundle ID.
Implements CAUCarbonViewNib. |
|
|
virtual method called every "TimerResolution()" ms
Reimplemented from CAUCarbonViewNib. |
|
|
Called before the GUI has been created.
Reimplemented from CAUCarbonViewNib. |
|
|
Override to return false if the GUI has a background and no Apple standard control.
Reimplemented from CAUCarbonViewNib. |
|
|
Override to return true if you want to be able to use the online GUI editor.
Reimplemented from CAUCarbonViewNib. |
1.4.6