libs-gui/Documentation/gsdoc/NSWorkspace.html
Richard Frith-Macdonald b784ca705b Regenerate
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9283 72102866-910b-0410-8b05-ffd578937521
2001-03-03 10:07:01 +00:00

208 lines
7.3 KiB
HTML

<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>
<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>
<hr>
<hr><h2>Instances Methods </h2>
<h3><a name ="method-1">checkForRemovableMedia</a></h3>
- (void) <b>checkForRemovableMedia</b>;<br>
<hr>
<h3><a name ="method-2">extendPowerOffBy:</a></h3>
- (int) <b>extendPowerOffBy:</b> (int)requested;<br>
<hr>
<h3><a name ="method-3">fileSystemChanged</a></h3>
- (BOOL) <b>fileSystemChanged</b>;<br>
<hr>
<h3><a name ="method-4">findApplications</a></h3>
- (void) <b>findApplications</b>;<br>
<hr>
<h3><a name ="method-5">fullPathForApplication:</a></h3>
- (NSString*) <b>fullPathForApplication:</b> (NSString*)appName;<br>
<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>
<hr>
<h3><a name ="method-7">getInfoForFile:application:</a></h3>
- (BOOL) <b>getInfoForFile:</b> (NSString*)fullPath <b>application:</b> (NSString**)appName;<br>
<hr>
<h3><a name ="method-8">hideOtherApplications</a></h3>
- (void) <b>hideOtherApplications</b>;<br>
<hr>
<h3><a name ="method-9">iconForFile:</a></h3>
- (NSImage*) <b>iconForFile:</b> (NSString*)fullPath;<br>
<hr>
<h3><a name ="method-10">iconForFileType:</a></h3>
- (NSImage*) <b>iconForFileType:</b> (NSString*)fileType;<br>
<hr>
<h3><a name ="method-11">iconForFiles:</a></h3>
- (NSImage*) <b>iconForFiles:</b> (NSArray*)fullPaths;<br>
<hr>
<h3><a name ="method-12">launchApplication:</a></h3>
- (BOOL) <b>launchApplication:</b> (NSString*)appName;<br>
<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>
<hr>
<h3><a name ="method-14">mountNewRemovableMedia</a></h3>
- (NSArray*) <b>mountNewRemovableMedia</b>;<br>
<hr>
<h3><a name ="method-15">mountedRemovableMedia</a></h3>
- (NSArray*) <b>mountedRemovableMedia</b>;<br>
<hr>
<h3><a name ="method-16">noteFileSystemChanged</a></h3>
- (void) <b>noteFileSystemChanged</b>;<br>
<hr>
<h3><a name ="method-17">noteUserDefaultsChanged</a></h3>
- (void) <b>noteUserDefaultsChanged</b>;<br>
<hr>
<h3><a name ="method-18">notificationCenter</a></h3>
- (NSNotificationCenter*) <b>notificationCenter</b>;<br>
<hr>
<h3><a name ="method-19">openFile:</a></h3>
- (BOOL) <b>openFile:</b> (NSString*)fullPath;<br>
<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>
<hr>
<h3><a name ="method-21">openFile:withApplication:</a></h3>
- (BOOL) <b>openFile:</b> (NSString*)fullPath <b>withApplication:</b> (NSString*)appName;<br>
<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>
<hr>
<h3><a name ="method-23">openTempFile:</a></h3>
- (BOOL) <b>openTempFile:</b> (NSString*)fullPath;<br>
<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>
<hr>
<h3><a name ="method-25">selectFile:inFileViewerRootedAtPath:</a></h3>
- (BOOL) <b>selectFile:</b> (NSString*)fullPath <b>inFileViewerRootedAtPath:</b> (NSString*)rootFullPath;<br>
<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>
<hr>
<h3><a name ="method-27">unmountAndEjectDeviceAtPath:</a></h3>
- (BOOL) <b>unmountAndEjectDeviceAtPath:</b> (NSString*)path;<br>
<hr>
<h3><a name ="method-28">userDefaultsChanged</a></h3>
- (BOOL) <b>userDefaultsChanged</b>;<br>
<hr>
</body>
</html>