C# 클래스 Smartmobili.Cocoa.NSControl

상속: NSView, IAction
파일 보기 프로젝트 열기: smartmobili/CocoaBuilder

공개 프로퍼티들

프로퍼티 타입 설명
Class Class

보호된 프로퍼티들

프로퍼티 타입 설명
_cell id
_ignoresMultiClick bool
_tag int

Private Properties

프로퍼티 타입 설명
NSControl System

공개 메소드들

메소드 설명
AbortEditing ( ) : bool
CalcSize ( ) : void
DrawCell ( NSCell aCell ) : void
DrawCellInside ( NSCell aCell ) : void
DrawRect ( NSRect aRect ) : void
InitWithCoder ( NSCoder aDecoder ) : id
Initialize ( ) : void
MouseDown ( NSEvent theEvent ) : void
ResetCursorRects ( ) : void
SelectCell ( NSCell aCell ) : void
SetNeedsDisplay ( ) : void
ShouldBeTreatedAsInkEvent ( NSEvent theEvent ) : bool
SizeToFit ( ) : void
TextDidBeginEditing ( NSNotification aNotification ) : void
TextDidChange ( NSNotification aNotification ) : void
TextDidEndEditing ( NSNotification aNotification ) : void
UpdateCell ( NSCell aCell ) : void
UpdateCellInside ( NSCell aCell ) : void
ValidateEditing ( ) : void
performClick ( id sender ) : void

비공개 메소드들

메소드 설명
NSControl ( ) : System

메소드 상세

AbortEditing() 공개 메소드

public AbortEditing ( ) : bool
리턴 bool

CalcSize() 공개 메소드

public CalcSize ( ) : void
리턴 void

DrawCell() 공개 메소드

public DrawCell ( NSCell aCell ) : void
aCell NSCell
리턴 void

DrawCellInside() 공개 메소드

public DrawCellInside ( NSCell aCell ) : void
aCell NSCell
리턴 void

DrawRect() 공개 메소드

public DrawRect ( NSRect aRect ) : void
aRect NSRect
리턴 void

InitWithCoder() 공개 메소드

public InitWithCoder ( NSCoder aDecoder ) : id
aDecoder NSCoder
리턴 id

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

MouseDown() 공개 메소드

public MouseDown ( NSEvent theEvent ) : void
theEvent NSEvent
리턴 void

ResetCursorRects() 공개 메소드

public ResetCursorRects ( ) : void
리턴 void

SelectCell() 공개 메소드

public SelectCell ( NSCell aCell ) : void
aCell NSCell
리턴 void

SetNeedsDisplay() 공개 메소드

public SetNeedsDisplay ( ) : void
리턴 void

ShouldBeTreatedAsInkEvent() 공개 메소드

public ShouldBeTreatedAsInkEvent ( NSEvent theEvent ) : bool
theEvent NSEvent
리턴 bool

SizeToFit() 공개 메소드

public SizeToFit ( ) : void
리턴 void

TextDidBeginEditing() 공개 메소드

public TextDidBeginEditing ( NSNotification aNotification ) : void
aNotification NSNotification
리턴 void

TextDidChange() 공개 메소드

public TextDidChange ( NSNotification aNotification ) : void
aNotification NSNotification
리턴 void

TextDidEndEditing() 공개 메소드

public TextDidEndEditing ( NSNotification aNotification ) : void
aNotification NSNotification
리턴 void

UpdateCell() 공개 메소드

public UpdateCell ( NSCell aCell ) : void
aCell NSCell
리턴 void

UpdateCellInside() 공개 메소드

public UpdateCellInside ( NSCell aCell ) : void
aCell NSCell
리턴 void

ValidateEditing() 공개 메소드

public ValidateEditing ( ) : void
리턴 void

performClick() 공개 메소드

public performClick ( id sender ) : void
sender id
리턴 void

프로퍼티 상세

Class 공개적으로 정적으로 프로퍼티

public static Class,Smartmobili.Cocoa Class
리턴 Class

_cell 보호되어 있는 프로퍼티

protected id,Smartmobili.Cocoa _cell
리턴 id

_ignoresMultiClick 보호되어 있는 프로퍼티

protected bool _ignoresMultiClick
리턴 bool

_tag 보호되어 있는 프로퍼티

protected int _tag
리턴 int