Up

NSSelection

Authors

Gregory John Casamento( borgheron@yahoo.com )
Scott Christley( scottc@net-community.com )
NSSelection is used by NSDataLink to refer to a selection within a document.

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


Contents -

  1. Software documentation for the NSSelection class

Software documentation for the NSSelection class

NSSelection : NSObject

Declared in:
AppKit/NSSelection.h
Conforms to:
NSCoding
Standards:

Description forthcoming.

Method summary

allSelection

+ (NSSelection*) allSelection;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


currentSelection

+ (NSSelection*) currentSelection;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


emptySelection

+ (NSSelection*) emptySelection;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


selectionWithDescriptionData:

+ (NSSelection*) selectionWithDescriptionData: (NSData*)data;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


descriptionData

- (NSData*) descriptionData;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


encodeWithCoder:

- (void) encodeWithCoder: (NSCoder*)aCoder;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


initWithCoder:

- (id) initWithCoder: (NSCoder*)aDecoder;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


initWithDescriptionData:

- (id) initWithDescriptionData: (NSData*)newData;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


initWithPasteboard:

- (id) initWithPasteboard: (NSPasteboard*)pasteboard;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.


isWellKnownSelection

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

Description forthcoming.


writeToPasteboard:

- (void) writeToPasteboard: (NSPasteboard*)pasteboard;
Standards: GNUstep, MacOS-X, OpenStep

Description forthcoming.



Up