2000-03-05 17:39:16 +00:00
|
|
|
<html><head>
|
|
|
|
<title>NSClipView</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<a href="NSCell.html">[Previous]</a>
|
2000-04-10 05:29:53 +00:00
|
|
|
<a href="Gui.html">[Up]</a>
|
2000-03-05 17:39:16 +00:00
|
|
|
<a href="NSCoderAdditions.html">[Next]</a>
|
|
|
|
<h1>NSClipView</h1>
|
|
|
|
<h3>Authors</h3>
|
|
|
|
<dl>
|
|
|
|
<dt><a href="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
|
|
|
|
<dd>
|
|
|
|
</dl>
|
|
|
|
<p>Version: 0.1</p>
|
|
|
|
<p>Date: 28 February, 2000</p>
|
|
|
|
<h2><a name="cont-0">NSClipView</a></h2>
|
|
|
|
<h2><a name="NSClipView">NSClipView</a></h2>
|
2000-04-10 05:29:53 +00:00
|
|
|
<p><b>Declared in:</b> Gui/NSClipView.h</p>
|
2000-03-05 17:39:16 +00:00
|
|
|
<p><b>Inherits from:</b> NSView</p>
|
|
|
|
<p><b>Conforms to:</b> NSCoding
|
|
|
|
</p>
|
|
|
|
<hr>
|
|
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li><a href="NSClipView.html#method-0">-acceptsFirstResponder</a>
|
|
|
|
<li><a href="NSClipView.html#method-1">-autoscroll:</a>
|
|
|
|
<li><a href="NSClipView.html#method-2">-backgroundColor</a>
|
|
|
|
<li><a href="NSClipView.html#method-3">-becomeFirstResponder</a>
|
|
|
|
<li><a href="NSClipView.html#method-4">-constrainScrollPoint:</a>
|
|
|
|
<li><a href="NSClipView.html#method-5">-copiesOnScroll</a>
|
|
|
|
<li><a href="NSClipView.html#method-6">-documentCursor</a>
|
|
|
|
<li><a href="NSClipView.html#method-7">-documentRect</a>
|
|
|
|
<li><a href="NSClipView.html#method-8">-documentView</a>
|
|
|
|
<li><a href="NSClipView.html#method-9">-documentVisibleRect</a>
|
|
|
|
<li><a href="NSClipView.html#method-10">-isFlipped</a>
|
|
|
|
<li><a href="NSClipView.html#method-11">-rotateByAngle:</a>
|
|
|
|
<li><a href="NSClipView.html#method-12">-scaleUnitSquareToSize:</a>
|
|
|
|
<li><a href="NSClipView.html#method-13">-scrollToPoint:</a>
|
|
|
|
<li><a href="NSClipView.html#method-14">-setBackgroundColor:</a>
|
|
|
|
<li><a href="NSClipView.html#method-15">-setBoundsOrigin:</a>
|
|
|
|
<li><a href="NSClipView.html#method-16">-setBoundsRotation:</a>
|
|
|
|
<li><a href="NSClipView.html#method-17">-setBoundsSize:</a>
|
|
|
|
<li><a href="NSClipView.html#method-18">-setCopiesOnScroll:</a>
|
|
|
|
<li><a href="NSClipView.html#method-19">-setDocumentCursor:</a>
|
|
|
|
<li><a href="NSClipView.html#method-20">-setDocumentView:</a>
|
|
|
|
<li><a href="NSClipView.html#method-21">-setFrameOrigin:</a>
|
|
|
|
<li><a href="NSClipView.html#method-22">-setFrameRotation:</a>
|
|
|
|
<li><a href="NSClipView.html#method-23">-setFrameSize:</a>
|
|
|
|
<li><a href="NSClipView.html#method-24">-setNextKeyView:</a>
|
|
|
|
<li><a href="NSClipView.html#method-25">-translateOriginToPoint:</a>
|
|
|
|
<li><a href="NSClipView.html#method-26">-viewBoundsChanged:</a>
|
|
|
|
<li><a href="NSClipView.html#method-27">-viewFrameChanged:</a>
|
|
|
|
</ul>
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-0">acceptsFirstResponder</a></h2>
|
|
|
|
- (BOOL) <b>acceptsFirstResponder</b><br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-1">autoscroll:</a></h2>
|
|
|
|
- (BOOL) <b>autoscroll:</b> (NSEvent*)theEvent<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-2">backgroundColor</a></h2>
|
|
|
|
- (NSColor*) <b>backgroundColor</b><br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-3">becomeFirstResponder</a></h2>
|
|
|
|
- (BOOL) <b>becomeFirstResponder</b><br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-4">constrainScrollPoint:</a></h2>
|
|
|
|
- (NSPoint) <b>constrainScrollPoint:</b> (NSPoint)proposedNewOrigin<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-5">copiesOnScroll</a></h2>
|
|
|
|
- (BOOL) <b>copiesOnScroll</b><br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-6">documentCursor</a></h2>
|
|
|
|
- (NSCursor*) <b>documentCursor</b><br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-7">documentRect</a></h2>
|
|
|
|
- (NSRect) <b>documentRect</b><br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-8">documentView</a></h2>
|
|
|
|
- (id) <b>documentView</b><br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-9">documentVisibleRect</a></h2>
|
|
|
|
- (NSRect) <b>documentVisibleRect</b><br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-10">isFlipped</a></h2>
|
|
|
|
- (BOOL) <b>isFlipped</b><br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-11">rotateByAngle:</a></h2>
|
|
|
|
- (void) <b>rotateByAngle:</b> (float)angle<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-12">scaleUnitSquareToSize:</a></h2>
|
|
|
|
- (void) <b>scaleUnitSquareToSize:</b> (NSSize)newUnitSize<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-13">scrollToPoint:</a></h2>
|
|
|
|
- (void) <b>scrollToPoint:</b> (NSPoint)newOrigin<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-14">setBackgroundColor:</a></h2>
|
|
|
|
- (void) <b>setBackgroundColor:</b> (NSColor*)aColor<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-15">setBoundsOrigin:</a></h2>
|
|
|
|
- (void) <b>setBoundsOrigin:</b> (NSPoint)aPoint<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-16">setBoundsRotation:</a></h2>
|
|
|
|
- (void) <b>setBoundsRotation:</b> (float)angle<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-17">setBoundsSize:</a></h2>
|
|
|
|
- (void) <b>setBoundsSize:</b> (NSSize)aSize<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-18">setCopiesOnScroll:</a></h2>
|
|
|
|
- (void) <b>setCopiesOnScroll:</b> (BOOL)flag<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-19">setDocumentCursor:</a></h2>
|
|
|
|
- (void) <b>setDocumentCursor:</b> (NSCursor*)aCursor<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-20">setDocumentView:</a></h2>
|
|
|
|
- (void) <b>setDocumentView:</b> (NSView*)aView<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-21">setFrameOrigin:</a></h2>
|
|
|
|
- (void) <b>setFrameOrigin:</b> (NSPoint)aPoint<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-22">setFrameRotation:</a></h2>
|
|
|
|
- (void) <b>setFrameRotation:</b> (float)angle<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-23">setFrameSize:</a></h2>
|
|
|
|
- (void) <b>setFrameSize:</b> (NSSize)aSize<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-24">setNextKeyView:</a></h2>
|
|
|
|
- (void) <b>setNextKeyView:</b> (NSView*)aView<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-25">translateOriginToPoint:</a></h2>
|
|
|
|
- (void) <b>translateOriginToPoint:</b> (NSPoint)aPoint<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-26">viewBoundsChanged:</a></h2>
|
|
|
|
- (void) <b>viewBoundsChanged:</b> (NSNotification*)aNotification<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-27">viewFrameChanged:</a></h2>
|
|
|
|
- (void) <b>viewFrameChanged:</b> (NSNotification*)aNotification<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|