dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
DPlugCocoaViewFactory
dplug
au
cocoaviewfactory
Undocumented in source.
version(AU)
struct
DPlugCocoaViewFactory {
nothrow @
nogc
static __gshared
Class
clazz
;
nothrow @
nogc
static __gshared
char
[
22
+
36
+
1
]
customClassName
;
nothrow @
nogc
NSView
parent
;
this
(id id_);
~this
();
static
void
registerSubclass
();
static
void
unregisterSubclass
();
}
Constructors
this
this
(id id_)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Alias This
parent
Members
Static functions
registerSubclass
void
registerSubclass
()
Undocumented in source. Be warned that the author may not have intended to support it.
unregisterSubclass
void
unregisterSubclass
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
clazz
Class
clazz
;
Undocumented in source.
customClassName
char
[
22
+
36
+
1
]
customClassName
;
Undocumented in source.
Variables
parent
NSView
parent
;
Undocumented in source.
Meta
Source
See Implementation
dplug
au
cocoaviewfactory
functions
description
getInstance
interfaceVersion
registerCocoaViewFactory
uiViewForAudioUnit
unregisterCocoaViewFactory
structs
DPlugCocoaViewFactory