![]() |
API 0.9.5
|
#import <CPKeyBinding.h>
Instance Methods | |
(CPString) | - description |
(id) | - initWithKey:modifierFlags:selectors: |
(id) | - initWithPhysicalKeyString:selectors: |
(BOOL) | - isEqual: |
(CPString) | - key |
(unsigned) | - modifierFlags |
(CPArray) | - selectors |
Class Methods | |
(void) | + cacheKeyBinding: |
(void) | + createKeyBindingsFromJSObject: |
(void) | + initialize |
(CPKeyBinding) | + keyBindingForKey:modifierFlags: |
(CPArray) | + selectorsForKey:modifierFlags: |
Definition at line 2 of file CPKeyBinding.h.
+ (void) cacheKeyBinding: | (CPKeyBinding) | aBinding |
Definition at line 166 of file CPKeyBinding.j.
+ (void) createKeyBindingsFromJSObject: | (JSObject) | anObject |
Definition at line 159 of file CPKeyBinding.j.
- (CPString) description |
Definition at line 256 of file CPKeyBinding.j.
+ (void) initialize |
Definition at line 151 of file CPKeyBinding.j.
Definition at line 199 of file CPKeyBinding.j.
Definition at line 185 of file CPKeyBinding.j.
- (BOOL) isEqual: | (CPKeyBinding) | rhs |
Definition at line 251 of file CPKeyBinding.j.
- (CPString) key |
Definition at line 231 of file CPKeyBinding.j.
+ (CPKeyBinding) keyBindingForKey: | (CPString) | aKey | |
modifierFlags: | (unsigned) | aFlag | |
Definition at line 174 of file CPKeyBinding.j.
- (unsigned) modifierFlags |
Definition at line 236 of file CPKeyBinding.j.
- (CPArray) selectors |
Definition at line 241 of file CPKeyBinding.j.
Definition at line 180 of file CPKeyBinding.j.