API  1.0.0
CPKeyBinding.h
Go to the documentation of this file.
1 
2 @interface CPKeyBinding : CPObject
3 {
4  CPString _key;
5  unsigned _modifierFlags;
6 
7  CPArray _selectors;
8 
9  CPString _cacheName;
10 }
11 @end
An immutable string (collection of characters).
Definition: CPString.h:2