#include <map>
#include <set>
#include "AUCarbonViewBase.h"
#include "CACFDictionary.h"
#include "AUOid.h"
Include dependency graph for AUCarbonViewNib.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | CAUCarbonViewNib |
This class implements a GUI pane initialized from a nib file. More... | |
Defines | |
#define | kAUNibControlSignature 'AUid' |
The control signature that must be used for each of the controls in your .nib file in order for them to be located during initialisation. | |
#define | kAUPanelControlSignature 'AUpn' |
The control signature of a user pane that can change its content dynamically. | |
#define | kAUNibUserPaneControlID 9999 |
The control ID of the user pane that will be relocated as a subview of mCarbonPane, the root pane of the audio unit edit view. | |
#define | kDefaultWindowNibName CFSTR("window") |
#define | kDefaultCompositingWindowNibName CFSTR("windowCompositing") |
#define | kDefaultNoCompositingWindowNibName kDefaultWindowNibName |
#define | kDefaultBackgroundImageFileName CFSTR("AUBackground.png") |
#define | kDefaultAboutImageFileName CFSTR("about.png") |
#define | kProperty_MIDILearn 100000 |
|
The control signature that must be used for each of the controls in your .nib file in order for them to be located during initialisation.
|
|
The control ID of the user pane that will be relocated as a subview of mCarbonPane, the root pane of the audio unit edit view.
|
|
The control signature of a user pane that can change its content dynamically.
|
|
|
|
|
|
|
|
|
|
|
|
|