![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /proc/self/root/usr/share/GNUstep/Documentation/Developer/Gui/Reference/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>NSSliderCell</title> </head> <body> <font face="serif"> <a href="Gui.html">Up</a> <br /> <h1><a name="title$NSSliderCell">NSSliderCell</a></h1> <h3>Authors</h3> <dl> <dt>Ovidiu Predescu (<a href="mailto:ovidiu@net-community.com"><code>ovidiu@net-community.com</code></a>)</dt> <dd> </dd> </dl> <p><b>Copyright:</b> (C) 1996,1999 Free Software Foundation, Inc.</p> <div> </div> <h1><a name="001000000000"><strong>Class</strong> Description</a></h1> <p> An NSSliderCell controls the behaviour and appearance of an associated NSSlider, or a single slider in an NSMatrix. Tick marks are defined in the official standard, but are not implemented in GNUstep. </p> <p> An NSSliderCell can be customized through its <code>set...</code> methods. If these do not provide enough customization, a subclass can be created, which overrides any of the follwing methods: <code>knobRectFlipped:</code>, <code>drawBarInside:flipped:</code>, <code>drawKnob:</code>, or <code>prefersTrackingUntilMouseUp</code>. </p> <h2><a name="class$NSSliderCell">NSSliderCell</a> : <a rel="gsdoc" href="NSActionCell.html#class$NSActionCell">NSActionCell</a></h2> <blockquote class="declared"> <dl> <dt><b>Declared in:</b></dt> <dd>AppKit/NSSliderCell.h</dd> </dl> </blockquote> <blockquote> <dl> <dt><b>Conforms to:</b></dt> <dd><a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSObject.html#protocol$(NSCoding)">NSCoding</a></dd> </dl> </blockquote> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="50%" align="left" /> <a href="#_NSSliderCell_ivars">Instance Variables</a> <br/><br/> <b>Method summary</b> <ul> <li><a rel="gsdoc" href="NSSliderCell.html#method$NSSliderCell+prefersTrackingUntilMouseUp">+prefersTrackingUntilMouseUp</a></li> <li><a rel="gsdoc" href="NSSliderCell.html#method$NSSliderCell-allowsTickMarkValuesOnly">-allowsTickMarkValuesOnly</a></li> <li><a rel="gsdoc" href="NSSliderCell.html#method$NSSliderCell-altIncrementValue">-altIncrementValue</a></li> <li><a rel="gsdoc" href="NSSliderCell.html#method$NSSliderCell-closestTickMarkValueToValue$">-closestTickMarkValueToValue:</a></li> <li><a rel="gsdoc" href="NSSliderCell.html#method$NSSliderCell-drawBarInside$flipped$">-drawBarInside:flipped:</a></li> <li><a rel="gsdoc" href="NSSliderCell.html#method$NSSliderCell-drawKnob">-drawKnob</a></li> <li><a rel="gsdoc" href="NSSliderCell.html#method$NSSliderCell-drawKnob$">-drawKnob:</a></li> <li><a rel="gsdoc" href="NSSliderCell.html#method$NSSliderCell-indexOfTickMarkAtPoint$">-indexOfTickMarkAtPoint:</a></li> <li><a rel="gsdoc" href="NSSliderCell.html#method$NSSliderCell-isVertical">-isVertical</a></li> <li><a rel="gsdoc" href="NSSliderCell.html#method$NSSliderCell-knobRectFlipped$">-knobRectFlipped:</a></li> <li><a rel="gsdoc" href="NSSliderCell.html#method$NSSliderCell-knobThickness">-knobThickness</a></li> <li><a rel="gsdoc" href="NSSliderCell.html#method$NSSliderCell-maxValue">-maxValue</a></li> <li><a rel="gsdoc" href="NSSliderCell.html#method$NSSliderCell-minValue">-minValue</a></li> <li><a rel="gsdoc" href="NSSliderCell.html#method$NSSliderCell-numberOfTickMarks">-numberOfTickMarks</a></li> <li><a rel="gsdoc" href="NSSliderCell.html#method$NSSliderCell-rectOfTickMarkAtIndex$">-rectOfTickMarkAtIndex:</a></li> <li><a rel="gsdoc" href="NSSliderCell.html#method$NSSliderCell-setAllowsTickMarkValuesOnly$">-setAllowsTickMarkValuesOnly:</a></li> <li><a rel="gsdoc" href="NSSliderCell.html#method$NSSliderCell-setAltIncrementValue$">-setAltIncrementValue:</a></li> <li><a rel="gsdoc" href="NSSliderCell.html#method$NSSliderCell-setKnobThickness$">-setKnobThickness:</a></li> <li><a rel="gsdoc" href="NSSliderCell.html#method$NSSliderCell-setMaxValue$">-setMaxValue:</a></li> <li><a rel="gsdoc" href="NSSliderCell.html#method$NSSliderCell-setMinValue$">-setMinValue:</a></li> <li><a rel="gsdoc" href="NSSliderCell.html#method$NSSliderCell-setNumberOfTickMarks$">-setNumberOfTickMarks:</a></li> <li><a rel="gsdoc" href="NSSliderCell.html#method$NSSliderCell-setSliderType$">-setSliderType:</a></li> <li><a rel="gsdoc" href="NSSliderCell.html#method$NSSliderCell-setTickMarkPosition$">-setTickMarkPosition:</a></li> <li><a rel="gsdoc" href="NSSliderCell.html#method$NSSliderCell-setTitle$">-setTitle:</a></li> <li><a rel="gsdoc" href="NSSliderCell.html#method$NSSliderCell-setTitleCell$">-setTitleCell:</a></li> <li><a rel="gsdoc" href="NSSliderCell.html#method$NSSliderCell-setTitleColor$">-setTitleColor:</a></li> <li><a rel="gsdoc" href="NSSliderCell.html#method$NSSliderCell-setTitleFont$">-setTitleFont:</a></li> <li><a rel="gsdoc" href="NSSliderCell.html#method$NSSliderCell-sliderType">-sliderType</a></li> <li><a rel="gsdoc" href="NSSliderCell.html#method$NSSliderCell-tickMarkPosition">-tickMarkPosition</a></li> <li><a rel="gsdoc" href="NSSliderCell.html#method$NSSliderCell-tickMarkValueAtIndex$">-tickMarkValueAtIndex:</a></li> <li><a rel="gsdoc" href="NSSliderCell.html#method$NSSliderCell-title">-title</a></li> <li><a rel="gsdoc" href="NSSliderCell.html#method$NSSliderCell-titleCell">-titleCell</a></li> <li><a rel="gsdoc" href="NSSliderCell.html#method$NSSliderCell-titleColor">-titleColor</a></li> <li><a rel="gsdoc" href="NSSliderCell.html#method$NSSliderCell-titleFont">-titleFont</a></li> <li><a rel="gsdoc" href="NSSliderCell.html#method$NSSliderCell-trackRect">-trackRect</a></li> </ul> <hr width="50%" align="left" /> <div class="method"> <h3><a name="method$NSSliderCell+prefersTrackingUntilMouseUp">prefersTrackingUntilMouseUp </a></h3> + (BOOL) <b>prefersTrackingUntilMouseUp</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> The default implementation returns <code>YES</code>, so that the slider continues to track the user's movement even if the cursor leaves the slider's track. </p> <p> </p> <p> Do not call this method directly. Override it in subclasses where the tracking behaviour needs to be different. </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSliderCell-allowsTickMarkValuesOnly">allowsTickMarkValuesOnly </a></h3> - (BOOL) <b>allowsTickMarkValuesOnly</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSliderCell-altIncrementValue">altIncrementValue </a></h3> - (double) <b>altIncrementValue</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Returns the value by which the slider is incremented when the user holds down the ALT key. </p> <p> </p> <p> See Also: <a rel="gsdoc" href="#method$NSSliderCell-setAltIncrementValue$"> -setAltIncrementValue: </a> </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSliderCell-closestTickMarkValueToValue$">closestTickMarkValueToValue: </a></h3> - (double) <b>closestTickMarkValueToValue:</b> (double)aValue;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSliderCell-drawBarInside$flipped$">drawBarInside: flipped: </a></h3> - (void) <b>drawBarInside:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)rect<b> flipped:</b> (BOOL)flipped;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Draws the slider's track, not including the bezel, in <var>aRect</var> <var>flipped</var> indicates whether the control view has a <var>flipped</var> coordinate system. </p> <p> </p> <p> Do not call this method directly, it is provided for subclassing only. </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSliderCell-drawKnob">drawKnob </a></h3> - (void) <b>drawKnob</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Calculates the rect in which to draw the knob, then calls <code>drawKnob:</code> Before calling this method, a <code>lockFocus</code> message must be sent to the cell's control view. </p> <p> </p> <p> When subclassing NSSliderCell, do not override this method. Override <code>drawKnob:</code> instead. </p> <p> </p> <p> See Also: <a rel="gsdoc" href="#method$NSSliderCell-drawKnob$"> -drawKnob: </a> </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSliderCell-drawKnob$">drawKnob: </a></h3> - (void) <b>drawKnob:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>)knobRect;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Draws the knob in <var>knobRect</var>. Before calling this method, a <code>lockFocus</code> message must be sent to the cell's control view. </p> <p> </p> <p> Do not call this method directly. It is included for subclassing only. </p> <p> </p> <p> See Also: <a rel="gsdoc" href="#method$NSSliderCell-drawKnob"> -drawKnob </a> </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSliderCell-indexOfTickMarkAtPoint$">indexOfTickMarkAtPoint: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSInteger">NSInteger</a>) <b>indexOfTickMarkAtPoint:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSPoint">NSPoint</a>)point;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSliderCell-isVertical">isVertical </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSInteger">NSInteger</a>) <b>isVertical</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Returns whether or not the slider is vertical. If, for some reason, this cannot be determined, for such reasons as the slider is not yet displayed, this method returns -1. Generally, a slider is considered vertical if its height is greater than its width. </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSliderCell-knobRectFlipped$">knobRectFlipped: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>) <b>knobRectFlipped:</b> (BOOL)flipped;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Returns the rect in which to draw the knob, based on the coordinate system of the NSSlider or NSMatrix this NSSliderCell is associated with. <var>flipped</var> indicates whether or not that coordinate system is <var>flipped</var>, which can be determined by sending the <code>isFlipped</code> message to the associated NSSlider or NSMatrix. </p> <p> </p> <p> Do not call this method directly. It is included for subclassing only. </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSliderCell-knobThickness">knobThickness </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>) <b>knobThickness</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Returns the thickness of the slider's knob. This value is in pixels, and is the size of the knob along the slider's track. </p> <p> </p> <p> See Also: <a rel="gsdoc" href="#method$NSSliderCell-setKnobThickness$"> -setKnobThickness: </a> </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSliderCell-maxValue">maxValue </a></h3> - (double) <b>maxValue</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Returns the maximum value that the slider represents. </p> <p> </p> <p> See Also: <a rel="gsdoc" href="#method$NSSliderCell-setMaxValue$"> -setMaxValue: </a> </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSliderCell-minValue">minValue </a></h3> - (double) <b>minValue</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Returns the minimum value that the slider represents. </p> <p> </p> <p> See Also: <a rel="gsdoc" href="#method$NSSliderCell-setMinValue$"> -setMinValue: </a> </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSliderCell-numberOfTickMarks">numberOfTickMarks </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSInteger">NSInteger</a>) <b>numberOfTickMarks</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSliderCell-rectOfTickMarkAtIndex$">rectOfTickMarkAtIndex: </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>) <b>rectOfTickMarkAtIndex:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSInteger">NSInteger</a>)index;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSliderCell-setAllowsTickMarkValuesOnly$">setAllowsTickMarkValuesOnly: </a></h3> - (void) <b>setAllowsTickMarkValuesOnly:</b> (BOOL)flag;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSliderCell-setAltIncrementValue$">setAltIncrementValue: </a></h3> - (void) <b>setAltIncrementValue:</b> (double)increment;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Sets the value by which the slider will be be incremented when with the ALT key down to <var>increment</var>. </p> <p> </p> <p> See Also: <a rel="gsdoc" href="#method$NSSliderCell-altIncrementValue"> -altIncrementValue </a> </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSliderCell-setKnobThickness$">setKnobThickness: </a></h3> - (void) <b>setKnobThickness:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$CGFloat">CGFloat</a>)thickness;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Sets the <var>thickness</var> of the knob to <var>thickness</var>, in pixels. This value sets the amount of space which the knob takes up in the slider's track. </p> <p> </p> <p> See Also: <a rel="gsdoc" href="#method$NSSliderCell-knobThickness"> -knobThickness </a> </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSliderCell-setMaxValue$">setMaxValue: </a></h3> - (void) <b>setMaxValue:</b> (double)aDouble;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Sets the maximum value that the sliders represents to <var>maxValue</var>. </p> <p> </p> <p> See Also: <a rel="gsdoc" href="#method$NSSliderCell-maxValue"> -maxValue </a> </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSliderCell-setMinValue$">setMinValue: </a></h3> - (void) <b>setMinValue:</b> (double)aDouble;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Sets the minimum value that the sliders represents to <var>maxValue</var>. </p> <p> </p> <p> See Also: <a rel="gsdoc" href="#method$NSSliderCell-minValue"> -minValue </a> </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSliderCell-setNumberOfTickMarks$">setNumberOfTickMarks: </a></h3> - (void) <b>setNumberOfTickMarks:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSInteger">NSInteger</a>)numberOfTickMarks;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSliderCell-setSliderType$">setSliderType: </a></h3> - (void) <b>setSliderType:</b> (<a rel="gsdoc" href="TypesAndConstants.html#type$NSSliderType">NSSliderType</a>)type;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Sets the <var>type</var> of the slider: linear or circular. </p> <p> </p> <p> See Also: <a rel="gsdoc" href="#method$NSSliderCell-sliderType"> -sliderType </a> </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSliderCell-setTickMarkPosition$">setTickMarkPosition: </a></h3> - (void) <b>setTickMarkPosition:</b> (<a rel="gsdoc" href="TypesAndConstants.html#type$NSTickMarkPosition">NSTickMarkPosition</a>)position;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSliderCell-setTitle$">setTitle: </a></h3> - (void) <b>setTitle:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*)title;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Sets the <var>title</var> of the slider to <var>barTitle</var>. This <var>title</var> is displayed on the slider's track, behind the knob. </p> <p> </p> <p> See Also: <a rel="gsdoc" href="#method$NSSliderCell-title">-title</a> </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSliderCell-setTitleCell$">setTitleCell: </a></h3> - (void) <b>setTitleCell:</b> (<a rel="gsdoc" href="NSCell.html#class$NSCell">NSCell</a>*)aCell;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Sets the cell used to draw the title to <var>titleCell</var>. </p> <p> </p> <p> See Also: <a rel="gsdoc" href="#method$NSSliderCell-titleCell"> -titleCell </a> </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSliderCell-setTitleColor$">setTitleColor: </a></h3> - (void) <b>setTitleColor:</b> (<a rel="gsdoc" href="NSColor.html#class$NSColor">NSColor</a>*)color;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Sets the colour with which the title will be drawn to <var>color</var>. </p> <p> </p> <p> See Also: <a rel="gsdoc" href="#method$NSSliderCell-titleColor"> -titleColor </a> </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSliderCell-setTitleFont$">setTitleFont: </a></h3> - (void) <b>setTitleFont:</b> (<a rel="gsdoc" href="NSFont.html#class$NSFont">NSFont</a>*)font;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Sets the <var>font</var> with which the title will be drawm to <var>font</var>. </p> <p> </p> <p> See Also: <a rel="gsdoc" href="#method$NSSliderCell-titleFont"> -titleFont </a> </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSliderCell-sliderType">sliderType </a></h3> - (<a rel="gsdoc" href="TypesAndConstants.html#type$NSSliderType">NSSliderType</a>) <b>sliderType</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Returns the slider type: linear or circular. </p> <p> </p> <p> See Also: <a rel="gsdoc" href="#method$NSSliderCell-setSliderType$"> -setSliderType: </a> </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSliderCell-tickMarkPosition">tickMarkPosition </a></h3> - (<a rel="gsdoc" href="TypesAndConstants.html#type$NSTickMarkPosition">NSTickMarkPosition</a>) <b>tickMarkPosition</b>;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSliderCell-tickMarkValueAtIndex$">tickMarkValueAtIndex: </a></h3> - (double) <b>tickMarkValueAtIndex:</b> (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/BaseAdditions/Reference/TypesAndConstants.html#type$NSInteger">NSInteger</a>)index;<br /> <div class="availability"> <b>Availability:</b> MacOS-X 10.0.0</div> <br /> <div class="desc"> <em>Description forthcoming.</em> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSliderCell-title">title </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/NSString.html#class$NSString">NSString</a>*) <b>title</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Returns the title of the slider. This title is displayed on the slider's track, behind the knob. </p> <p> </p> <p> See Also: <a rel="gsdoc" href="#method$NSSliderCell-setTitle$"> -setTitle: </a> </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSliderCell-titleCell">titleCell </a></h3> - (id) <b>titleCell</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Returns the cell used to draw the title. </p> <p> </p> <p> See Also: <a rel="gsdoc" href="#method$NSSliderCell-setTitleCell$"> -setTitleCell: </a> </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSliderCell-titleColor">titleColor </a></h3> - (<a rel="gsdoc" href="NSColor.html#class$NSColor">NSColor</a>*) <b>titleColor</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Returns the colour used to draw the title. </p> <p> </p> <p> See Also: <a rel="gsdoc" href="#method$NSSliderCell-setTitleColor$"> -setTitleColor: </a> </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSliderCell-titleFont">titleFont </a></h3> - (<a rel="gsdoc" href="NSFont.html#class$NSFont">NSFont</a>*) <b>titleFont</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> </p> <p> Returns the font used to draw the title. </p> <p> </p> <p> See Also: <a rel="gsdoc" href="#method$NSSliderCell-setTitleFont$"> -setTitleFont: </a> </p> <p> </div> <hr width="25%" align="left" /> </div> <div class="method"> <h3><a name="method$NSSliderCell-trackRect">trackRect </a></h3> - (<a rel="gsdoc" href="/usr/share/GNUstep/Documentation/Developer/Base/Reference/TypesAndConstants.html#type$NSRect">NSRect</a>) <b>trackRect</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> Returns the rect of the track, minus the bezel. </div> <hr width="25%" align="left" /> </div> <a name="_NSSliderCell_ivars"/> <br/><hr width="50%" align="left" /> <h2>Instance Variables for NSSliderCell Class</h2> <h3><a name="ivariable$NSSliderCell*_allowsTickMarkValuesOnly">_allowsTickMarkValuesOnly</a></h3> @protected BOOL <b>_allowsTickMarkValuesOnly</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSSliderCell*_altIncrementValue">_altIncrementValue</a></h3> @protected double <b>_altIncrementValue</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSSliderCell*_isVertical">_isVertical</a></h3> @protected BOOL <b>_isVertical</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSSliderCell*_knobCell">_knobCell</a></h3> @protected id <b>_knobCell</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSSliderCell*_maxValue">_maxValue</a></h3> @protected double <b>_maxValue</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSSliderCell*_minValue">_minValue</a></h3> @protected double <b>_minValue</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSSliderCell*_numberOfTickMarks">_numberOfTickMarks</a></h3> @protected NSInteger <b>_numberOfTickMarks</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSSliderCell*_tickMarkPosition">_tickMarkPosition</a></h3> @protected NSTickMarkPosition <b>_tickMarkPosition</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSSliderCell*_titleCell">_titleCell</a></h3> @protected id <b>_titleCell</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSSliderCell*_trackRect">_trackRect</a></h3> @protected NSRect <b>_trackRect</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSSliderCell*_type">_type</a></h3> @protected NSSliderType <b>_type</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <h3><a name="ivariable$NSSliderCell*_value">_value</a></h3> @protected double <b>_value</b>;<br /> <div class="availability"> <b>Availability:</b> OpenStep</div> <br /> <div class="desc"> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </div> <hr width="25%" align="left" /> <br/><hr width="50%" align="left" /><br/> <br /> <a href="Gui.html">Up</a> </font> </body> </html>