C# 클래스 Smartmobili.Cocoa.NSCell

상속: NSObject, INSNumber, IAction
파일 보기 프로젝트 열기: smartmobili/CocoaBuilder 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Class Class

보호된 프로퍼티들

프로퍼티 타입 설명
_action_mask uint
_cell GSCellFlagsType
_cell_image NSImage
_contents object
_font NSFont
_formatter NSFormatter
_menu NSMenu
_mouse_down_flags uint
_object_value id

Private Properties

프로퍼티 타입 설명
Init id
InitImageCell id
InitTextCell id
InitWithCoder id

공개 메소드들

메소드 설명
Alloc ( ) : NSCell
CellAttribute ( NSCellAttribute aParameter ) : int
NSCell ( ) : System
NextState ( ) : int
SendActionOn ( int mask ) : int
SetCellAttribute ( NSCellAttribute aParameter, int toValue ) : void
SetNextState ( ) : void

비공개 메소드들

메소드 설명
Init ( ) : id
InitImageCell ( NSImage anImage ) : id
InitTextCell ( NSString aString ) : id
InitWithCoder ( NSCoder aDecoder ) : id

메소드 상세

Alloc() 공개 정적인 메소드

public static Alloc ( ) : NSCell
리턴 NSCell

CellAttribute() 공개 메소드

public CellAttribute ( NSCellAttribute aParameter ) : int
aParameter NSCellAttribute
리턴 int

NSCell() 공개 메소드

public NSCell ( ) : System
리턴 System

NextState() 공개 메소드

public NextState ( ) : int
리턴 int

SendActionOn() 공개 메소드

public SendActionOn ( int mask ) : int
mask int
리턴 int

SetCellAttribute() 공개 메소드

public SetCellAttribute ( NSCellAttribute aParameter, int toValue ) : void
aParameter NSCellAttribute
toValue int
리턴 void

SetNextState() 공개 메소드

public SetNextState ( ) : void
리턴 void

프로퍼티 상세

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

public static Class,Smartmobili.Cocoa Class
리턴 Class

_action_mask 보호되어 있는 프로퍼티

protected uint _action_mask
리턴 uint

_cell 보호되어 있는 프로퍼티

protected GSCellFlagsType _cell
리턴 GSCellFlagsType

_cell_image 보호되어 있는 프로퍼티

protected NSImage,Smartmobili.Cocoa _cell_image
리턴 NSImage

_contents 보호되어 있는 프로퍼티

protected object _contents
리턴 object

_font 보호되어 있는 프로퍼티

protected NSFont,Smartmobili.Cocoa _font
리턴 NSFont

_formatter 보호되어 있는 프로퍼티

protected NSFormatter,Smartmobili.Cocoa _formatter
리턴 NSFormatter

_menu 보호되어 있는 프로퍼티

protected NSMenu,Smartmobili.Cocoa _menu
리턴 NSMenu

_mouse_down_flags 보호되어 있는 프로퍼티

protected uint _mouse_down_flags
리턴 uint

_object_value 보호되어 있는 프로퍼티

protected id,Smartmobili.Cocoa _object_value
리턴 id