NSInputServer

Authors

Fred Kiefer( FredKiefer@gmx.de )

Copyright: (C) 2001 Free Software Foundation, Inc.

Software documentation for the NSInputServer class

NSInputServer : NSObject

Declared: AppKit/NSInputServer.h
Conform: NSInputServerMouseTracker
Conform: NSInputServiceProvider

initWithDelegate:name:

- (id) initWithDelegate: (id)aDelegate name: (NSString*)name;


Software documentation for the NSInputServerMouseTracker protocol

NSInputServerMouseTracker

Declared: AppKit/NSInputServer.h

mouseDownOnCharacterIndex:atCoordinate:withModifier:client:

- (BOOL) mouseDownOnCharacterIndex: (unsigned)index atCoordinate: (NSPoint)point withModifier: (unsigned int)flags client: (id)sender;


mouseDraggedOnCharacterIndex:atCoordinate:withModifier:client:

- (BOOL) mouseDraggedOnCharacterIndex: (unsigned)index atCoordinate: (NSPoint)point withModifier: (unsigned int)flags client: (id)sender;


mouseUpOnCharacterIndex:atCoordinate:withModifier:client:

- (void) mouseUpOnCharacterIndex: (unsigned)index atCoordinate: (NSPoint)point withModifier: (unsigned int)flags client: (id)sender;


Software documentation for the NSInputServiceProvider protocol

NSInputServiceProvider

Declared: AppKit/NSInputServer.h

activeConversationChanged:toNewConversation:

- (void) activeConversationChanged: (id)sender toNewConversation: (long)newConversation;


activeConversationWillChange:fromOldConversation:

- (void) activeConversationWillChange: (id)sender fromOldConversation: (long)oldConversation;


canBeDisabled

- (BOOL) canBeDisabled;


doCommandBySelector:client:

- (void) doCommandBySelector: (SEL)aSelector client: (id)sender;


inputClientBecomeActive:

- (void) inputClientBecomeActive: (id)sender;


inputClientDisabled:

- (void) inputClientDisabled: (id)sender;


inputClientEnabled:

- (void) inputClientEnabled: (id)sender;


inputClientResignActive:

- (void) inputClientResignActive: (id)sender;


insertText:client:

- (void) insertText: (id)aString client: (id)sender;


markedTextAbandoned:

- (void) markedTextAbandoned: (id)sender;


markedTextSelectionChanged:client:

- (void) markedTextSelectionChanged: (NSRange)newSelection client: (id)sender;


terminate:

- (void) terminate: (id)sender;


wantsToDelayTextChangeNotifications

- (BOOL) wantsToDelayTextChangeNotifications;


wantsToHandleMouseEvents

- (BOOL) wantsToHandleMouseEvents;


wantsToInterpretAllKeystrokes

- (BOOL) wantsToInterpretAllKeystrokes;