mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-26 02:11:01 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12233 72102866-910b-0410-8b05-ffd578937521
383 lines
17 KiB
HTML
383 lines
17 KiB
HTML
<html>
|
|
<head>
|
|
<title>NSSavePanel</title>
|
|
</head>
|
|
<body>
|
|
<a href="Gui.html">Up</a>
|
|
<br />
|
|
<h1><a name="title$NSSavePanel">NSSavePanel</a></h1>
|
|
<h3>Authors</h3>
|
|
<dl>
|
|
<dt>Jonathan Gapen(<a href="mailto:jagapen@smithlab.chem.wisc.edu"><code>
|
|
jagapen@smithlab.chem.wisc.edu
|
|
</code></a>)</dt>
|
|
<dd>
|
|
</dd>
|
|
<dt>Nicola Pero(<a href="mailto:n.pero@mi.flashnet.it"><code>
|
|
n.pero@mi.flashnet.it
|
|
</code></a>)</dt>
|
|
<dd>
|
|
</dd>
|
|
<dt>Mirko Viviani(<a href="mailto:mirko.viviani@rccr.cremona.it"><code>
|
|
mirko.viviani@rccr.cremona.it
|
|
</code></a>)</dt>
|
|
<dd>
|
|
</dd>
|
|
</dl>
|
|
<blockquote>
|
|
|
|
Standard save panel for saving files
|
|
|
|
</blockquote>
|
|
<p><b>Copyright:</b> (C) 1999, 2000 Free Software Foundation, Inc.</p>
|
|
<div>
|
|
<hr width="50%" align="left" />
|
|
<h3>Contents -</h3>
|
|
<ol>
|
|
<li>
|
|
<a href="#001000000000">Software documentation for the NSSavePanel class</a>
|
|
</li>
|
|
<li>
|
|
<a href="#002000000000">Software documentation for the
|
|
NSObject(NSSavePanelDelegate)
|
|
category</a>
|
|
</li>
|
|
</ol>
|
|
<hr width="50%" align="left" />
|
|
</div>
|
|
<h1><a name="001000000000">
|
|
Software documentation for the NSSavePanel class
|
|
</a></h1>
|
|
<h2><a name="class$NSSavePanel">NSSavePanel</a> : <a rel="gsdoc" href="NSPanel.html#class$NSPanel">NSPanel</a></h2>
|
|
<blockquote>
|
|
<dl>
|
|
<dt><b>Declared in:</b></dt>
|
|
<dd>AppKit/NSSavePanel.h</dd>
|
|
</dl>
|
|
</blockquote>
|
|
<blockquote>
|
|
<dl>
|
|
<dt><b>Conforms to:</b></dt>
|
|
<dd><a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSObject.html#protocol$(NSCoding)">NSCoding</a></dd>
|
|
</dl>
|
|
</blockquote>
|
|
<blockquote>
|
|
<b>Standards:</b>
|
|
<ul>
|
|
<li>GNUstep</li>
|
|
<li>MacOS-X</li>
|
|
<li>OpenStep</li>
|
|
</ul>
|
|
</blockquote>
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<b>Method summary</b>
|
|
<ul>
|
|
<li><a rel="gsdoc" href="NSSavePanel.html#method$NSSavePanel+savePanel">+savePanel</a></li>
|
|
<li><a rel="gsdoc" href="NSSavePanel.html#method$NSSavePanel-URL">-URL</a></li>
|
|
<li><a rel="gsdoc" href="NSSavePanel.html#method$NSSavePanel-accessoryView">-accessoryView</a></li>
|
|
<li><a rel="gsdoc" href="NSSavePanel.html#method$NSSavePanel-beginSheetForDirectory:file:modalForWindow:modalDelegate:didEndSelector:contextInfo:">-beginSheetForDirectory:file:modalForWindow:modalDelegate:didEndSelector:contextInfo:</a></li>
|
|
<li><a rel="gsdoc" href="NSSavePanel.html#method$NSSavePanel-cancel:">-cancel:</a></li>
|
|
<li><a rel="gsdoc" href="NSSavePanel.html#method$NSSavePanel-directory">-directory</a></li>
|
|
<li><a rel="gsdoc" href="NSSavePanel.html#method$NSSavePanel-filename">-filename</a></li>
|
|
<li><a rel="gsdoc" href="NSSavePanel.html#method$NSSavePanel-ok:">-ok:</a></li>
|
|
<li><a rel="gsdoc" href="NSSavePanel.html#method$NSSavePanel-prompt">-prompt</a></li>
|
|
<li><a rel="gsdoc" href="NSSavePanel.html#method$NSSavePanel-requiredFileType">-requiredFileType</a></li>
|
|
<li><a rel="gsdoc" href="NSSavePanel.html#method$NSSavePanel-runModal">-runModal</a></li>
|
|
<li><a rel="gsdoc" href="NSSavePanel.html#method$NSSavePanel-runModalForDirectory:file:">-runModalForDirectory:file:</a></li>
|
|
<li><a rel="gsdoc" href="NSSavePanel.html#method$NSSavePanel-runModalForDirectory:file:relativeToWindow:">-runModalForDirectory:file:relativeToWindow:</a></li>
|
|
<li><a rel="gsdoc" href="NSSavePanel.html#method$NSSavePanel-selectText:">-selectText:</a></li>
|
|
<li><a rel="gsdoc" href="NSSavePanel.html#method$NSSavePanel-setAccessoryView:">-setAccessoryView:</a></li>
|
|
<li><a rel="gsdoc" href="NSSavePanel.html#method$NSSavePanel-setDirectory:">-setDirectory:</a></li>
|
|
<li><a rel="gsdoc" href="NSSavePanel.html#method$NSSavePanel-setPrompt:">-setPrompt:</a></li>
|
|
<li><a rel="gsdoc" href="NSSavePanel.html#method$NSSavePanel-setRequiredFileType:">-setRequiredFileType:</a></li>
|
|
<li><a rel="gsdoc" href="NSSavePanel.html#method$NSSavePanel-setTitle:">-setTitle:</a></li>
|
|
<li><a rel="gsdoc" href="NSSavePanel.html#method$NSSavePanel-setTreatsFilePackagesAsDirectories:">-setTreatsFilePackagesAsDirectories:</a></li>
|
|
<li><a rel="gsdoc" href="NSSavePanel.html#method$NSSavePanel-title">-title</a></li>
|
|
<li><a rel="gsdoc" href="NSSavePanel.html#method$NSSavePanel-treatsFilePackagesAsDirectories">-treatsFilePackagesAsDirectories</a></li>
|
|
<li><a rel="gsdoc" href="NSSavePanel.html#method$NSSavePanel-validateVisibleColumns">-validateVisibleColumns</a></li>
|
|
</ul>
|
|
<hr width="50%" align="left" />
|
|
<h3><a name="method$NSSavePanel+savePanel">savePanel</a></h3>
|
|
+ (<a rel="gsdoc" href="#class$NSSavePanel">NSSavePanel</a>*) <b>savePanel</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSSavePanel-URL">URL</a></h3>
|
|
- (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSURL.html#class$NSURL">NSURL</a>*) <b>URL</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSSavePanel-accessoryView">accessoryView</a></h3>
|
|
- (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*) <b>accessoryView</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSSavePanel-beginSheetForDirectory:file:modalForWindow:modalDelegate:didEndSelector:contextInfo:">beginSheetForDirectory:file:modalForWindow:modalDelegate:didEndSelector:contextInfo:</a></h3>
|
|
- (void) <b>beginSheetForDirectory:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)path<b> file:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)filename<b> modalForWindow:</b> (<a rel="gsdoc" href="NSWindow.html#class$NSWindow">NSWindow</a>*)docWindow<b> modalDelegate:</b> (id)delegate<b> didEndSelector:</b> (SEL)didEndSelector<b> contextInfo:</b> (void*)contextInfo;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSSavePanel-cancel:">cancel:</a></h3>
|
|
- (void) <b>cancel:</b> (id)sender;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSSavePanel-directory">directory</a></h3>
|
|
- (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*) <b>directory</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSSavePanel-filename">filename</a></h3>
|
|
- (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*) <b>filename</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSSavePanel-ok:">ok:</a></h3>
|
|
- (void) <b>ok:</b> (id)sender;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSSavePanel-prompt">prompt</a></h3>
|
|
- (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*) <b>prompt</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSSavePanel-requiredFileType">requiredFileType</a></h3>
|
|
- (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*) <b>requiredFileType</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSSavePanel-runModal">runModal</a></h3>
|
|
- (int) <b>runModal</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSSavePanel-runModalForDirectory:file:">runModalForDirectory:file:</a></h3>
|
|
- (int) <b>runModalForDirectory:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)path<b> file:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)filename;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSSavePanel-runModalForDirectory:file:relativeToWindow:">runModalForDirectory:file:relativeToWindow:</a></h3>
|
|
- (int) <b>runModalForDirectory:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)path<b> file:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)filename<b> relativeToWindow:</b> (<a rel="gsdoc" href="NSWindow.html#class$NSWindow">NSWindow</a>*)window;<br />
|
|
<b>Standards:</b> NotOpenStep, GNUstep, MacOS-X<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSSavePanel-selectText:">selectText:</a></h3>
|
|
- (void) <b>selectText:</b> (id)sender;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSSavePanel-setAccessoryView:">setAccessoryView:</a></h3>
|
|
- (void) <b>setAccessoryView:</b> (<a rel="gsdoc" href="NSView.html#class$NSView">NSView</a>*)aView;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSSavePanel-setDirectory:">setDirectory:</a></h3>
|
|
- (void) <b>setDirectory:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)path;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSSavePanel-setPrompt:">setPrompt:</a></h3>
|
|
- (void) <b>setPrompt:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)prompt;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSSavePanel-setRequiredFileType:">setRequiredFileType:</a></h3>
|
|
- (void) <b>setRequiredFileType:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)fileType;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSSavePanel-setTitle:">setTitle:</a></h3>
|
|
- (void) <b>setTitle:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)title;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSSavePanel-setTreatsFilePackagesAsDirectories:">setTreatsFilePackagesAsDirectories:</a></h3>
|
|
- (void) <b>setTreatsFilePackagesAsDirectories:</b> (BOOL)flag;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSSavePanel-title">title</a></h3>
|
|
- (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*) <b>title</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSSavePanel-treatsFilePackagesAsDirectories">treatsFilePackagesAsDirectories</a></h3>
|
|
- (BOOL) <b>treatsFilePackagesAsDirectories</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSSavePanel-validateVisibleColumns">validateVisibleColumns</a></h3>
|
|
- (void) <b>validateVisibleColumns</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h1><a name="002000000000">
|
|
Software documentation for the
|
|
NSObject(NSSavePanelDelegate)
|
|
category
|
|
</a></h1>
|
|
<h2><a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSObject.html#class$NSObject">NSObject</a>(<a name="category$NSObject(NSSavePanelDelegate)">NSSavePanelDelegate</a>)</h2>
|
|
<blockquote>
|
|
<dl>
|
|
<dt><b>Declared in:</b></dt>
|
|
<dd>AppKit/NSSavePanel.h</dd>
|
|
</dl>
|
|
</blockquote>
|
|
<blockquote>
|
|
<b>Standards:</b>
|
|
<ul>
|
|
<li>GNUstep</li>
|
|
<li>MacOS-X</li>
|
|
<li>OpenStep</li>
|
|
</ul>
|
|
</blockquote>
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<b>Method summary</b>
|
|
<ul>
|
|
<li><a rel="gsdoc" href="NSSavePanel.html#method$NSObject(NSSavePanelDelegate)-panel:compareFilename:with:caseSensitive:">-panel:compareFilename:with:caseSensitive:</a></li>
|
|
<li><a rel="gsdoc" href="NSSavePanel.html#method$NSObject(NSSavePanelDelegate)-panel:isValidFilename:">-panel:isValidFilename:</a></li>
|
|
<li><a rel="gsdoc" href="NSSavePanel.html#method$NSObject(NSSavePanelDelegate)-panel:shouldShowFilename:">-panel:shouldShowFilename:</a></li>
|
|
<li><a rel="gsdoc" href="NSSavePanel.html#method$NSObject(NSSavePanelDelegate)-panel:userEnteredFilename:confirmed:">-panel:userEnteredFilename:confirmed:</a></li>
|
|
</ul>
|
|
<hr width="50%" align="left" />
|
|
<h3><a name="method$NSObject(NSSavePanelDelegate)-panel:compareFilename:with:caseSensitive:">panel:compareFilename:with:caseSensitive:</a></h3>
|
|
- (NSComparisonResult) <b>panel:</b> (id)sender<b> compareFilename:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)filename1<b> with:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)filename2<b> caseSensitive:</b> (BOOL)caseSensitive;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSObject(NSSavePanelDelegate)-panel:isValidFilename:">panel:isValidFilename:</a></h3>
|
|
- (BOOL) <b>panel:</b> (id)sender<b> isValidFilename:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)filename;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSObject(NSSavePanelDelegate)-panel:shouldShowFilename:">panel:shouldShowFilename:</a></h3>
|
|
- (BOOL) <b>panel:</b> (id)sender<b> shouldShowFilename:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)filename;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSObject(NSSavePanelDelegate)-panel:userEnteredFilename:confirmed:">panel:userEnteredFilename:confirmed:</a></h3>
|
|
- (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*) <b>panel:</b> (id)sender<b> userEnteredFilename:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)fileName<b> confirmed:</b> (BOOL)okFlag;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<br />
|
|
<a href="Gui.html">Up</a>
|
|
</body>
|
|
</html>
|