C# Class Smartmobili.Cocoa.NSBox

Inheritance: NSView
Mostra file Open project: smartmobili/CocoaBuilder

Public Properties

Property Type Description
Class Class

Protected Properties

Property Type Description
_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

Public Methods

Method Description
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

Private Methods

Method Description
CalcSizesAllowingNegative ( bool aFlag ) : NSRect
_BorderRect ( ) : NSRect

Method Details

Alloc() public static method

public static Alloc ( ) : NSBox
return NSBox

EncodeWithCoder() public method

public EncodeWithCoder ( NSCoder aCoder ) : void
aCoder NSCoder
return void

GetBorderType() public method

public GetBorderType ( ) : NSBorderType
return NSBorderType

GetBoxType() public method

public GetBoxType ( ) : NSBoxType
return NSBoxType

GetContentView() public method

public GetContentView ( ) : id
return id

GetContentViewMargins() public method

public GetContentViewMargins ( ) : NSSize
return NSSize

GetTitle() public method

public GetTitle ( ) : NSString
return NSString

GetTitleCell() public method

public GetTitleCell ( ) : id
return id

GetTitleFont() public method

public GetTitleFont ( ) : NSFont
return NSFont

GetTitlePosition() public method

public GetTitlePosition ( ) : NSTitlePosition
return NSTitlePosition

GetTitleRect() public method

public GetTitleRect ( ) : NSRect
return NSRect

InitWithCoder() public method

public InitWithCoder ( NSCoder aDecoder ) : id
aDecoder NSCoder
return id

InitWithFrame() public method

public InitWithFrame ( NSRect frameRect ) : id
frameRect NSRect
return id

MinimumSize() public method

public MinimumSize ( ) : NSSize
return NSSize

NSBox() public method

public NSBox ( ) : System
return System

SetBorderType() public method

public SetBorderType ( NSBorderType aType ) : void
aType NSBorderType
return void

SetBoxType() public method

public SetBoxType ( NSBoxType aType ) : void
aType NSBoxType
return void

SetContentView() public method

public SetContentView ( NSView aView ) : void
aView NSView
return void

SetContentViewMargins() public method

public SetContentViewMargins ( NSSize offsetSize ) : void
offsetSize NSSize
return void

SetFrame() public method

public SetFrame ( NSRect frameRect ) : void
frameRect NSRect
return void

SetFrameFromContentFrame() public method

public SetFrameFromContentFrame ( NSRect contentFrame ) : void
contentFrame NSRect
return void

SetFrameSize() public method

public SetFrameSize ( NSSize newSize ) : void
newSize NSSize
return void

SetTitle() public method

public SetTitle ( NSString aString ) : void
aString NSString
return void

SetTitleFont() public method

public SetTitleFont ( NSFont fontObj ) : void
fontObj NSFont
return void

SetTitlePosition() public method

public SetTitlePosition ( NSTitlePosition aPosition ) : void
aPosition NSTitlePosition
return void

_SetTitleWithMnemonic() public method

public _SetTitleWithMnemonic ( NSString aString ) : void
aString NSString
return void

Property Details

Class public_oe static_oe property

public static Class,Smartmobili.Cocoa Class
return Class

_border_color protected_oe property

protected NSColor,Smartmobili.Cocoa _border_color
return NSColor

_border_rect protected_oe property

protected NSRect,Smartmobili.Cocoa _border_rect
return NSRect

_border_type protected_oe property

protected NSBorderType _border_type
return NSBorderType

_border_width protected_oe property

protected double _border_width
return double

_box_type protected_oe property

protected NSBoxType _box_type
return NSBoxType

_cell protected_oe property

protected id,Smartmobili.Cocoa _cell
return id

_content_view protected_oe property

protected id,Smartmobili.Cocoa _content_view
return id

_corner_radius protected_oe property

protected double _corner_radius
return double

_fill_color protected_oe property

protected NSColor,Smartmobili.Cocoa _fill_color
return NSColor

_offsets protected_oe property

protected NSSize,Smartmobili.Cocoa _offsets
return NSSize

_title_position protected_oe property

protected NSTitlePosition _title_position
return NSTitlePosition

_title_rect protected_oe property

protected NSRect,Smartmobili.Cocoa _title_rect
return NSRect

_transparent protected_oe property

protected bool _transparent
return bool