C# 클래스 Smartmobili.Cocoa.NSBox

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

공개 프로퍼티들

프로퍼티 타입 설명
Class Class

보호된 프로퍼티들

프로퍼티 타입 설명
_border_color NSColor
_border_rect NSRect
_border_type NSBorderType
_border_width double
_box_type NSBoxType
_cell id
_content_view id
_corner_radius double
_fill_color NSColor
_offsets NSSize
_title_position NSTitlePosition
_title_rect NSRect
_transparent bool

공개 메소드들

메소드 설명
Alloc ( ) : NSBox
EncodeWithCoder ( NSCoder aCoder ) : void
GetBorderType ( ) : NSBorderType
GetBoxType ( ) : NSBoxType
GetContentView ( ) : id
GetContentViewMargins ( ) : NSSize
GetTitle ( ) : NSString
GetTitleCell ( ) : id
GetTitleFont ( ) : NSFont
GetTitlePosition ( ) : NSTitlePosition
GetTitleRect ( ) : NSRect
InitWithCoder ( NSCoder aDecoder ) : id
InitWithFrame ( NSRect frameRect ) : id
MinimumSize ( ) : NSSize
NSBox ( ) : System
SetBorderType ( NSBorderType aType ) : void
SetBoxType ( NSBoxType aType ) : void
SetContentView ( NSView aView ) : void
SetContentViewMargins ( NSSize offsetSize ) : void
SetFrame ( NSRect frameRect ) : void
SetFrameFromContentFrame ( NSRect contentFrame ) : void
SetFrameSize ( NSSize newSize ) : void
SetTitle ( NSString aString ) : void
SetTitleFont ( NSFont fontObj ) : void
SetTitlePosition ( NSTitlePosition aPosition ) : void
_SetTitleWithMnemonic ( NSString aString ) : void

비공개 메소드들

메소드 설명
CalcSizesAllowingNegative ( bool aFlag ) : NSRect
_BorderRect ( ) : NSRect

메소드 상세

Alloc() 공개 정적인 메소드

public static Alloc ( ) : NSBox
리턴 NSBox

EncodeWithCoder() 공개 메소드

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

GetBorderType() 공개 메소드

public GetBorderType ( ) : NSBorderType
리턴 NSBorderType

GetBoxType() 공개 메소드

public GetBoxType ( ) : NSBoxType
리턴 NSBoxType

GetContentView() 공개 메소드

public GetContentView ( ) : id
리턴 id

GetContentViewMargins() 공개 메소드

public GetContentViewMargins ( ) : NSSize
리턴 NSSize

GetTitle() 공개 메소드

public GetTitle ( ) : NSString
리턴 NSString

GetTitleCell() 공개 메소드

public GetTitleCell ( ) : id
리턴 id

GetTitleFont() 공개 메소드

public GetTitleFont ( ) : NSFont
리턴 NSFont

GetTitlePosition() 공개 메소드

public GetTitlePosition ( ) : NSTitlePosition
리턴 NSTitlePosition

GetTitleRect() 공개 메소드

public GetTitleRect ( ) : NSRect
리턴 NSRect

InitWithCoder() 공개 메소드

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

InitWithFrame() 공개 메소드

public InitWithFrame ( NSRect frameRect ) : id
frameRect NSRect
리턴 id

MinimumSize() 공개 메소드

public MinimumSize ( ) : NSSize
리턴 NSSize

NSBox() 공개 메소드

public NSBox ( ) : System
리턴 System

SetBorderType() 공개 메소드

public SetBorderType ( NSBorderType aType ) : void
aType NSBorderType
리턴 void

SetBoxType() 공개 메소드

public SetBoxType ( NSBoxType aType ) : void
aType NSBoxType
리턴 void

SetContentView() 공개 메소드

public SetContentView ( NSView aView ) : void
aView NSView
리턴 void

SetContentViewMargins() 공개 메소드

public SetContentViewMargins ( NSSize offsetSize ) : void
offsetSize NSSize
리턴 void

SetFrame() 공개 메소드

public SetFrame ( NSRect frameRect ) : void
frameRect NSRect
리턴 void

SetFrameFromContentFrame() 공개 메소드

public SetFrameFromContentFrame ( NSRect contentFrame ) : void
contentFrame NSRect
리턴 void

SetFrameSize() 공개 메소드

public SetFrameSize ( NSSize newSize ) : void
newSize NSSize
리턴 void

SetTitle() 공개 메소드

public SetTitle ( NSString aString ) : void
aString NSString
리턴 void

SetTitleFont() 공개 메소드

public SetTitleFont ( NSFont fontObj ) : void
fontObj NSFont
리턴 void

SetTitlePosition() 공개 메소드

public SetTitlePosition ( NSTitlePosition aPosition ) : void
aPosition NSTitlePosition
리턴 void

_SetTitleWithMnemonic() 공개 메소드

public _SetTitleWithMnemonic ( NSString aString ) : void
aString NSString
리턴 void

프로퍼티 상세

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

public static Class,Smartmobili.Cocoa Class
리턴 Class

_border_color 보호되어 있는 프로퍼티

protected NSColor,Smartmobili.Cocoa _border_color
리턴 NSColor

_border_rect 보호되어 있는 프로퍼티

protected NSRect,Smartmobili.Cocoa _border_rect
리턴 NSRect

_border_type 보호되어 있는 프로퍼티

protected NSBorderType _border_type
리턴 NSBorderType

_border_width 보호되어 있는 프로퍼티

protected double _border_width
리턴 double

_box_type 보호되어 있는 프로퍼티

protected NSBoxType _box_type
리턴 NSBoxType

_cell 보호되어 있는 프로퍼티

protected id,Smartmobili.Cocoa _cell
리턴 id

_content_view 보호되어 있는 프로퍼티

protected id,Smartmobili.Cocoa _content_view
리턴 id

_corner_radius 보호되어 있는 프로퍼티

protected double _corner_radius
리턴 double

_fill_color 보호되어 있는 프로퍼티

protected NSColor,Smartmobili.Cocoa _fill_color
리턴 NSColor

_offsets 보호되어 있는 프로퍼티

protected NSSize,Smartmobili.Cocoa _offsets
리턴 NSSize

_title_position 보호되어 있는 프로퍼티

protected NSTitlePosition _title_position
리턴 NSTitlePosition

_title_rect 보호되어 있는 프로퍼티

protected NSRect,Smartmobili.Cocoa _title_rect
리턴 NSRect

_transparent 보호되어 있는 프로퍼티

protected bool _transparent
리턴 bool