C# Class Smartmobili.Cocoa.NSColorList

Inheritance: NSObject
Afficher le fichier Open project: smartmobili/CocoaBuilder Class Usage Examples

Méthodes publiques

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

Protected Properties

Свойство Type Description
_colorDictionary NSMutableDictionary
_fullFileName NSString
_is_editable bool
_name NSString
_orderedColorKeys NSMutableArray

Méthodes publiques

Méthode Description
Alloc ( ) : NSColorList
ColorListNamed ( NSString name ) : NSColorList
ColorWithKey ( NSString key ) : NSColor
InitWithName ( NSString aName ) : id
InitWithName ( NSString name, NSString path ) : id
InsertColor ( NSColor color, NSString key, uint location ) : void
RemoveColorWithKey ( NSString key ) : void
SetColor ( NSColor aColor, NSString key ) : void
WriteToFile ( NSString path ) : bool
_ReadTextColorFile ( NSString filepath ) : bool
_SetDefaultSystemColorList ( NSColorList aList ) : void
_SetThemeSystemColorList ( NSColorList aList ) : void

Private Methods

Méthode Description
Initialize ( ) : void
NSColorList ( ) : System
NSSearchPathForDirectoriesInDomains ( NSSearchPathDirectory directory, NSSearchPathDomainMask domainMask, bool expandTilde ) : NSArray
_LoadAvailableColorLists ( NSNotification aNotification ) : void

Method Details

Alloc() public static méthode

public static Alloc ( ) : NSColorList
Résultat NSColorList

ColorListNamed() public static méthode

public static ColorListNamed ( NSString name ) : NSColorList
name NSString
Résultat NSColorList

ColorWithKey() public méthode

public ColorWithKey ( NSString key ) : NSColor
key NSString
Résultat NSColor

InitWithName() public méthode

public InitWithName ( NSString aName ) : id
aName NSString
Résultat id

InitWithName() public méthode

public InitWithName ( NSString name, NSString path ) : id
name NSString
path NSString
Résultat id

InsertColor() public méthode

public InsertColor ( NSColor color, NSString key, uint location ) : void
color NSColor
key NSString
location uint
Résultat void

RemoveColorWithKey() public méthode

public RemoveColorWithKey ( NSString key ) : void
key NSString
Résultat void

SetColor() public méthode

public SetColor ( NSColor aColor, NSString key ) : void
aColor NSColor
key NSString
Résultat void

WriteToFile() public méthode

public WriteToFile ( NSString path ) : bool
path NSString
Résultat bool

_ReadTextColorFile() public méthode

public _ReadTextColorFile ( NSString filepath ) : bool
filepath NSString
Résultat bool

_SetDefaultSystemColorList() public static méthode

public static _SetDefaultSystemColorList ( NSColorList aList ) : void
aList NSColorList
Résultat void

_SetThemeSystemColorList() public static méthode

public static _SetThemeSystemColorList ( NSColorList aList ) : void
aList NSColorList
Résultat void

Property Details

Class public_oe static_oe property

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

_colorDictionary protected_oe property

protected NSMutableDictionary,Smartmobili.Cocoa _colorDictionary
Résultat NSMutableDictionary

_fullFileName protected_oe property

protected NSString _fullFileName
Résultat NSString

_is_editable protected_oe property

protected bool _is_editable
Résultat bool

_name protected_oe property

protected NSString _name
Résultat NSString

_orderedColorKeys protected_oe property

protected NSMutableArray,Smartmobili.Cocoa _orderedColorKeys
Résultat NSMutableArray