API  1.0.0
CPKeyBinding Class Reference

#import <CPKeyBinding.h>

+ Inheritance diagram for CPKeyBinding:

Instance Methods

(CPString- description
 
(id) - initWithKey:modifierFlags:selectors:
 
(id) - initWithPhysicalKeyString:selectors:
 
(BOOL) - isEqual:
 
(CPString- key
 
(unsigned) - modifierFlags
 
(CPArray) - selectors
 
- Instance Methods inherited from CPObject
(void) - addObserver:forKeyPath:options:context:
 
(void) - applyChange:toKeyPath:
 
(id) - autorelease
 
(id) - awakeAfterUsingCoder:
 
(void) - awakeFromCib
 
(void) - bind:toObject:withKeyPath:options:
 
(Class) - classForCoder
 
(Class) - classForKeyedArchiver
 
(CPString- className
 
(id) - copy
 
(void) - dealloc
 
(CPDictionary- dictionaryWithValuesForKeys:
 
(void) - didChange:valuesAtIndexes:forKey:
 
(void) - didChangeValueForKey:
 
(void) - didChangeValueForKey:withSetMutation:usingObjects:
 
(void) - doesNotRecognizeSelector:
 
(CPArray) - exposedBindings
 
(id) - forwardingTargetForSelector:
 
(void) - forwardInvocation:
 
(unsigned) - hash
 
(BOOL) - implementsSelector:
 
(CPDictionary- infoForBinding:
 
(id) - init
 
(BOOL) - isEqual:
 
(BOOL) - isKindOfClass:
 
(BOOL) - isMemberOfClass:
 
(BOOL) - isProxy
 
(IMP) - methodForSelector:
 
(CPMethodSignature) - methodSignatureForSelector:
 
(id) - mutableArrayValueForKey:
 
(id) - mutableArrayValueForKeyPath:
 
(id) - mutableCopy
 
(id) - mutableSetValueForKey:
 
(id) - mutableSetValueForKeyPath:
 
(id) - performSelector:
 
(id) - performSelector:withObject:
 
(void) - performSelector:withObject:afterDelay:
 
(void) - performSelector:withObject:afterDelay:inModes:
 
(id) - performSelector:withObject:withObject:
 
(id) - performSelector:withObjects:
 
(void) - release
 
(void) - removeObserver:forKeyPath:
 
(id) - replacementObjectForArchiver:
 
(id) - replacementObjectForCoder:
 
(id) - replacementObjectForKeyedArchiver:
 
(BOOL) - respondsToSelector:
 
(id) - retain
 
(id) - self
 
(void) - setValue:forKey:
 
(void) - setValue:forKeyPath:
 
(void) - setValue:forUndefinedKey:
 
(void) - setValuesForKeysWithDictionary:
 
(CPString- UID
 
(void) - unbind:
 
(Class) - valueClassForBinding:
 
(id) - valueForKey:
 
(id) - valueForKeyPath:
 
(id) - valueForUndefinedKey:
 
(void) - willChange:valuesAtIndexes:forKey:
 
(void) - willChangeValueForKey:
 
(void) - willChangeValueForKey:withSetMutation:usingObjects:
 

Class Methods

(void) + cacheKeyBinding:
 
(void) + createKeyBindingsFromJSObject:
 
(void) + initialize
 
(CPKeyBinding+ keyBindingForKey:modifierFlags:
 
(CPArray) + selectorsForKey:modifierFlags:
 
- Class Methods inherited from CPObject
(BOOL) + accessInstanceVariablesDirectly
 
(id) + alloc
 
(id) + allocWithCoder:
 
(BOOL) + automaticallyNotifiesObserversForKey:
 
(void) + cancelPreviousPerformRequestsWithTarget:
 
(void) + cancelPreviousPerformRequestsWithTarget:selector:object:
 
(Class) + class
 
(BOOL) + conformsToProtocol:
 
(void) + exposeBinding:
 
(IMP) + instanceMethodForSelector:
 
(BOOL) + instancesImplementSelector:
 
(BOOL) + instancesRespondToSelector:
 
(BOOL) + isBindingExclusive:
 
(BOOL) + isSubclassOfClass:
 
(CPSet) + keyPathsForValuesAffectingValueForKey:
 
(void) + load
 
(id) + new
 
(void) + object:performSelector:withObject:afterDelay:inModes:
 
(void) + setVersion:
 
(Class) + superclass
 
(int) + version
 

Detailed Description

Definition at line 2 of file CPKeyBinding.h.

Method Documentation

◆ cacheKeyBinding:()

+ (void) cacheKeyBinding: (CPKeyBinding aBinding
implementation

Definition at line 166 of file CPKeyBinding.j.

◆ createKeyBindingsFromJSObject:()

+ (void) createKeyBindingsFromJSObject: (JSObject)  anObject
implementation

Definition at line 159 of file CPKeyBinding.j.

◆ description()

- (CPString) description
implementation

Returns a human readable string describing the receiver

Reimplemented from CPObject.

Definition at line 256 of file CPKeyBinding.j.

◆ initialize()

+ (void) initialize
implementation

Reimplemented from CPObject.

Definition at line 151 of file CPKeyBinding.j.

◆ initWithKey:modifierFlags:selectors:()

- (id) initWithKey: (CPString aKey
modifierFlags: (unsigned)  aFlag
selectors: (CPArray)  selectors 
implementation

Definition at line 199 of file CPKeyBinding.j.

◆ initWithPhysicalKeyString:selectors:()

- (id) initWithPhysicalKeyString: (CPString binding
selectors: (CPArray)  selectors 
implementation

Definition at line 185 of file CPKeyBinding.j.

◆ isEqual:()

- (BOOL) isEqual: (CPKeyBinding rhs
implementation

Definition at line 251 of file CPKeyBinding.j.

◆ key()

- (CPString) key
implementation

Definition at line 231 of file CPKeyBinding.j.

◆ keyBindingForKey:modifierFlags:()

+ (CPKeyBinding) keyBindingForKey: (CPString aKey
modifierFlags: (unsigned)  aFlag 
implementation

Definition at line 174 of file CPKeyBinding.j.

◆ modifierFlags()

- (unsigned) modifierFlags
implementation

Definition at line 236 of file CPKeyBinding.j.

◆ selectors()

- (CPArray) selectors
implementation

Definition at line 241 of file CPKeyBinding.j.

◆ selectorsForKey:modifierFlags:()

+ (CPArray) selectorsForKey: (CPString aKey
modifierFlags: (unsigned)  aFlag 
implementation

Definition at line 180 of file CPKeyBinding.j.


The documentation for this class was generated from the following files: