C# 클래스 Smartmobili.Cocoa.NSMenu

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

공개 프로퍼티들

프로퍼티 타입 설명
Class Class

보호된 프로퍼티들

프로퍼티 타입 설명
_attachedMenu NSMenu
_delegate id
_items NSMutableArray
_menu GSMenuFlags
_notifications NSMutableArray
_superMenu NSMenu
_title NSString
_view NSMenuView

공개 메소드들

메소드 설명
Alloc ( ) : NSMenu
Init ( ) : id
InitWithCoder ( NSCoder aDecoder ) : id
InitWithTitle ( NSString aTitle ) : id

메소드 상세

Alloc() 공개 정적인 메소드

public static Alloc ( ) : NSMenu
리턴 NSMenu

Init() 공개 메소드

public Init ( ) : id
리턴 id

InitWithCoder() 공개 메소드

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

InitWithTitle() 공개 메소드

public InitWithTitle ( NSString aTitle ) : id
aTitle NSString
리턴 id

프로퍼티 상세

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

public static Class,Smartmobili.Cocoa Class
리턴 Class

_attachedMenu 보호되어 있는 프로퍼티

protected NSMenu,Smartmobili.Cocoa _attachedMenu
리턴 NSMenu

_delegate 보호되어 있는 프로퍼티

protected id,Smartmobili.Cocoa _delegate
리턴 id

_items 보호되어 있는 프로퍼티

protected NSMutableArray,Smartmobili.Cocoa _items
리턴 NSMutableArray

_menu 보호되어 있는 프로퍼티

protected GSMenuFlags _menu
리턴 GSMenuFlags

_notifications 보호되어 있는 프로퍼티

protected NSMutableArray,Smartmobili.Cocoa _notifications
리턴 NSMutableArray

_superMenu 보호되어 있는 프로퍼티

protected NSMenu,Smartmobili.Cocoa _superMenu
리턴 NSMenu

_title 보호되어 있는 프로퍼티

protected NSString _title
리턴 NSString

_view 보호되어 있는 프로퍼티

protected NSMenuView,Smartmobili.Cocoa _view
리턴 NSMenuView