libs-gui/Documentation/gsdoc/NSPasteboard.gsdoc
Adam Fedor 05bdcda840 Updated docs
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12233 72102866-910b-0410-8b05-ffd578937521
2002-01-28 04:50:14 +00:00

414 lines
12 KiB
XML

<?xml version="1.0"?>
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.7//EN" "http://www.gnustep.org/gsdoc-0_6_7.xml">
<gsdoc base="NSPasteboard" up="Gui">
<head>
<title>NSPasteboard</title>
<author name="Richard Frith-Macdonald">
<email address="richard@brainstorm.co.uk">
richard@brainstorm.co.uk
</email>
</author>
<abstract>
Implementation of class for communicating with the
pasteboard server.
</abstract>
<copy>1997,1999 Free Software Foundation, Inc.</copy>
</head>
<body>
<front><contents /></front>
<chapter>
<heading>
Software documentation for the NSPasteboard class
</heading>
<class name="NSPasteboard" super="NSObject">
<declared>AppKit/NSPasteboard.h</declared>
<desc>
<em>Description forthcoming.</em>
</desc>
<method type="NSPasteboard*" factory="yes">
<sel>generalPasteboard</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<GNUstep /> <MacOS-X /> <OpenStep />
</standards>
</method>
<method type="NSPasteboard*" factory="yes">
<sel>pasteboardByFilteringData:</sel>
<arg type="NSData*">data</arg>
<sel>ofType:</sel>
<arg type="NSString*">type</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<GNUstep /> <MacOS-X /> <OpenStep />
</standards>
</method>
<method type="NSPasteboard*" factory="yes">
<sel>pasteboardByFilteringFile:</sel>
<arg type="NSString*">filename</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<GNUstep /> <MacOS-X /> <OpenStep />
</standards>
</method>
<method type="NSPasteboard*" factory="yes">
<sel>pasteboardByFilteringTypesInPasteboard:</sel>
<arg type="NSPasteboard*">pboard</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<GNUstep /> <MacOS-X /> <OpenStep />
</standards>
</method>
<method type="NSPasteboard*" factory="yes">
<sel>pasteboardWithName:</sel>
<arg type="NSString*">aName</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<GNUstep /> <MacOS-X /> <OpenStep />
</standards>
</method>
<method type="NSPasteboard*" factory="yes">
<sel>pasteboardWithUniqueName</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<GNUstep /> <MacOS-X /> <OpenStep />
</standards>
</method>
<method type="NSArray*" factory="yes">
<sel>typesFilterableTo:</sel>
<arg type="NSString*">type</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<GNUstep /> <MacOS-X /> <OpenStep />
</standards>
</method>
<method type="int">
<sel>addTypes:</sel>
<arg type="NSArray*">newTypes</arg>
<sel>owner:</sel>
<arg type="id">newOwner</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<GNUstep /> <MacOS-X /> <OpenStep />
</standards>
</method>
<method type="NSString*">
<sel>availableTypeFromArray:</sel>
<arg type="NSArray*">types</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<GNUstep /> <MacOS-X /> <OpenStep />
</standards>
</method>
<method type="int">
<sel>changeCount</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<GNUstep /> <MacOS-X /> <OpenStep />
</standards>
</method>
<method type="NSData*">
<sel>dataForType:</sel>
<arg type="NSString*">dataType</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<GNUstep /> <MacOS-X /> <OpenStep />
</standards>
</method>
<method type="int">
<sel>declareTypes:</sel>
<arg type="NSArray*">newTypes</arg>
<sel>owner:</sel>
<arg type="id">newOwner</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<GNUstep /> <MacOS-X /> <OpenStep />
</standards>
</method>
<method type="NSString*">
<sel>name</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<GNUstep /> <MacOS-X /> <OpenStep />
</standards>
</method>
<method type="id">
<sel>propertyListForType:</sel>
<arg type="NSString*">dataType</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<GNUstep /> <MacOS-X /> <OpenStep />
</standards>
</method>
<method type="NSString*">
<sel>readFileContentsType:</sel>
<arg type="NSString*">type</arg>
<sel>toFile:</sel>
<arg type="NSString*">filename</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<GNUstep /> <MacOS-X /> <OpenStep />
</standards>
</method>
<method type="NSFileWrapper*">
<sel>readFileWrapper</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<GNUstep /> <MacOS-X /> <OpenStep />
</standards>
</method>
<method type="void">
<sel>releaseGlobally</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<GNUstep /> <MacOS-X /> <OpenStep />
</standards>
</method>
<method type="BOOL">
<sel>setData:</sel>
<arg type="NSData*">data</arg>
<sel>forType:</sel>
<arg type="NSString*">dataType</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<GNUstep /> <MacOS-X /> <OpenStep />
</standards>
</method>
<method type="BOOL">
<sel>setPropertyList:</sel>
<arg type="id">propertyList</arg>
<sel>forType:</sel>
<arg type="NSString*">dataType</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<GNUstep /> <MacOS-X /> <OpenStep />
</standards>
</method>
<method type="BOOL">
<sel>setString:</sel>
<arg type="NSString*">string</arg>
<sel>forType:</sel>
<arg type="NSString*">dataType</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<GNUstep /> <MacOS-X /> <OpenStep />
</standards>
</method>
<method type="NSString*">
<sel>stringForType:</sel>
<arg type="NSString*">dataType</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<GNUstep /> <MacOS-X /> <OpenStep />
</standards>
</method>
<method type="NSArray*">
<sel>types</sel>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<GNUstep /> <MacOS-X /> <OpenStep />
</standards>
</method>
<method type="BOOL">
<sel>writeFileContents:</sel>
<arg type="NSString*">filename</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<GNUstep /> <MacOS-X /> <OpenStep />
</standards>
</method>
<method type="BOOL">
<sel>writeFileWrapper:</sel>
<arg type="NSFileWrapper*">wrapper</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<GNUstep /> <MacOS-X /> <OpenStep />
</standards>
</method>
<standards>
<GNUstep /> <MacOS-X /> <OpenStep />
</standards>
</class>
</chapter>
<chapter>
<heading>
Software documentation for the
NSObject(NSPasteboardOwner)
category
</heading>
<category name="NSPasteboardOwner" class="NSObject">
<declared>AppKit/NSPasteboard.h</declared>
<desc>
<em>Description forthcoming.</em>
</desc>
<method type="void">
<sel>pasteboard:</sel>
<arg type="NSPasteboard*">sender</arg>
<sel>provideDataForType:</sel>
<arg type="NSString*">type</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<GNUstep /> <MacOS-X /> <OpenStep />
</standards>
</method>
<method type="void">
<sel>pasteboard:</sel>
<arg type="NSPasteboard*">sender</arg>
<sel>provideDataForType:</sel>
<arg type="NSString*">type</arg>
<sel>andVersion:</sel>
<arg type="int">ver</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<GNUstep /> <MacOS-X /> <OpenStep />
</standards>
</method>
<method type="void">
<sel>pasteboardChangedOwner:</sel>
<arg type="NSPasteboard*">sender</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<GNUstep /> <MacOS-X /> <OpenStep />
</standards>
</method>
<standards>
<GNUstep /> <MacOS-X /> <OpenStep />
</standards>
</category>
</chapter>
<chapter>
<heading>
Software documentation for the
NSPasteboard(GNUstepExtensions)
category
</heading>
<category name="GNUstepExtensions" class="NSPasteboard">
<declared>AppKit/NSPasteboard.h</declared>
<desc>
<em>Description forthcoming.</em>
</desc>
<method type="NSString*" factory="yes">
<sel>mimeTypeForPasteboardType:</sel>
<arg type="NSString*">type</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<GNUstep /> <MacOS-X /> <OpenStep />
</standards>
</method>
<method type="NSString*" factory="yes">
<sel>pasteboardTypeForMimeType:</sel>
<arg type="NSString*">mimeType</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<GNUstep /> <MacOS-X /> <OpenStep />
</standards>
</method>
<method type="void">
<sel>setChangeCount:</sel>
<arg type="int">count</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<GNUstep /> <MacOS-X /> <OpenStep />
</standards>
</method>
<standards>
<GNUstep /> <MacOS-X /> <OpenStep />
</standards>
</category>
</chapter>
<chapter>
<heading>
Software documentation for the NSURL(NSPasteboard)
category
</heading>
<category name="NSPasteboard" class="NSURL">
<declared>AppKit/NSPasteboard.h</declared>
<desc>
<em>Description forthcoming.</em>
</desc>
<method type="NSURL*" factory="yes">
<sel>URLFromPasteboard:</sel>
<arg type="NSPasteboard*">pasteBoard</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<NotOpenStep /> <GNUstep /> <MacOS-X />
</standards>
</method>
<method type="void">
<sel>writeToPasteboard:</sel>
<arg type="NSPasteboard*">pasteBoard</arg>
<desc>
<em>Description forthcoming.</em>
</desc>
<standards>
<NotOpenStep /> <GNUstep /> <MacOS-X />
</standards>
</method>
<standards>
<NotOpenStep /> <GNUstep /> <MacOS-X />
</standards>
</category>
</chapter>
</body>
</gsdoc>