NSView

Undocumented in source.

Alias This

parent

Members

Functions

addSubview
void addSubview(NSView subView)
Undocumented in source. Be warned that the author may not have intended to support it.
bounds
NSRect bounds()
Undocumented in source. Be warned that the author may not have intended to support it.
convertPoint
NSPoint convertPoint(NSPoint point, NSView view)
Undocumented in source. Be warned that the author may not have intended to support it.
convertRect
NSRect convertRect(NSRect rect, NSView view)
Undocumented in source. Be warned that the author may not have intended to support it.
frame
NSRect frame()
Undocumented in source. Be warned that the author may not have intended to support it.
initWithFrame
void initWithFrame(NSRect rect)
Undocumented in source. Be warned that the author may not have intended to support it.
removeFromSuperview
void removeFromSuperview()
Undocumented in source. Be warned that the author may not have intended to support it.
setNeedsDisplayInRect
void setNeedsDisplayInRect(NSRect rect)
Undocumented in source. Be warned that the author may not have intended to support it.
window
NSWindow window()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin NSObjectTemplate!(NSView, "NSView")
Undocumented in source.

Variables

parent
NSResponder parent;
Undocumented in source.

Mixed In Members

From mixin NSObjectTemplate!(NSView, "NSView")

this
this(id id_)
Undocumented in source.
alloc
T alloc()

Allocates, but do not init

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.

Meta