C# 클래스 Smartmobili.Cocoa.NSActionCell

상속: NSCell
파일 보기 프로젝트 열기: smartmobili/CocoaBuilder

공개 프로퍼티들

프로퍼티 타입 설명
Class Class

보호된 프로퍼티들

프로퍼티 타입 설명
_action SEL
_control_view NSView
_tag int
_target id

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
EncodeWithCoder ( NSCoder aCoder ) : void
InitWithCoder ( NSCoder aDecoder ) : id
NSActionCell ( ) : System

보호된 메소드들

메소드 설명
_UpdateCell ( ) : void

메소드 상세

EncodeWithCoder() 공개 메소드

public EncodeWithCoder ( NSCoder aCoder ) : void
aCoder NSCoder
리턴 void

InitWithCoder() 공개 메소드

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

NSActionCell() 공개 메소드

public NSActionCell ( ) : System
리턴 System

_UpdateCell() 보호된 메소드

protected _UpdateCell ( ) : void
리턴 void

프로퍼티 상세

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

public static Class,Smartmobili.Cocoa Class
리턴 Class

_action 보호되어 있는 프로퍼티

protected SEL,Smartmobili.Cocoa _action
리턴 SEL

_control_view 보호되어 있는 프로퍼티

protected NSView,Smartmobili.Cocoa _control_view
리턴 NSView

_tag 보호되어 있는 프로퍼티

protected int _tag
리턴 int

_target 보호되어 있는 프로퍼티

protected id,Smartmobili.Cocoa _target
리턴 id