C# Class Smartmobili.Cocoa.NSButtonImageSource

Inheritance: NSObject
Mostra file Open project: smartmobili/CocoaBuilder

Public Properties

Property Type Description
Class Class

Protected Properties

Property Type Description
_imageName NSString

Public Methods

Method Description
Alloc ( ) : NSButtonImageSource
EncodeWithCoder ( NSCoder aCoder ) : void
InitWithCoder ( NSCoder aDecoder ) : id
imageName ( ) : NSString
initWithImageNamed ( NSString name ) : id

Method Details

Alloc() public static method

public static Alloc ( ) : NSButtonImageSource
return NSButtonImageSource

EncodeWithCoder() public method

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

InitWithCoder() public method

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

imageName() public method

public imageName ( ) : NSString
return NSString

initWithImageNamed() public method

public initWithImageNamed ( NSString name ) : id
name NSString
return id

Property Details

Class public_oe static_oe property

public static Class,Smartmobili.Cocoa Class
return Class

_imageName protected_oe property

protected NSString _imageName
return NSString