2000-03-05 17:39:16 +00:00
|
|
|
<html><head>
|
2001-03-03 10:07:01 +00:00
|
|
|
<title>NSScreen</title>
|
2000-03-05 17:39:16 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2001-03-03 10:07:01 +00:00
|
|
|
<a href ="NSSavePanel.html">[Previous]</a>
|
|
|
|
<a href ="Gui.html">[Up]</a>
|
|
|
|
<a href ="NSScrollView.html">[Next]</a>
|
2000-03-05 17:39:16 +00:00
|
|
|
<h1>NSScreen</h1>
|
2001-03-03 10:07:01 +00:00
|
|
|
<h3>Authors </h3>
|
|
|
|
<dl>
|
|
|
|
<dt><a href ="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
|
2000-03-05 17:39:16 +00:00
|
|
|
<dd>
|
|
|
|
</dl>
|
2001-03-03 10:07:01 +00:00
|
|
|
<p>Version: $Revision$</p>
|
|
|
|
<p>Date: $Date$</p>
|
|
|
|
<h2><a name ="cont-0">NSScreen</a></h2>
|
|
|
|
<h2><a name ="NSScreen">NSScreen</a></h2>
|
|
|
|
<p><b>Declared in: </b> Gui/NSScreen.h</p>
|
|
|
|
<p><b>Inherits from: </b> NSObject</p>
|
|
|
|
<p><b>Conforms to: </b> NSObject
|
2000-03-05 17:39:16 +00:00
|
|
|
</p>
|
|
|
|
<hr>
|
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<h2>Instance Variables </h2>
|
2000-03-05 17:39:16 +00:00
|
|
|
<ul>
|
|
|
|
</ul>
|
2001-03-03 10:07:01 +00:00
|
|
|
<h2>Methods </h2>
|
|
|
|
<ul>
|
|
|
|
<li><a href ="NSScreen.html#method-0">+deepestScreen</a>
|
|
|
|
<li><a href ="NSScreen.html#method-1">+mainScreen</a>
|
|
|
|
<li><a href ="NSScreen.html#method-2">+screens</a>
|
|
|
|
<li><a href ="NSScreen.html#method-3">-depth</a>
|
|
|
|
<li><a href ="NSScreen.html#method-4">-deviceDescription</a>
|
|
|
|
<li><a href ="NSScreen.html#method-5">-frame</a>
|
|
|
|
<li><a href ="NSScreen.html#method-6">-supportedWindowDepths</a>
|
|
|
|
<li><a href ="NSScreen.html#method-7">-visibleFrame</a>
|
|
|
|
</ul>
|
|
|
|
<hr><h2>Class Methods </h2>
|
|
|
|
<h3><a name ="method-0">deepestScreen</a></h3>
|
|
|
|
+ (NSScreen*) <b>deepestScreen</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-1">mainScreen</a></h3>
|
|
|
|
+ (NSScreen*) <b>mainScreen</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-2">screens</a></h3>
|
|
|
|
+ (NSArray*) <b>screens</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
|
|
|
<hr><h2>Instances Methods </h2>
|
|
|
|
<h3><a name ="method-3">depth</a></h3>
|
|
|
|
- (NSWindowDepth) <b>depth</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-4">deviceDescription</a></h3>
|
|
|
|
- (NSDictionary*) <b>deviceDescription</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-5">frame</a></h3>
|
|
|
|
- (NSRect) <b>frame</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-6">supportedWindowDepths</a></h3>
|
|
|
|
- (constNSWindowDepth*) <b>supportedWindowDepths</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
|
|
|
<h3><a name ="method-7">visibleFrame</a></h3>
|
|
|
|
- (NSRect) <b>visibleFrame</b>;<br>
|
2000-03-05 17:39:16 +00:00
|
|
|
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
<hr>
|
2000-03-05 17:39:16 +00:00
|
|
|
</body>
|
|
|
|
|
2001-03-03 10:07:01 +00:00
|
|
|
</html>
|