Up

NSInputServer

Authors

Fred Kiefer( FredKiefer@gmx.de )

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


Contents -

  1. Software documentation for the NSInputServer class
  2. Software documentation for the NSInputServerMouseTracker protocol
  3. Software documentation for the NSInputServiceProvider protocol

Software documentation for the NSInputServer class

NSInputServer : NSObject

Declared in:
AppKit/NSInputServer.h
Conforms to:
NSInputServerMouseTracker
NSInputServiceProvider
Standards:

Description forthcoming.

Method summary

initWithDelegate:name:

- (id) initWithDelegate: (id)aDelegate name: (NSString*)name;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


Software documentation for the NSInputServerMouseTracker protocol

NSInputServerMouseTracker

Declared in:
AppKit/NSInputServer.h
Standards:

Description forthcoming.

Method summary

mouseDownOnCharacterIndex:atCoordinate:withModifier:client:

- (BOOL) mouseDownOnCharacterIndex: (unsigned)index atCoordinate: (NSPoint)point withModifier: (unsigned int)flags client: (id)sender;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


mouseDraggedOnCharacterIndex:atCoordinate:withModifier:client:

- (BOOL) mouseDraggedOnCharacterIndex: (unsigned)index atCoordinate: (NSPoint)point withModifier: (unsigned int)flags client: (id)sender;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


mouseUpOnCharacterIndex:atCoordinate:withModifier:client:

- (void) mouseUpOnCharacterIndex: (unsigned)index atCoordinate: (NSPoint)point withModifier: (unsigned int)flags client: (id)sender;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


Software documentation for the NSInputServiceProvider protocol

NSInputServiceProvider

Declared in:
AppKit/NSInputServer.h
Standards:

Description forthcoming.

Method summary

activeConversationChanged:toNewConversation:

- (void) activeConversationChanged: (id)sender toNewConversation: (long)newConversation;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


activeConversationWillChange:fromOldConversation:

- (void) activeConversationWillChange: (id)sender fromOldConversation: (long)oldConversation;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


canBeDisabled

- (BOOL) canBeDisabled;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


doCommandBySelector:client:

- (void) doCommandBySelector: (SEL)aSelector client: (id)sender;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


inputClientBecomeActive:

- (void) inputClientBecomeActive: (id)sender;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


inputClientDisabled:

- (void) inputClientDisabled: (id)sender;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


inputClientEnabled:

- (void) inputClientEnabled: (id)sender;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


inputClientResignActive:

- (void) inputClientResignActive: (id)sender;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


insertText:client:

- (void) insertText: (id)aString client: (id)sender;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


markedTextAbandoned:

- (void) markedTextAbandoned: (id)sender;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


markedTextSelectionChanged:client:

- (void) markedTextSelectionChanged: (NSRange)newSelection client: (id)sender;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


terminate:

- (void) terminate: (id)sender;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


wantsToDelayTextChangeNotifications

- (BOOL) wantsToDelayTextChangeNotifications;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


wantsToHandleMouseEvents

- (BOOL) wantsToHandleMouseEvents;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


wantsToInterpretAllKeystrokes

- (BOOL) wantsToInterpretAllKeystrokes;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.



Up