mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-26 15:00:54 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11788 72102866-910b-0410-8b05-ffd578937521
51 lines
1.3 KiB
HTML
51 lines
1.3 KiB
HTML
<html>
|
|
<head>
|
|
<title>NSCachedImageRep</title>
|
|
</head>
|
|
<body>
|
|
<h1>NSCachedImageRep</h1>
|
|
<h3>Authors</h3>
|
|
<dl>
|
|
<dt>Adam Fedor(<a href="mailto:fedor@gnu.org"><code>
|
|
fedor@gnu.org
|
|
</code></a>)</dt>
|
|
<dd>
|
|
</dd>
|
|
</dl>
|
|
<blockquote>
|
|
Cached image representation. </blockquote>
|
|
<p>Copyright: (C) 1996 Free Software Foundation, Inc.</p>
|
|
<h1>
|
|
Software documentation for the NSCachedImageRep class
|
|
</h1>
|
|
<h2><a name="class$NSCachedImageRep">NSCachedImageRep</a> : <a href="NSImageRep.html#class$NSImageRep">NSImageRep</a></h2>
|
|
Declared: AppKit/NSCachedImageRep.h<br />
|
|
<p>
|
|
|
|
</p>
|
|
<h3>initWithSize:depth:separate:alpha:</a></h3>
|
|
- (id) <b>initWithSize:</b> (NSSize)aSize<b> depth:</b> (NSWindowDepth)aDepth<b> separate:</b> (BOOL)separate<b> alpha:</b> (BOOL)alpha;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>initWithWindow:rect:</a></h3>
|
|
- (id) <b>initWithWindow:</b> (<a href="NSWindow.html#class$NSWindow">NSWindow</a>*)win<b> rect:</b> (NSRect)rect;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>rect</a></h3>
|
|
- (NSRect) <b>rect</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>window</a></h3>
|
|
- (<a href="NSWindow.html#class$NSWindow">NSWindow</a>*) <b>window</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
</body>
|
|
</html>
|