mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 21:50:54 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9283 72102866-910b-0410-8b05-ffd578937521
101 lines
2.8 KiB
HTML
101 lines
2.8 KiB
HTML
<html><head>
|
|
<title>NSOpenPanel</title>
|
|
</head>
|
|
<body>
|
|
<a href ="NSMutableParaStyle.html">[Previous]</a>
|
|
<a href ="Gui.html">[Up]</a>
|
|
<a href ="NSPICTImageRep.html">[Next]</a>
|
|
<h1>NSOpenPanel</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">NSOpenPanel</a></h2>
|
|
<h2><a name ="NSOpenPanel">NSOpenPanel</a></h2>
|
|
<p><b>Declared in: </b> Gui/NSOpenPanel.h</p>
|
|
<p><b>Inherits from: </b> NSSavePanel</p>
|
|
<p><b>Conforms to: </b> NSObject
|
|
</p>
|
|
<hr>
|
|
|
|
|
|
<h2>Instance Variables </h2>
|
|
<ul>
|
|
</ul>
|
|
<h2>Methods </h2>
|
|
<ul>
|
|
<li><a href ="NSOpenPanel.html#method-0">+openPanel</a>
|
|
<li><a href ="NSOpenPanel.html#method-10">-URLs</a>
|
|
<li><a href ="NSOpenPanel.html#method-1">-allowsMultipleSelection</a>
|
|
<li><a href ="NSOpenPanel.html#method-2">-canChooseDirectories</a>
|
|
<li><a href ="NSOpenPanel.html#method-3">-canChooseFiles</a>
|
|
<li><a href ="NSOpenPanel.html#method-4">-filenames</a>
|
|
<li><a href ="NSOpenPanel.html#method-5">-runModalForDirectory:file:types:</a>
|
|
<li><a href ="NSOpenPanel.html#method-6">-runModalForTypes:</a>
|
|
<li><a href ="NSOpenPanel.html#method-7">-setAllowsMultipleSelection:</a>
|
|
<li><a href ="NSOpenPanel.html#method-8">-setCanChooseDirectories:</a>
|
|
<li><a href ="NSOpenPanel.html#method-9">-setCanChooseFiles:</a>
|
|
</ul>
|
|
<hr><h2>Class Methods </h2>
|
|
<h3><a name ="method-0">openPanel</a></h3>
|
|
+ (NSOpenPanel*) <b>openPanel</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<hr><h2>Instances Methods </h2>
|
|
<h3><a name ="method-1">allowsMultipleSelection</a></h3>
|
|
- (BOOL) <b>allowsMultipleSelection</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-2">canChooseDirectories</a></h3>
|
|
- (BOOL) <b>canChooseDirectories</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-3">canChooseFiles</a></h3>
|
|
- (BOOL) <b>canChooseFiles</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-4">filenames</a></h3>
|
|
- (NSArray*) <b>filenames</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-5">runModalForDirectory:file:types:</a></h3>
|
|
- (int) <b>runModalForDirectory:</b> (NSString*)directory <b>file:</b> (NSString *)filename <b>types:</b> (NSArray*)fileTypes;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-6">runModalForTypes:</a></h3>
|
|
- (int) <b>runModalForTypes:</b> (NSArray*)fileTypes;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-7">setAllowsMultipleSelection:</a></h3>
|
|
- (void) <b>setAllowsMultipleSelection:</b> (BOOL)flag;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-8">setCanChooseDirectories:</a></h3>
|
|
- (void) <b>setCanChooseDirectories:</b> (BOOL)flag;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-9">setCanChooseFiles:</a></h3>
|
|
- (void) <b>setCanChooseFiles:</b> (BOOL)flag;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-10">URLs</a></h3>
|
|
- (NSArray*) <b>URLs</b>;<br>
|
|
|
|
|
|
<hr>
|
|
</body>
|
|
|
|
</html>
|