Markup for autogsdoc

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11788 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2001-12-17 16:51:51 +00:00
parent 86eca68043
commit c51f4265da
289 changed files with 33853 additions and 23024 deletions

View file

@ -1,208 +1,282 @@
<html><head>
<title>NSWorkspace</title>
</head>
<body>
<a href ="NSWindowController.html">[Previous] </a>
<a href ="Gui.html">[Up] </a>
<h1>NSWorkspace</h1>
<h3>Authors </h3>
<dl>
<dt><a href ="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
<dd>
</dl>
<p>Version: $Revision$</p>
<p>Date: $Date$</p>
<h2><a name ="cont-0">NSWorkspace</a></h2>
<h2><a name ="NSWorkspace">NSWorkspace</a></h2>
<p><b>Declared in: </b> Gui/NSWorkspace.h</p>
<p><b>Inherits from: </b> NSObject</p>
<p><b>Conforms to: </b> NSObject
</p>
<hr>
<html>
<head>
<title>NSWorkspace</title>
</head>
<body>
<h1>NSWorkspace</h1>
<h3>Authors</h3>
<dl>
<dt>Scott Christley(<a href="mailto:scottc@net-community.com"><code>
scottc@net-community.com
</code></a>)</dt>
<dd>
</dd>
</dl>
<blockquote>
Workspace class </blockquote>
<p>Copyright: (C) 1996-1999, 2001 Free Software Foundation, Inc.</p>
<h1>
Software documentation for the NSWorkspace class
</h1>
<h2><a name="class$NSWorkspace">NSWorkspace</a> : NSObject</h2>
Declared: AppKit/NSWorkspace.h<br />
<p>
<h2>Instance Variables </h2>
<ul>
</ul>
<h2>Methods </h2>
<ul>
<li ><a href ="NSWorkspace.html#method-0">+sharedWorkspace</a>
<li ><a href ="NSWorkspace.html#method-1">-checkForRemovableMedia</a>
<li ><a href ="NSWorkspace.html#method-2">-extendPowerOffBy:</a>
<li ><a href ="NSWorkspace.html#method-3">-fileSystemChanged</a>
<li ><a href ="NSWorkspace.html#method-4">-findApplications</a>
<li ><a href ="NSWorkspace.html#method-5">-fullPathForApplication:</a>
<li ><a href ="NSWorkspace.html#method-6">-getFileSystemInfoForPath:isRemovable:isWritable:isUnmountable:description:type:</a>
<li ><a href ="NSWorkspace.html#method-7">-getInfoForFile:application:</a>
<li ><a href ="NSWorkspace.html#method-8">-hideOtherApplications</a>
<li ><a href ="NSWorkspace.html#method-9">-iconForFile:</a>
<li ><a href ="NSWorkspace.html#method-10">-iconForFileType:</a>
<li ><a href ="NSWorkspace.html#method-11">-iconForFiles:</a>
<li ><a href ="NSWorkspace.html#method-12">-launchApplication:</a>
<li ><a href ="NSWorkspace.html#method-13">-launchApplication:showIcon:autolaunch:</a>
<li ><a href ="NSWorkspace.html#method-14">-mountNewRemovableMedia</a>
<li ><a href ="NSWorkspace.html#method-15">-mountedRemovableMedia</a>
<li ><a href ="NSWorkspace.html#method-16">-noteFileSystemChanged</a>
<li ><a href ="NSWorkspace.html#method-17">-noteUserDefaultsChanged</a>
<li ><a href ="NSWorkspace.html#method-18">-notificationCenter</a>
<li ><a href ="NSWorkspace.html#method-19">-openFile:</a>
<li ><a href ="NSWorkspace.html#method-20">-openFile:fromImage:at:inView:</a>
<li ><a href ="NSWorkspace.html#method-21">-openFile:withApplication:</a>
<li ><a href ="NSWorkspace.html#method-22">-openFile:withApplication:andDeactivate:</a>
<li ><a href ="NSWorkspace.html#method-23">-openTempFile:</a>
<li ><a href ="NSWorkspace.html#method-24">-performFileOperation:source:destination:files:tag:</a>
<li ><a href ="NSWorkspace.html#method-25">-selectFile:inFileViewerRootedAtPath:</a>
<li ><a href ="NSWorkspace.html#method-26">-slideImage:from:to:</a>
<li ><a href ="NSWorkspace.html#method-27">-unmountAndEjectDeviceAtPath:</a>
<li ><a href ="NSWorkspace.html#method-28">-userDefaultsChanged</a>
</ul>
<hr><h2>Class Methods </h2>
<h3><a name ="method-0">sharedWorkspace</a></h3>
+ (NSWorkspace*) <b>sharedWorkspace</b>;<br>
</p>
<h3>sharedWorkspace</a></h3>
+ (<a href="#class$NSWorkspace">NSWorkspace</a>*) <b>sharedWorkspace</b>;<br />
<p>
<hr>
<hr><h2>Instances Methods </h2>
<h3><a name ="method-1">checkForRemovableMedia</a></h3>
- (void) <b>checkForRemovableMedia</b>;<br>
</p>
<hr />
<h3>checkForRemovableMedia</a></h3>
- (void) <b>checkForRemovableMedia</b>;<br />
<p>
<hr>
<h3><a name ="method-2">extendPowerOffBy:</a></h3>
- (int) <b>extendPowerOffBy:</b> (int)requested;<br>
</p>
<hr />
<h3>extendPowerOffBy:</a></h3>
- (int) <b>extendPowerOffBy:</b> (int)requested;<br />
<p>
<hr>
<h3><a name ="method-3">fileSystemChanged</a></h3>
- (BOOL) <b>fileSystemChanged</b>;<br>
</p>
<hr />
<h3>fileSystemChanged</a></h3>
- (BOOL) <b>fileSystemChanged</b>;<br />
<p>
<hr>
<h3><a name ="method-4">findApplications</a></h3>
- (void) <b>findApplications</b>;<br>
</p>
<hr />
<h3>findApplications</a></h3>
- (void) <b>findApplications</b>;<br />
<p>
<hr>
<h3><a name ="method-5">fullPathForApplication:</a></h3>
- (NSString*) <b>fullPathForApplication:</b> (NSString*)appName;<br>
</p>
<hr />
<h3>fullPathForApplication:</a></h3>
- (NSString*) <b>fullPathForApplication:</b> (NSString*)appName;<br />
<p>
<hr>
<h3><a name ="method-6">getFileSystemInfoForPath:isRemovable:isWritable:isUnmountable:description:type:</a></h3>
- (BOOL) <b>getFileSystemInfoForPath:</b> (NSString*)fullPath <b>isRemovable:</b> (BOOL*)removableFlag <b>isWritable:</b> (BOOL *)writableFlag <b>isUnmountable:</b> (BOOL*)unmountableFlag <b>description:</b> (NSString **)description <b>type:</b> (NSString**)fileSystemType;<br>
</p>
<hr />
<h3>getFileSystemInfoForPath:isRemovable:isWritable:isUnmountable:description:type:</a></h3>
- (BOOL) <b>getFileSystemInfoForPath:</b> (NSString*)fullPath<b> isRemovable:</b> (BOOL*)removableFlag<b> isWritable:</b> (BOOL*)writableFlag<b> isUnmountable:</b> (BOOL*)unmountableFlag<b> description:</b> (NSString**)description<b> type:</b> (NSString**)fileSystemType;<br />
<p>
<hr>
<h3><a name ="method-7">getInfoForFile:application:</a></h3>
- (BOOL) <b>getInfoForFile:</b> (NSString*)fullPath <b>application:</b> (NSString**)appName;<br>
</p>
<hr />
<h3>getInfoForFile:application:type:</a></h3>
- (BOOL) <b>getInfoForFile:</b> (NSString*)fullPath<b> application:</b> (NSString**)appName<b> type:</b> (NSString**)type;<br />
<p>
<hr>
<h3><a name ="method-8">hideOtherApplications</a></h3>
- (void) <b>hideOtherApplications</b>;<br>
</p>
<hr />
<h3>hideOtherApplications</a></h3>
- (void) <b>hideOtherApplications</b>;<br />
<p>
<hr>
<h3><a name ="method-9">iconForFile:</a></h3>
- (NSImage*) <b>iconForFile:</b> (NSString*)fullPath;<br>
</p>
<hr />
<h3>iconForFile:</a></h3>
- (<a href="NSImage.html#class$NSImage">NSImage</a>*) <b>iconForFile:</b> (NSString*)aPath;<br />
<p>
<hr>
<h3><a name ="method-10">iconForFileType:</a></h3>
- (NSImage*) <b>iconForFileType:</b> (NSString*)fileType;<br>
</p>
<hr />
<h3>iconForFileType:</a></h3>
- (<a href="NSImage.html#class$NSImage">NSImage</a>*) <b>iconForFileType:</b> (NSString*)fileType;<br />
<p>
<hr>
<h3><a name ="method-11">iconForFiles:</a></h3>
- (NSImage*) <b>iconForFiles:</b> (NSArray*)fullPaths;<br>
</p>
<hr />
<h3>iconForFiles:</a></h3>
- (<a href="NSImage.html#class$NSImage">NSImage</a>*) <b>iconForFiles:</b> (NSArray*)pathArray;<br />
<p>
<hr>
<h3><a name ="method-12">launchApplication:</a></h3>
- (BOOL) <b>launchApplication:</b> (NSString*)appName;<br>
</p>
<hr />
<h3>isFilePackageAtPath:</a></h3>
- (BOOL) <b>isFilePackageAtPath:</b> (NSString*)fullPath;<br />
<p>
<hr>
<h3><a name ="method-13">launchApplication:showIcon:autolaunch:</a></h3>
- (BOOL) <b>launchApplication:</b> (NSString*)appName <b>showIcon:</b> (BOOL)showIcon <b>autolaunch:</b> (BOOL)autolaunch;<br>
</p>
<hr />
<h3>launchApplication:</a></h3>
- (BOOL) <b>launchApplication:</b> (NSString*)appName;<br />
<p>
<hr>
<h3><a name ="method-14">mountNewRemovableMedia</a></h3>
- (NSArray*) <b>mountNewRemovableMedia</b>;<br>
</p>
<hr />
<h3>launchApplication:showIcon:autolaunch:</a></h3>
- (BOOL) <b>launchApplication:</b> (NSString*)appName<b> showIcon:</b> (BOOL)showIcon<b> autolaunch:</b> (BOOL)autolaunch;<br />
<p>
<hr>
<h3><a name ="method-15">mountedRemovableMedia</a></h3>
- (NSArray*) <b>mountedRemovableMedia</b>;<br>
</p>
<hr />
<h3>mountNewRemovableMedia</a></h3>
- (NSArray*) <b>mountNewRemovableMedia</b>;<br />
<p>
<hr>
<h3><a name ="method-16">noteFileSystemChanged</a></h3>
- (void) <b>noteFileSystemChanged</b>;<br>
</p>
<hr />
<h3>mountedLocalVolumePaths</a></h3>
- (NSArray*) <b>mountedLocalVolumePaths</b>;<br />
<p>
<hr>
<h3><a name ="method-17">noteUserDefaultsChanged</a></h3>
- (void) <b>noteUserDefaultsChanged</b>;<br>
</p>
<hr />
<h3>mountedRemovableMedia</a></h3>
- (NSArray*) <b>mountedRemovableMedia</b>;<br />
<p>
<hr>
<h3><a name ="method-18">notificationCenter</a></h3>
- (NSNotificationCenter*) <b>notificationCenter</b>;<br>
</p>
<hr />
<h3>noteFileSystemChanged</a></h3>
- (void) <b>noteFileSystemChanged</b>;<br />
<p>
<hr>
<h3><a name ="method-19">openFile:</a></h3>
- (BOOL) <b>openFile:</b> (NSString*)fullPath;<br>
</p>
<hr />
<h3>noteFileSystemChanged:</a></h3>
- (void) <b>noteFileSystemChanged:</b> (NSString*)path;<br />
<p>
<hr>
<h3><a name ="method-20">openFile:fromImage:at:inView:</a></h3>
- (BOOL) <b>openFile:</b> (NSString*)fullPath <b>fromImage:</b> (NSImage*)anImage <b>at:</b> (NSPoint)point <b>inView:</b> (NSView*)aView;<br>
</p>
<hr />
<h3>noteUserDefaultsChanged</a></h3>
- (void) <b>noteUserDefaultsChanged</b>;<br />
<p>
<hr>
<h3><a name ="method-21">openFile:withApplication:</a></h3>
- (BOOL) <b>openFile:</b> (NSString*)fullPath <b>withApplication:</b> (NSString*)appName;<br>
</p>
<hr />
<h3>notificationCenter</a></h3>
- (NSNotificationCenter*) <b>notificationCenter</b>;<br />
<p>
<hr>
<h3><a name ="method-22">openFile:withApplication:andDeactivate:</a></h3>
- (BOOL) <b>openFile:</b> (NSString*)fullPath <b>withApplication:</b> (NSString*)appName <b>andDeactivate:</b> (BOOL)flag;<br>
</p>
<hr />
<h3>openFile:</a></h3>
- (BOOL) <b>openFile:</b> (NSString*)fullPath;<br />
<p>
<hr>
<h3><a name ="method-23">openTempFile:</a></h3>
- (BOOL) <b>openTempFile:</b> (NSString*)fullPath;<br>
</p>
<hr />
<h3>openFile:fromImage:at:inView:</a></h3>
- (BOOL) <b>openFile:</b> (NSString*)fullPath<b> fromImage:</b> (<a href="NSImage.html#class$NSImage">NSImage</a>*)anImage<b> at:</b> (NSPoint)point<b> inView:</b> (<a href="NSView.html#class$NSView">NSView</a>*)aView;<br />
<p>
<hr>
<h3><a name ="method-24">performFileOperation:source:destination:files:tag:</a></h3>
- (BOOL) <b>performFileOperation:</b> (NSString*)operation <b>source:</b> (NSString *)source <b>destination:</b> (NSString*)destination <b>files:</b> (NSArray *)files <b>tag:</b> (int*)tag;<br>
</p>
<hr />
<h3>openFile:withApplication:</a></h3>
- (BOOL) <b>openFile:</b> (NSString*)fullPath<b> withApplication:</b> (NSString*)appName;<br />
<p>
<hr>
<h3><a name ="method-25">selectFile:inFileViewerRootedAtPath:</a></h3>
- (BOOL) <b>selectFile:</b> (NSString*)fullPath <b>inFileViewerRootedAtPath:</b> (NSString*)rootFullPath;<br>
</p>
<hr />
<h3>openFile:withApplication:andDeactivate:</a></h3>
- (BOOL) <b>openFile:</b> (NSString*)fullPath<b> withApplication:</b> (NSString*)appName<b> andDeactivate:</b> (BOOL)flag;<br />
<p>
<hr>
<h3><a name ="method-26">slideImage:from:to:</a></h3>
- (void) <b>slideImage:</b> (NSImage*)image <b>from:</b> (NSPoint)fromPoint <b>to:</b> (NSPoint)toPoint;<br>
</p>
<hr />
<h3>openTempFile:</a></h3>
- (BOOL) <b>openTempFile:</b> (NSString*)fullPath;<br />
<p>
<hr>
<h3><a name ="method-27">unmountAndEjectDeviceAtPath:</a></h3>
- (BOOL) <b>unmountAndEjectDeviceAtPath:</b> (NSString*)path;<br>
</p>
<hr />
<h3>openURL:</a></h3>
- (BOOL) <b>openURL:</b> (NSURL*)url;<br />
<p>
<hr>
<h3><a name ="method-28">userDefaultsChanged</a></h3>
- (BOOL) <b>userDefaultsChanged</b>;<br>
</p>
<hr />
<h3>performFileOperation:source:destination:files:tag:</a></h3>
- (BOOL) <b>performFileOperation:</b> (NSString*)operation<b> source:</b> (NSString*)source<b> destination:</b> (NSString*)destination<b> files:</b> (NSArray*)files<b> tag:</b> (int*)tag;<br />
<p>
<hr>
</body>
</html>
</p>
<hr />
<h3>selectFile:inFileViewerRootedAtPath:</a></h3>
- (BOOL) <b>selectFile:</b> (NSString*)fullPath<b> inFileViewerRootedAtPath:</b> (NSString*)rootFullpath;<br />
<p>
</p>
<hr />
<h3>slideImage:from:to:</a></h3>
- (void) <b>slideImage:</b> (<a href="NSImage.html#class$NSImage">NSImage</a>*)image<b> from:</b> (NSPoint)fromPoint<b> to:</b> (NSPoint)toPoint;<br />
<p>
</p>
<hr />
<h3>unmountAndEjectDeviceAtPath:</a></h3>
- (BOOL) <b>unmountAndEjectDeviceAtPath:</b> (NSString*)path;<br />
<p>
</p>
<hr />
<h3>userDefaultsChanged</a></h3>
- (BOOL) <b>userDefaultsChanged</b>;<br />
<p>
</p>
<hr />
<h1>
Software documentation for the NSWorkspace(GNUstep)
category
</h1>
<h2><a href="#class$NSWorkspace">NSWorkspace</a>(<a name="category$NSWorkspace(GNUstep)">GNUstep</a>)</h2>
Declared: AppKit/NSWorkspace.h<br />
<p>
</p>
<h3>appIconForApp:</a></h3>
- (<a href="NSImage.html#class$NSImage">NSImage</a>*) <b>appIconForApp:</b> (NSString*)appName;<br />
<p>
</p>
<hr />
<h3>bundleForApp:</a></h3>
- (NSBundle*) <b>bundleForApp:</b> (NSString*)appName;<br />
<p>
</p>
<hr />
<h3>getBestAppInRole:forExtension:</a></h3>
- (NSString*) <b>getBestAppInRole:</b> (NSString*)role<b> forExtension:</b> (NSString*)ext;<br />
<p>
</p>
<hr />
<h3>getBestIconForExtension:</a></h3>
- (NSString*) <b>getBestIconForExtension:</b> (NSString*)ext;<br />
<p>
</p>
<hr />
<h3>infoForExtension:</a></h3>
- (NSDictionary*) <b>infoForExtension:</b> (NSString*)ext;<br />
<p>
</p>
<hr />
<h3>locateApplicationBinary:</a></h3>
- (NSString*) <b>locateApplicationBinary:</b> (NSString*)appName;<br />
<p>
</p>
<hr />
<h3>setBestApp:inRole:forExtension:</a></h3>
- (void) <b>setBestApp:</b> (NSString*)appName<b> inRole:</b> (NSString*)role<b> forExtension:</b> (NSString*)ext;<br />
<p>
</p>
<hr />
<h3>setBestIcon:forExtension:</a></h3>
- (void) <b>setBestIcon:</b> (NSString*)iconPath<b> forExtension:</b> (NSString*)ext;<br />
<p>
</p>
<hr />
</body>
</html>