Definition at line 3038 of file CPView.j.
◆ canBecomeKeyView()
- (BOOL) canBecomeKeyView |
|
|
|
|
implementation |
◆ nextKeyView()
◆ nextValidKeyView()
◆ performKeyEquivalent:()
- (BOOL) performKeyEquivalent: |
|
(CPEvent) |
anEvent |
|
|
implementation |
Overridden by subclasses to handle a key equivalent.
If the receiver’s key equivalent is the same as the characters of the key-down event theEvent, as returned by [anEvent charactersIgnoringModifiers], the receiver should take the appropriate action and return YES
. Otherwise, it should return the result of invoking super’s implementation. The default implementation of this method simply passes the message down the view hierarchy (from superviews to subviews) and returns NO
if none of the receiver’s subviews responds YES
.
- Parameters
-
anEvent | An event object that represents the key equivalent pressed |
- Returns
YES
if theEvent is a key equivalent that the receiver handled, NO
if it is not a key equivalent that it should handle.
Extends class CPView.
Definition at line 3054 of file CPView.j.
◆ previousKeyView()
◆ previousValidKeyView()
- (CPView) previousValidKeyView |
|
|
|
|
implementation |
◆ setNextKeyView:()
- (void) setNextKeyView: |
|
(CPView) |
next |
|
|
implementation |
The documentation for this category was generated from the following file: