mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 19:31:18 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12233 72102866-910b-0410-8b05-ffd578937521
216 lines
9.7 KiB
HTML
216 lines
9.7 KiB
HTML
<html>
|
|
<head>
|
|
<title>NSOpenPanel</title>
|
|
</head>
|
|
<body>
|
|
<a href="Gui.html">Up</a>
|
|
<br />
|
|
<h1><a name="title$NSOpenPanel">NSOpenPanel</a></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>
|
|
<dt>(<a href="mailto:boehring@biomed.ruhr-uni-bochum.de"><code>
|
|
boehring@biomed.ruhr-uni-bochum.de
|
|
</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 open panel for opening files
|
|
|
|
</blockquote>
|
|
<p><b>Copyright:</b> (C)
|
|
1996, 1998, 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 NSOpenPanel class</a>
|
|
</li>
|
|
</ol>
|
|
<hr width="50%" align="left" />
|
|
</div>
|
|
<h1><a name="001000000000">
|
|
Software documentation for the NSOpenPanel class
|
|
</a></h1>
|
|
<h2><a name="class$NSOpenPanel">NSOpenPanel</a> : <a rel="gsdoc" href="NSSavePanel.html#class$NSSavePanel">NSSavePanel</a></h2>
|
|
<blockquote>
|
|
<dl>
|
|
<dt><b>Declared in:</b></dt>
|
|
<dd>AppKit/NSOpenPanel.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="NSOpenPanel.html#method$NSOpenPanel+openPanel">+openPanel</a></li>
|
|
<li><a rel="gsdoc" href="NSOpenPanel.html#method$NSOpenPanel-URLs">-URLs</a></li>
|
|
<li><a rel="gsdoc" href="NSOpenPanel.html#method$NSOpenPanel-allowsMultipleSelection">-allowsMultipleSelection</a></li>
|
|
<li><a rel="gsdoc" href="NSOpenPanel.html#method$NSOpenPanel-beginSheetForDirectory:file:types:modalForWindow:modalDelegate:didEndSelector:contextInfo:">-beginSheetForDirectory:file:types:modalForWindow:modalDelegate:didEndSelector:contextInfo:</a></li>
|
|
<li><a rel="gsdoc" href="NSOpenPanel.html#method$NSOpenPanel-canChooseDirectories">-canChooseDirectories</a></li>
|
|
<li><a rel="gsdoc" href="NSOpenPanel.html#method$NSOpenPanel-canChooseFiles">-canChooseFiles</a></li>
|
|
<li><a rel="gsdoc" href="NSOpenPanel.html#method$NSOpenPanel-filenames">-filenames</a></li>
|
|
<li><a rel="gsdoc" href="NSOpenPanel.html#method$NSOpenPanel-runModalForDirectory:file:types:">-runModalForDirectory:file:types:</a></li>
|
|
<li><a rel="gsdoc" href="NSOpenPanel.html#method$NSOpenPanel-runModalForDirectory:file:types:relativeToWindow:">-runModalForDirectory:file:types:relativeToWindow:</a></li>
|
|
<li><a rel="gsdoc" href="NSOpenPanel.html#method$NSOpenPanel-runModalForTypes:">-runModalForTypes:</a></li>
|
|
<li><a rel="gsdoc" href="NSOpenPanel.html#method$NSOpenPanel-setAllowsMultipleSelection:">-setAllowsMultipleSelection:</a></li>
|
|
<li><a rel="gsdoc" href="NSOpenPanel.html#method$NSOpenPanel-setCanChooseDirectories:">-setCanChooseDirectories:</a></li>
|
|
<li><a rel="gsdoc" href="NSOpenPanel.html#method$NSOpenPanel-setCanChooseFiles:">-setCanChooseFiles:</a></li>
|
|
</ul>
|
|
<hr width="50%" align="left" />
|
|
<h3><a name="method$NSOpenPanel+openPanel">openPanel</a></h3>
|
|
+ (<a rel="gsdoc" href="#class$NSOpenPanel">NSOpenPanel</a>*) <b>openPanel</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$NSOpenPanel-URLs">URLs</a></h3>
|
|
- (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSArray.html#class$NSArray">NSArray</a>*) <b>URLs</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$NSOpenPanel-allowsMultipleSelection">allowsMultipleSelection</a></h3>
|
|
- (BOOL) <b>allowsMultipleSelection</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$NSOpenPanel-beginSheetForDirectory:file:types:modalForWindow:modalDelegate:didEndSelector:contextInfo:">beginSheetForDirectory:file:types: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>*)name<b> types:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSArray.html#class$NSArray">NSArray</a>*)fileTypes<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$NSOpenPanel-canChooseDirectories">canChooseDirectories</a></h3>
|
|
- (BOOL) <b>canChooseDirectories</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$NSOpenPanel-canChooseFiles">canChooseFiles</a></h3>
|
|
- (BOOL) <b>canChooseFiles</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$NSOpenPanel-filenames">filenames</a></h3>
|
|
- (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSArray.html#class$NSArray">NSArray</a>*) <b>filenames</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$NSOpenPanel-runModalForDirectory:file:types:">runModalForDirectory:file:types:</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>*)name<b> types:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSArray.html#class$NSArray">NSArray</a>*)fileTypes;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSOpenPanel-runModalForDirectory:file:types:relativeToWindow:">runModalForDirectory:file:types: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>*)name<b> types:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSArray.html#class$NSArray">NSArray</a>*)fileTypes<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$NSOpenPanel-runModalForTypes:">runModalForTypes:</a></h3>
|
|
- (int) <b>runModalForTypes:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSArray.html#class$NSArray">NSArray</a>*)fileTypes;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSOpenPanel-setAllowsMultipleSelection:">setAllowsMultipleSelection:</a></h3>
|
|
- (void) <b>setAllowsMultipleSelection:</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$NSOpenPanel-setCanChooseDirectories:">setCanChooseDirectories:</a></h3>
|
|
- (void) <b>setCanChooseDirectories:</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$NSOpenPanel-setCanChooseFiles:">setCanChooseFiles:</a></h3>
|
|
- (void) <b>setCanChooseFiles:</b> (BOOL)flag;<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>
|