API  0.9.7
 All Classes Files Functions Variables Macros Groups Pages
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
 

Class Methods

(void) + cacheKeyBinding:
 
(void) + createKeyBindingsFromJSObject:
 
(void) + initialize
 
(CPKeyBinding+ keyBindingForKey:modifierFlags:
 
(CPArray) + selectorsForKey:modifierFlags:
 

Detailed Description

Definition at line 2 of file CPKeyBinding.h.

Method Documentation

+ (void) cacheKeyBinding: (CPKeyBinding aBinding
implementation

Definition at line 166 of file CPKeyBinding.j.

+ (void) createKeyBindingsFromJSObject: (JSObject)  anObject
implementation

Definition at line 159 of file CPKeyBinding.j.

- (CPString) description
implementation

Definition at line 256 of file CPKeyBinding.j.

+ (void) initialize
implementation

Definition at line 151 of file CPKeyBinding.j.

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

Definition at line 199 of file CPKeyBinding.j.

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

Definition at line 185 of file CPKeyBinding.j.

- (BOOL) isEqual: (CPKeyBinding rhs
implementation

Definition at line 251 of file CPKeyBinding.j.

- (CPString) key
implementation

Definition at line 231 of file CPKeyBinding.j.

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

Definition at line 174 of file CPKeyBinding.j.

- (unsigned) modifierFlags
implementation

Definition at line 236 of file CPKeyBinding.j.

- (CPArray) selectors
implementation

Definition at line 241 of file CPKeyBinding.j.

+ (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: