Up
Authors
- Generated by builder
-
- Declared in:
- AppKit/NSInputManager.h
- Conforms to:
- NSTextInput
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables
Method summary
+ (NSInputManager*) currentInputManager;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
+ (NSString*) describeKeyStroke: (unichar)character withModifiers: (unsigned int)modifiers;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
+ (BOOL) parseKey: (NSString*)key intoCharacter: (unichar*)character andModifiers: (unsigned int*)modifiers;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) handleKeyboardEvents: (NSArray*)eventArray client: (id)client;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL) handleMouseEvent: (NSEvent*)theMouseEvent;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (id) initWithName: (NSString*)inputServerName host: (NSString*)hostName;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSString*) language;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) loadBindingsFromFile: (NSString*)fullPath;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSString*) localizedInputManagerName;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) markedTextAbandoned: (id)client;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) markedTextSelectionChanged: (NSRange)newSel client: (id)client;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) quoteNextKeyStroke;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) resetInternalState;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL) wantsToDelayTextChangeNotifications;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL) wantsToHandleMouseEvents;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL) wantsToInterpretAllKeystrokes;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables for NSInputManager Class
@protected unichar _abortCharacter;
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;
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;
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;
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;
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;
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;
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;
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: Not in OpenStep/MacOS-X
Description forthcoming.
Method summary
- (NSAttributedString*) attributedSubstringFromRange: (NSRange)theRange;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (unsigned int) characterIndexForPoint: (NSPoint)thePoint;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (long) conversationIdentifier;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) doCommandBySelector: (SEL)aSelector;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSRect) firstRectForCharacterRange: (NSRange)theRange;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL) hasMarkedText;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) insertText: (id)aString;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSRange) markedRange;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSRange) selectedRange;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) setMarkedText: (id)aString selectedRange: (NSRange)selRange;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) unmarkText;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSArray*) validAttributesForMarkedText;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Up