C# Class Smartmobili.Cocoa.NSResponder

Inheritance: NSObject
Exibir arquivo Open project: smartmobili/CocoaBuilder Class Usage Examples

Public Properties

Property Type Description
Class Class

Protected Properties

Property Type Description
_interface_style NSInterfaceStyle
_menu NSMenu
_next_responder NSResponder

Public Methods

Method Description
GetNextResponder ( ) : NSResponder
InitWithCoder ( NSCoder aDecoder ) : id
NSResponder ( ) : System
SetNextResponder ( NSResponder aResponder ) : void

Method Details

GetNextResponder() public method

public GetNextResponder ( ) : NSResponder
return NSResponder

InitWithCoder() public method

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

NSResponder() public method

public NSResponder ( ) : System
return System

SetNextResponder() public method

public SetNextResponder ( NSResponder aResponder ) : void
aResponder NSResponder
return void

Property Details

Class public_oe static_oe property

public static Class,Smartmobili.Cocoa Class
return Class

_interface_style protected_oe property

protected NSInterfaceStyle _interface_style
return NSInterfaceStyle

_menu protected_oe property

protected NSMenu,Smartmobili.Cocoa _menu
return NSMenu

_next_responder protected_oe property

protected NSResponder,Smartmobili.Cocoa _next_responder
return NSResponder