API 0.9.5
CPKeyBinding Class Reference

#import <CPKeyBinding.h>

Inheritance diagram for CPKeyBinding:

List of all members.

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

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.

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

Definition at line 199 of file CPKeyBinding.j.

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

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.

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

Definition at line 180 of file CPKeyBinding.j.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Defines