C# 클래스 Smartmobili.Cocoa.NSSegmentItem

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

공개 프로퍼티들

프로퍼티 타입 설명
Class Class

보호된 프로퍼티들

프로퍼티 타입 설명
_enabled bool
_frame NSRect
_image NSImage
_label NSString
_menu NSMenu
_selected bool
_tag int
_tool_tip NSString
_width float

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Alloc ( ) : NSSegmentItem
EncodeWithCoder ( NSCoder aCoder ) : void
Init ( ) : id
InitWithCoder ( NSCoder aDecoder ) : id

메소드 상세

Alloc() 공개 정적인 메소드

public static Alloc ( ) : NSSegmentItem
리턴 NSSegmentItem

EncodeWithCoder() 공개 메소드

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

Init() 공개 메소드

public Init ( ) : id
리턴 id

InitWithCoder() 공개 메소드

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

프로퍼티 상세

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

public static Class,Smartmobili.Cocoa Class
리턴 Class

_enabled 보호되어 있는 프로퍼티

protected bool _enabled
리턴 bool

_frame 보호되어 있는 프로퍼티

protected NSRect,Smartmobili.Cocoa _frame
리턴 NSRect

_image 보호되어 있는 프로퍼티

protected NSImage,Smartmobili.Cocoa _image
리턴 NSImage

_label 보호되어 있는 프로퍼티

protected NSString _label
리턴 NSString

_menu 보호되어 있는 프로퍼티

protected NSMenu,Smartmobili.Cocoa _menu
리턴 NSMenu

_selected 보호되어 있는 프로퍼티

protected bool _selected
리턴 bool

_tag 보호되어 있는 프로퍼티

protected int _tag
리턴 int

_tool_tip 보호되어 있는 프로퍼티

protected NSString _tool_tip
리턴 NSString

_width 보호되어 있는 프로퍼티

protected float _width
리턴 float