mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-29 05:40:57 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11788 72102866-910b-0410-8b05-ffd578937521
143 lines
3.3 KiB
HTML
143 lines
3.3 KiB
HTML
<html>
|
|
<head>
|
|
<title>NSRulerMarker</title>
|
|
</head>
|
|
<body>
|
|
<h1>NSRulerMarker</h1>
|
|
<h3>Authors</h3>
|
|
<dl>
|
|
<dt>Fred Kiefer(<a href="mailto:FredKiefer@gmx.de"><code>
|
|
FredKiefer@gmx.de
|
|
</code></a>)</dt>
|
|
<dd>
|
|
</dd>
|
|
</dl>
|
|
<blockquote>
|
|
Displays a symbol in a NSRulerView. </blockquote>
|
|
<p>Copyright: (C) 2001 Free Software Foundation, Inc.</p>
|
|
<h1>
|
|
Software documentation for the NSRulerMarker class
|
|
</h1>
|
|
<h2><a name="class$NSRulerMarker">NSRulerMarker</a> : NSObject</h2>
|
|
Declared: AppKit/NSRulerMarker.h<br />
|
|
Conform: NSCopying<br />
|
|
Conform: NSCoding<br />
|
|
<p>
|
|
|
|
</p>
|
|
<h3>drawRect:</a></h3>
|
|
- (void) <b>drawRect:</b> (NSRect)aRect;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>image</a></h3>
|
|
- (<a href="NSImage.html#class$NSImage">NSImage</a>*) <b>image</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>imageOrigin</a></h3>
|
|
- (NSPoint) <b>imageOrigin</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>imageRectInRuler</a></h3>
|
|
- (NSRect) <b>imageRectInRuler</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>initWithRulerView:markerLocation:image:imageOrigin:</a></h3>
|
|
- (id) <b>initWithRulerView:</b> (<a href="NSRulerView.html#class$NSRulerView">NSRulerView</a>*)aRulerView<b> markerLocation:</b> (float)location<b> image:</b> (<a href="NSImage.html#class$NSImage">NSImage</a>*)anImage<b> imageOrigin:</b> (NSPoint)imageOrigin;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>isDragging</a></h3>
|
|
- (BOOL) <b>isDragging</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>isMovable</a></h3>
|
|
- (BOOL) <b>isMovable</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>isRemovable</a></h3>
|
|
- (BOOL) <b>isRemovable</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>makerLocation</a></h3>
|
|
- (float) <b>makerLocation</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>representedObject</a></h3>
|
|
- (id) <b>representedObject</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>ruler</a></h3>
|
|
- (<a href="NSRulerView.html#class$NSRulerView">NSRulerView</a>*) <b>ruler</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setImage:</a></h3>
|
|
- (void) <b>setImage:</b> (<a href="NSImage.html#class$NSImage">NSImage</a>*)anImage;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setImageOrigin:</a></h3>
|
|
- (void) <b>setImageOrigin:</b> (NSPoint)aPoint;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setMarkerLocation:</a></h3>
|
|
- (void) <b>setMarkerLocation:</b> (float)location;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setMovable:</a></h3>
|
|
- (void) <b>setMovable:</b> (BOOL)flag;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setRemovable:</a></h3>
|
|
- (void) <b>setRemovable:</b> (BOOL)flag;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>setRepresentedObject:</a></h3>
|
|
- (void) <b>setRepresentedObject:</b> (id)anObject;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>thicknessRequiredInRuler</a></h3>
|
|
- (float) <b>thicknessRequiredInRuler</b>;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
<h3>trackMouse:adding:</a></h3>
|
|
- (BOOL) <b>trackMouse:</b> (<a href="NSEvent.html#class$NSEvent">NSEvent</a>*)theEvent<b> adding:</b> (BOOL)flag;<br />
|
|
<p>
|
|
|
|
</p>
|
|
<hr />
|
|
</body>
|
|
</html>
|