C# Class Smartmobili.Cocoa.NSBox

Inheritance: NSView
Afficher le fichier Open project: smartmobili/CocoaBuilder

Méthodes publiques

Свойство Type Description
Class Class

Protected Properties

Свойство 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

Méthodes publiques

Méthode 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

Méthode Description
CalcSizesAllowingNegative ( bool aFlag ) : NSRect
_BorderRect ( ) : NSRect

Method Details

Alloc() public static méthode

public static Alloc ( ) : NSBox
Résultat NSBox

EncodeWithCoder() public méthode

public EncodeWithCoder ( NSCoder aCoder ) : void
aCoder NSCoder
Résultat void

GetBorderType() public méthode

public GetBorderType ( ) : NSBorderType
Résultat NSBorderType

GetBoxType() public méthode

public GetBoxType ( ) : NSBoxType
Résultat NSBoxType

GetContentView() public méthode

public GetContentView ( ) : id
Résultat id

GetContentViewMargins() public méthode

public GetContentViewMargins ( ) : NSSize
Résultat NSSize

GetTitle() public méthode

public GetTitle ( ) : NSString
Résultat NSString

GetTitleCell() public méthode

public GetTitleCell ( ) : id
Résultat id

GetTitleFont() public méthode

public GetTitleFont ( ) : NSFont
Résultat NSFont

GetTitlePosition() public méthode

public GetTitlePosition ( ) : NSTitlePosition
Résultat NSTitlePosition

GetTitleRect() public méthode

public GetTitleRect ( ) : NSRect
Résultat NSRect

InitWithCoder() public méthode

public InitWithCoder ( NSCoder aDecoder ) : id
aDecoder NSCoder
Résultat id

InitWithFrame() public méthode

public InitWithFrame ( NSRect frameRect ) : id
frameRect NSRect
Résultat id

MinimumSize() public méthode

public MinimumSize ( ) : NSSize
Résultat NSSize

NSBox() public méthode

public NSBox ( ) : System
Résultat System

SetBorderType() public méthode

public SetBorderType ( NSBorderType aType ) : void
aType NSBorderType
Résultat void

SetBoxType() public méthode

public SetBoxType ( NSBoxType aType ) : void
aType NSBoxType
Résultat void

SetContentView() public méthode

public SetContentView ( NSView aView ) : void
aView NSView
Résultat void

SetContentViewMargins() public méthode

public SetContentViewMargins ( NSSize offsetSize ) : void
offsetSize NSSize
Résultat void

SetFrame() public méthode

public SetFrame ( NSRect frameRect ) : void
frameRect NSRect
Résultat void

SetFrameFromContentFrame() public méthode

public SetFrameFromContentFrame ( NSRect contentFrame ) : void
contentFrame NSRect
Résultat void

SetFrameSize() public méthode

public SetFrameSize ( NSSize newSize ) : void
newSize NSSize
Résultat void

SetTitle() public méthode

public SetTitle ( NSString aString ) : void
aString NSString
Résultat void

SetTitleFont() public méthode

public SetTitleFont ( NSFont fontObj ) : void
fontObj NSFont
Résultat void

SetTitlePosition() public méthode

public SetTitlePosition ( NSTitlePosition aPosition ) : void
aPosition NSTitlePosition
Résultat void

_SetTitleWithMnemonic() public méthode

public _SetTitleWithMnemonic ( NSString aString ) : void
aString NSString
Résultat void

Property Details

Class public_oe static_oe property

public static Class,Smartmobili.Cocoa Class
Résultat Class

_border_color protected_oe property

protected NSColor,Smartmobili.Cocoa _border_color
Résultat NSColor

_border_rect protected_oe property

protected NSRect,Smartmobili.Cocoa _border_rect
Résultat NSRect

_border_type protected_oe property

protected NSBorderType _border_type
Résultat NSBorderType

_border_width protected_oe property

protected double _border_width
Résultat double

_box_type protected_oe property

protected NSBoxType _box_type
Résultat NSBoxType

_cell protected_oe property

protected id,Smartmobili.Cocoa _cell
Résultat id

_content_view protected_oe property

protected id,Smartmobili.Cocoa _content_view
Résultat id

_corner_radius protected_oe property

protected double _corner_radius
Résultat double

_fill_color protected_oe property

protected NSColor,Smartmobili.Cocoa _fill_color
Résultat NSColor

_offsets protected_oe property

protected NSSize,Smartmobili.Cocoa _offsets
Résultat NSSize

_title_position protected_oe property

protected NSTitlePosition _title_position
Résultat NSTitlePosition

_title_rect protected_oe property

protected NSRect,Smartmobili.Cocoa _title_rect
Résultat NSRect

_transparent protected_oe property

protected bool _transparent
Résultat bool