dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
DPlugCustomView
dplug
window
cocoawindow
Undocumented in source.
struct
DPlugCustomView {
nothrow @
nogc
NSView
parent
;
this
(id id_);
static
DPlugCustomView
alloc
();
static
Class
getClass
();
static
id
getClassID
();
nothrow @
nogc
static __gshared
char
[
16
+
36
+
1
]
customClassName
;
static
void
generateClassName
();
}
Constructors
this
this
(id id_)
Undocumented in source.
Alias This
parent
Members
Static functions
alloc
DPlugCustomView
alloc
()
Allocates, but do not init
generateClassName
void
generateClassName
()
Undocumented in source. Be warned that the author may not have intended to support it.
getClass
Class
getClass
()
Undocumented in source. Be warned that the author may not have intended to support it.
getClassID
id
getClassID
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
customClassName
char
[
16
+
36
+
1
]
customClassName
;
Undocumented in source.
Variables
parent
NSView
parent
;
Undocumented in source.
Meta
Source
See Implementation
dplug
window
cocoawindow
aliases
CocoaScopedCallback
classes
CocoaWindow
functions
acceptsFirstMouse
acceptsFirstResponder
drawRect
getInstance
getMouseXY
isOpaque
keyDown
keyUp
layout
mouseDown
mouseEntered
mouseExited
mouseMoved
mouseUp
onTimer
otherMouseDown
otherMouseUp
rightMouseDown
rightMouseUp
scrollWheel
updateTrackingAreas
viewDidMoveToWindow
viewWillDraw
structs
DPlugCustomView