NSControl

Undocumented in source.

Alias This

parent

Members

Functions

action
SEL action()
Undocumented in source. Be warned that the author may not have intended to support it.
alignment
NSTextAlignment alignment()
Undocumented in source. Be warned that the author may not have intended to support it.
cell
id cell()
Undocumented in source. Be warned that the author may not have intended to support it.
cellClass
Class cellClass()
Undocumented in source. Be warned that the author may not have intended to support it.
doubleValue
double doubleValue()
Undocumented in source. Be warned that the author may not have intended to support it.
floatValue
float floatValue()
Undocumented in source. Be warned that the author may not have intended to support it.
font
NSFont font()
Undocumented in source. Be warned that the author may not have intended to support it.
intValue
int intValue()
Undocumented in source. Be warned that the author may not have intended to support it.
integerValue
NSInteger integerValue()
Undocumented in source. Be warned that the author may not have intended to support it.
isEnabled
BOOL isEnabled()
Undocumented in source. Be warned that the author may not have intended to support it.
objectValue
id objectValue()
Undocumented in source. Be warned that the author may not have intended to support it.
selectedCell
id selectedCell()
Undocumented in source. Be warned that the author may not have intended to support it.
selectedTag
NSInteger selectedTag()
Undocumented in source. Be warned that the author may not have intended to support it.
setAction
void setAction(Func fun)
Undocumented in source. Be warned that the author may not have intended to support it.
setAction
void setAction(SEL _sel)
Undocumented in source. Be warned that the author may not have intended to support it.
setAlignment
void setAlignment(NSTextAlignment mode)
Undocumented in source. Be warned that the author may not have intended to support it.
setCell
void setCell(NSCell aCell)
Undocumented in source. Be warned that the author may not have intended to support it.
setCellClass
void setCellClass(Class factoryId)
Undocumented in source. Be warned that the author may not have intended to support it.
setDoubleValue
void setDoubleValue(double aDouble)
Undocumented in source. Be warned that the author may not have intended to support it.
setEnabled
void setEnabled(BOOL flag)
Undocumented in source. Be warned that the author may not have intended to support it.
setFloatValue
void setFloatValue(float aFloat)
Undocumented in source. Be warned that the author may not have intended to support it.
setFont
void setFont(NSFont fontObject)
Undocumented in source. Be warned that the author may not have intended to support it.
setIntValue
void setIntValue(int anInt)
Undocumented in source. Be warned that the author may not have intended to support it.
setIntegerValue
void setIntegerValue(NSInteger anInt)
Undocumented in source. Be warned that the author may not have intended to support it.
setNeedsDisplay
void setNeedsDisplay()
Undocumented in source. Be warned that the author may not have intended to support it.
setObjectValue
void setObjectValue(id anObject)
Undocumented in source. Be warned that the author may not have intended to support it.
setStringValue
void setStringValue(NSString aString)
Undocumented in source. Be warned that the author may not have intended to support it.
setTag
void setTag(NSInteger anInt)
Undocumented in source. Be warned that the author may not have intended to support it.
setTarget
void setTarget(id anObject)
Undocumented in source. Be warned that the author may not have intended to support it.
sizeThatFits
NSSize sizeThatFits(NSSize size)
Undocumented in source. Be warned that the author may not have intended to support it.
stringValue
NSString stringValue()
Undocumented in source. Be warned that the author may not have intended to support it.
tag
NSInteger tag()
Undocumented in source. Be warned that the author may not have intended to support it.
takeDoubleValueFrom
void takeDoubleValueFrom(id sender)
Undocumented in source. Be warned that the author may not have intended to support it.
takeFloatValueFrom
void takeFloatValueFrom(id sender)
Undocumented in source. Be warned that the author may not have intended to support it.
takeIntValueFrom
void takeIntValueFrom(id sender)
Undocumented in source. Be warned that the author may not have intended to support it.
takeIntegerValueFrom
void takeIntegerValueFrom(id sender)
Undocumented in source. Be warned that the author may not have intended to support it.
takeObjectValueFrom
void takeObjectValueFrom(id sender)
Undocumented in source. Be warned that the author may not have intended to support it.
takeStringValueFrom
void takeStringValueFrom(id sender)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

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

Variables

parent
NSView parent;
Undocumented in source.

Mixed In Members

From mixin NSObjectTemplate!(NSControl, "NSControl")

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