Up
Authors
- Generated by root
-
- 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.
- (
NSInputManager*)
initWithName: (NSString*)inputServerName
host: (NSString*)hostName;
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;
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: OpenStep
Description forthcoming.
Method summary
- (NSAttributedString*)
attributedSubstringFromRange: (NSRange)theRange;
Availability: OpenStep
Description forthcoming.
- (unsigned int)
characterIndexForPoint: (NSPoint)thePoint;
Availability: OpenStep
Description forthcoming.
- (long)
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