mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 20:31:09 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12233 72102866-910b-0410-8b05-ffd578937521
334 lines
12 KiB
HTML
334 lines
12 KiB
HTML
<html>
|
|
<head>
|
|
<title>NSProgressIndicator</title>
|
|
</head>
|
|
<body>
|
|
<a href="Gui.html">Up</a>
|
|
<br />
|
|
<h1><a name="title$NSProgressIndicator">NSProgressIndicator</a></h1>
|
|
<h3>Authors</h3>
|
|
<dl>
|
|
<dt>Gerrit van Dyk(<a href="mailto:gerritvd@decimax.com"><code>
|
|
gerritvd@decimax.com
|
|
</code></a>)</dt>
|
|
<dd>
|
|
</dd>
|
|
</dl>
|
|
<p><b>Copyright:</b> (C) 1999 Free Software Foundation, Inc.</p>
|
|
<div>
|
|
<hr width="50%" align="left" />
|
|
<h3>Contents -</h3>
|
|
<ol>
|
|
<li>
|
|
<a href="#001000000000">Software documentation for the NSProgressIndicator
|
|
class</a>
|
|
</li>
|
|
<li>
|
|
<a href="#002000000000">Software documentation for the
|
|
NSProgressIndicator(GNUstepExtensions)
|
|
category</a>
|
|
</li>
|
|
</ol>
|
|
<hr width="50%" align="left" />
|
|
</div>
|
|
<h1><a name="001000000000">
|
|
Software documentation for the NSProgressIndicator
|
|
class
|
|
</a></h1>
|
|
<h2><a name="class$NSProgressIndicator">NSProgressIndicator</a> : <a rel="gsdoc" href="NSView.html#class$NSView">NSView</a></h2>
|
|
<blockquote>
|
|
<dl>
|
|
<dt><b>Declared in:</b></dt>
|
|
<dd>AppKit/NSProgressIndicator.h</dd>
|
|
</dl>
|
|
</blockquote>
|
|
<blockquote>
|
|
<b>Standards:</b>
|
|
<ul>
|
|
<li>GNUstep</li>
|
|
<li>MacOS-X</li>
|
|
<li>OpenStep</li>
|
|
</ul>
|
|
</blockquote>
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<b>Method summary</b>
|
|
<ul>
|
|
<li><a rel="gsdoc" href="NSProgressIndicator.html#method$NSProgressIndicator-animate:">-animate:</a></li>
|
|
<li><a rel="gsdoc" href="NSProgressIndicator.html#method$NSProgressIndicator-animationDelay">-animationDelay</a></li>
|
|
<li><a rel="gsdoc" href="NSProgressIndicator.html#method$NSProgressIndicator-controlSize">-controlSize</a></li>
|
|
<li><a rel="gsdoc" href="NSProgressIndicator.html#method$NSProgressIndicator-controlTint">-controlTint</a></li>
|
|
<li><a rel="gsdoc" href="NSProgressIndicator.html#method$NSProgressIndicator-doubleValue">-doubleValue</a></li>
|
|
<li><a rel="gsdoc" href="NSProgressIndicator.html#method$NSProgressIndicator-incrementBy:">-incrementBy:</a></li>
|
|
<li><a rel="gsdoc" href="NSProgressIndicator.html#method$NSProgressIndicator-isBezeled">-isBezeled</a></li>
|
|
<li><a rel="gsdoc" href="NSProgressIndicator.html#method$NSProgressIndicator-isIndeterminate">-isIndeterminate</a></li>
|
|
<li><a rel="gsdoc" href="NSProgressIndicator.html#method$NSProgressIndicator-maxValue">-maxValue</a></li>
|
|
<li><a rel="gsdoc" href="NSProgressIndicator.html#method$NSProgressIndicator-minValue">-minValue</a></li>
|
|
<li><a rel="gsdoc" href="NSProgressIndicator.html#method$NSProgressIndicator-setAnimimationDelay:">-setAnimimationDelay:</a></li>
|
|
<li><a rel="gsdoc" href="NSProgressIndicator.html#method$NSProgressIndicator-setBezeled:">-setBezeled:</a></li>
|
|
<li><a rel="gsdoc" href="NSProgressIndicator.html#method$NSProgressIndicator-setControlSize:">-setControlSize:</a></li>
|
|
<li><a rel="gsdoc" href="NSProgressIndicator.html#method$NSProgressIndicator-setControlTint:">-setControlTint:</a></li>
|
|
<li><a rel="gsdoc" href="NSProgressIndicator.html#method$NSProgressIndicator-setDoubleValue:">-setDoubleValue:</a></li>
|
|
<li><a rel="gsdoc" href="NSProgressIndicator.html#method$NSProgressIndicator-setIndeterminate:">-setIndeterminate:</a></li>
|
|
<li><a rel="gsdoc" href="NSProgressIndicator.html#method$NSProgressIndicator-setMaxValue:">-setMaxValue:</a></li>
|
|
<li><a rel="gsdoc" href="NSProgressIndicator.html#method$NSProgressIndicator-setMinValue:">-setMinValue:</a></li>
|
|
<li><a rel="gsdoc" href="NSProgressIndicator.html#method$NSProgressIndicator-setUsesThreadedAnimation:">-setUsesThreadedAnimation:</a></li>
|
|
<li><a rel="gsdoc" href="NSProgressIndicator.html#method$NSProgressIndicator-startAnimation:">-startAnimation:</a></li>
|
|
<li><a rel="gsdoc" href="NSProgressIndicator.html#method$NSProgressIndicator-stopAnimation:">-stopAnimation:</a></li>
|
|
<li><a rel="gsdoc" href="NSProgressIndicator.html#method$NSProgressIndicator-usesThreadedAnimation">-usesThreadedAnimation</a></li>
|
|
</ul>
|
|
<hr width="50%" align="left" />
|
|
<h3><a name="method$NSProgressIndicator-animate:">animate:</a></h3>
|
|
- (void) <b>animate:</b> (id)sender;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSProgressIndicator-animationDelay">animationDelay</a></h3>
|
|
- (NSTimeInterval) <b>animationDelay</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSProgressIndicator-controlSize">controlSize</a></h3>
|
|
- (NSControlSize) <b>controlSize</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSProgressIndicator-controlTint">controlTint</a></h3>
|
|
- (NSControlTint) <b>controlTint</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSProgressIndicator-doubleValue">doubleValue</a></h3>
|
|
- (double) <b>doubleValue</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSProgressIndicator-incrementBy:">incrementBy:</a></h3>
|
|
- (void) <b>incrementBy:</b> (double)delta;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSProgressIndicator-isBezeled">isBezeled</a></h3>
|
|
- (BOOL) <b>isBezeled</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSProgressIndicator-isIndeterminate">isIndeterminate</a></h3>
|
|
- (BOOL) <b>isIndeterminate</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSProgressIndicator-maxValue">maxValue</a></h3>
|
|
- (double) <b>maxValue</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSProgressIndicator-minValue">minValue</a></h3>
|
|
- (double) <b>minValue</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSProgressIndicator-setAnimimationDelay:">setAnimimationDelay:</a></h3>
|
|
- (void) <b>setAnimimationDelay:</b> (NSTimeInterval)delay;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSProgressIndicator-setBezeled:">setBezeled:</a></h3>
|
|
- (void) <b>setBezeled:</b> (BOOL)flag;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSProgressIndicator-setControlSize:">setControlSize:</a></h3>
|
|
- (void) <b>setControlSize:</b> (NSControlSize)size;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSProgressIndicator-setControlTint:">setControlTint:</a></h3>
|
|
- (void) <b>setControlTint:</b> (NSControlTint)tint;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSProgressIndicator-setDoubleValue:">setDoubleValue:</a></h3>
|
|
- (void) <b>setDoubleValue:</b> (double)aValue;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSProgressIndicator-setIndeterminate:">setIndeterminate:</a></h3>
|
|
- (void) <b>setIndeterminate:</b> (BOOL)flag;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSProgressIndicator-setMaxValue:">setMaxValue:</a></h3>
|
|
- (void) <b>setMaxValue:</b> (double)newMaximum;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSProgressIndicator-setMinValue:">setMinValue:</a></h3>
|
|
- (void) <b>setMinValue:</b> (double)newMinimum;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSProgressIndicator-setUsesThreadedAnimation:">setUsesThreadedAnimation:</a></h3>
|
|
- (void) <b>setUsesThreadedAnimation:</b> (BOOL)flag;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSProgressIndicator-startAnimation:">startAnimation:</a></h3>
|
|
- (void) <b>startAnimation:</b> (id)sender;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSProgressIndicator-stopAnimation:">stopAnimation:</a></h3>
|
|
- (void) <b>stopAnimation:</b> (id)sender;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSProgressIndicator-usesThreadedAnimation">usesThreadedAnimation</a></h3>
|
|
- (BOOL) <b>usesThreadedAnimation</b>;<br />
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h1><a name="002000000000">
|
|
Software documentation for the
|
|
NSProgressIndicator(GNUstepExtensions)
|
|
category
|
|
</a></h1>
|
|
<h2><a rel="gsdoc" href="#class$NSProgressIndicator">NSProgressIndicator</a>(<a name="category$NSProgressIndicator(GNUstepExtensions)">GNUstepExtensions</a>)</h2>
|
|
<blockquote>
|
|
<dl>
|
|
<dt><b>Declared in:</b></dt>
|
|
<dd>AppKit/NSProgressIndicator.h</dd>
|
|
</dl>
|
|
</blockquote>
|
|
<blockquote>
|
|
<b>Standards:</b>
|
|
<ul>
|
|
<li>NotOpenStep</li>
|
|
<li>NotMacOS-X</li>
|
|
<li>GNUstep</li>
|
|
</ul>
|
|
</blockquote>
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<b>Method summary</b>
|
|
<ul>
|
|
<li><a rel="gsdoc" href="NSProgressIndicator.html#method$NSProgressIndicator(GNUstepExtensions)-isVertical">-isVertical</a></li>
|
|
<li><a rel="gsdoc" href="NSProgressIndicator.html#method$NSProgressIndicator(GNUstepExtensions)-setVertical:">-setVertical:</a></li>
|
|
</ul>
|
|
<hr width="50%" align="left" />
|
|
<h3><a name="method$NSProgressIndicator(GNUstepExtensions)-isVertical">isVertical</a></h3>
|
|
- (BOOL) <b>isVertical</b>;<br />
|
|
<b>Standards:</b> NotOpenStep, NotMacOS-X, GNUstep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<h3><a name="method$NSProgressIndicator(GNUstepExtensions)-setVertical:">setVertical:</a></h3>
|
|
- (void) <b>setVertical:</b> (BOOL)flag;<br />
|
|
<b>Standards:</b> NotOpenStep, NotMacOS-X, GNUstep<br />
|
|
<p>
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
</p>
|
|
<hr width="25%" align="left" />
|
|
<br />
|
|
<a href="Gui.html">Up</a>
|
|
</body>
|
|
</html>
|