Up
Authors
- Generated by fedor
-
- Declared in:
- AppKit/NSInputManager.h
- Conforms to:
- NSTextInput
Availability: OpenStep
Description forthcoming.
Instance Variables
Method summary
+ (
NSInputManager*)
currentInputManager;
Availability: OpenStep
Description forthcoming.
+ (
NSString*)
describeKeyStroke: (
unichar)character
withModifiers: (unsigned int)modifiers;
Availability: OpenStep
Description forthcoming.
+ (BOOL)
parseKey: (
NSString*)key
intoCharacter: (
unichar*)character
andModifiers: (unsigned int*)modifiers;
Availability: OpenStep
Description forthcoming.
- (void)
handleKeyboardEvents: (
NSArray*)eventArray
client: (id)client;
Availability: OpenStep
Description forthcoming.
- (BOOL)
handleMouseEvent: (
NSEvent*)theMouseEvent;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
language;
Availability: OpenStep
Description forthcoming.
- (void)
loadBindingsFromFile: (
NSString*)fullPath;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
localizedInputManagerName;
Availability: OpenStep
Description forthcoming.
- (void)
markedTextAbandoned: (id)client;
Availability: OpenStep
Description forthcoming.
- (void)
markedTextSelectionChanged: (
NSRange)newSel
client: (id)client;
Availability: OpenStep
Description forthcoming.
- (void)
quoteNextKeyStroke;
Availability: OpenStep
Description forthcoming.
- (void)
resetInternalState;
Availability: OpenStep
Description forthcoming.
- (BOOL)
wantsToDelayTextChangeNotifications;
Availability: OpenStep
Description forthcoming.
- (BOOL)
wantsToHandleMouseEvents;
Availability: OpenStep
Description forthcoming.
- (BOOL)
wantsToInterpretAllKeystrokes;
Availability: OpenStep
Description forthcoming.
Instance Variables for NSInputManager Class
@protected unichar _abortCharacter;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected unsigned int _abortFlags;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected GSKeyBindingTable* _currentBindingTable;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected id _currentClient;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected BOOL _insertControlKeystrokes;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected BOOL _interpretNextKeyStrokeLiterally;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSMutableArray* _pendingKeyEvents;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected GSKeyBindingTable* _rootBindingTable;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
- Declared in:
- AppKit/NSInputManager.h
Availability: OpenStep
Description forthcoming.
Method summary
- (
NSUInteger)
characterIndexForPoint: (
NSPoint)thePoint;
Availability: OpenStep
Description forthcoming.
- (
NSInteger)
conversationIdentifier;
Availability: OpenStep
Description forthcoming.
- (void)
doCommandBySelector: (SEL)aSelector;
Availability: OpenStep
Description forthcoming.
- (
NSRect)
firstRectForCharacterRange: (
NSRange)theRange;
Availability: OpenStep
Description forthcoming.
- (BOOL)
hasMarkedText;
Availability: OpenStep
Description forthcoming.
- (void)
insertText: (id)aString;
Availability: OpenStep
Description forthcoming.
- (
NSRange)
markedRange;
Availability: OpenStep
Description forthcoming.
- (
NSRange)
selectedRange;
Availability: OpenStep
Description forthcoming.
- (void)
setMarkedText: (id)aString
selectedRange: (
NSRange)selRange;
Availability: OpenStep
Description forthcoming.
- (void)
unmarkText;
Availability: OpenStep
Description forthcoming.
- (
NSArray*)
validAttributesForMarkedText;
Availability: OpenStep
Description forthcoming.
Up