C# 클래스 Smartmobili.Cocoa.NSColorList

상속: NSObject
파일 보기 프로젝트 열기: smartmobili/CocoaBuilder 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Class Class

보호된 프로퍼티들

프로퍼티 타입 설명
_colorDictionary NSMutableDictionary
_fullFileName NSString
_is_editable bool
_name NSString
_orderedColorKeys NSMutableArray

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Initialize ( ) : void
NSColorList ( ) : System
NSSearchPathForDirectoriesInDomains ( NSSearchPathDirectory directory, NSSearchPathDomainMask domainMask, bool expandTilde ) : NSArray
_LoadAvailableColorLists ( NSNotification aNotification ) : void

메소드 상세

Alloc() 공개 정적인 메소드

public static Alloc ( ) : NSColorList
리턴 NSColorList

ColorListNamed() 공개 정적인 메소드

public static ColorListNamed ( NSString name ) : NSColorList
name NSString
리턴 NSColorList

ColorWithKey() 공개 메소드

public ColorWithKey ( NSString key ) : NSColor
key NSString
리턴 NSColor

InitWithName() 공개 메소드

public InitWithName ( NSString aName ) : id
aName NSString
리턴 id

InitWithName() 공개 메소드

public InitWithName ( NSString name, NSString path ) : id
name NSString
path NSString
리턴 id

InsertColor() 공개 메소드

public InsertColor ( NSColor color, NSString key, uint location ) : void
color NSColor
key NSString
location uint
리턴 void

RemoveColorWithKey() 공개 메소드

public RemoveColorWithKey ( NSString key ) : void
key NSString
리턴 void

SetColor() 공개 메소드

public SetColor ( NSColor aColor, NSString key ) : void
aColor NSColor
key NSString
리턴 void

WriteToFile() 공개 메소드

public WriteToFile ( NSString path ) : bool
path NSString
리턴 bool

_ReadTextColorFile() 공개 메소드

public _ReadTextColorFile ( NSString filepath ) : bool
filepath NSString
리턴 bool

_SetDefaultSystemColorList() 공개 정적인 메소드

public static _SetDefaultSystemColorList ( NSColorList aList ) : void
aList NSColorList
리턴 void

_SetThemeSystemColorList() 공개 정적인 메소드

public static _SetThemeSystemColorList ( NSColorList aList ) : void
aList NSColorList
리턴 void

프로퍼티 상세

Class 공개적으로 정적으로 프로퍼티

public static Class,Smartmobili.Cocoa Class
리턴 Class

_colorDictionary 보호되어 있는 프로퍼티

protected NSMutableDictionary,Smartmobili.Cocoa _colorDictionary
리턴 NSMutableDictionary

_fullFileName 보호되어 있는 프로퍼티

protected NSString _fullFileName
리턴 NSString

_is_editable 보호되어 있는 프로퍼티

protected bool _is_editable
리턴 bool

_name 보호되어 있는 프로퍼티

protected NSString _name
리턴 NSString

_orderedColorKeys 보호되어 있는 프로퍼티

protected NSMutableArray,Smartmobili.Cocoa _orderedColorKeys
리턴 NSMutableArray