libs-gui/Documentation/gsdoc/NSProgressIndicator.html
Richard Frith-Macdonald b784ca705b Regenerate
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9283 72102866-910b-0410-8b05-ffd578937521
2001-03-03 10:07:01 +00:00

142 lines
4 KiB
HTML

<html><head>
<title>NSProgressIndicator</title>
</head>
<body>
<a href ="NSPrinter.html">[Previous]</a>
<a href ="Gui.html">[Up]</a>
<a href ="NSResponder.html">[Next]</a>
<h1>NSProgressIndicator</h1>
<h3>Authors </h3>
<dl>
<dt><a href ="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
<dd>
</dl>
<p>Version: $Revision$</p>
<p>Date: $Date$</p>
<h2><a name ="cont-0">NSProgressIndicator</a></h2>
<h2><a name ="NSProgressIndicator">NSProgressIndicator</a></h2>
<p><b>Declared in: </b> Gui/NSProgressIndicator.h</p>
<p><b>Inherits from: </b> NSView</p>
<p><b>Conforms to: </b> NSCoding
</p>
<hr>
<h2>Instance Variables </h2>
<ul>
</ul>
<h2>Methods </h2>
<ul>
<li><a href ="NSProgressIndicator.html#method-0">-animate:</a>
<li><a href ="NSProgressIndicator.html#method-1">-animationDelay</a>
<li><a href ="NSProgressIndicator.html#method-2">-doubleValue</a>
<li><a href ="NSProgressIndicator.html#method-3">-incrementBy:</a>
<li><a href ="NSProgressIndicator.html#method-4">-initWithFrame:</a>
<li><a href ="NSProgressIndicator.html#method-5">-isBezeled</a>
<li><a href ="NSProgressIndicator.html#method-6">-isIndeterminate</a>
<li><a href ="NSProgressIndicator.html#method-7">-maxValue</a>
<li><a href ="NSProgressIndicator.html#method-8">-minValue</a>
<li><a href ="NSProgressIndicator.html#method-9">-setAnimationDelay:</a>
<li><a href ="NSProgressIndicator.html#method-10">-setBezeled:</a>
<li><a href ="NSProgressIndicator.html#method-11">-setDoubleValue:</a>
<li><a href ="NSProgressIndicator.html#method-12">-setIndeterminate:</a>
<li><a href ="NSProgressIndicator.html#method-13">-setMaxValue:</a>
<li><a href ="NSProgressIndicator.html#method-14">-setMinValue:</a>
<li><a href ="NSProgressIndicator.html#method-15">-setUsesThreadedAnimation:</a>
<li><a href ="NSProgressIndicator.html#method-16">-stopAnimation:</a>
<li><a href ="NSProgressIndicator.html#method-17">-usesThreadedAnimation</a>
</ul>
<hr><h2>Instances Methods </h2>
<h3><a name ="method-0">animate:</a></h3>
- (void) <b>animate:</b> (id)sender;<br>
<hr>
<h3><a name ="method-1">animationDelay</a></h3>
- (NSTimeInterval) <b>animationDelay</b>;<br>
<hr>
<h3><a name ="method-2">doubleValue</a></h3>
- (double) <b>doubleValue</b>;<br>
<hr>
<h3><a name ="method-3">incrementBy:</a></h3>
- (void) <b>incrementBy:</b> (double)delta;<br>
<hr>
<h3><a name ="method-4">initWithFrame:</a></h3>
- (id) <b>initWithFrame:</b> (NSRect)frameRect;<br>
<hr>
<h3><a name ="method-5">isBezeled</a></h3>
- (BOOL) <b>isBezeled</b>;<br>
<hr>
<h3><a name ="method-6">isIndeterminate</a></h3>
- (BOOL) <b>isIndeterminate</b>;<br>
<hr>
<h3><a name ="method-7">maxValue</a></h3>
- (double) <b>maxValue</b>;<br>
<hr>
<h3><a name ="method-8">minValue</a></h3>
- (double) <b>minValue</b>;<br>
<hr>
<h3><a name ="method-9">setAnimationDelay:</a></h3>
- (void) <b>setAnimationDelay:</b> (NSTimeInterval)delay;<br>
<hr>
<h3><a name ="method-10">setBezeled:</a></h3>
- (void) <b>setBezeled:</b> (BOOL)flag;<br>
<hr>
<h3><a name ="method-11">setDoubleValue:</a></h3>
- (void) <b>setDoubleValue:</b> (double)doubleValue;<br>
<hr>
<h3><a name ="method-12">setIndeterminate:</a></h3>
- (void) <b>setIndeterminate:</b> (BOOL)flag;<br>
<hr>
<h3><a name ="method-13">setMaxValue:</a></h3>
- (void) <b>setMaxValue:</b> (double)newMaximum;<br>
<hr>
<h3><a name ="method-14">setMinValue:</a></h3>
- (void) <b>setMinValue:</b> (double)newMinimum;<br>
<hr>
<h3><a name ="method-15">setUsesThreadedAnimation:</a></h3>
- (void) <b>setUsesThreadedAnimation:</b> (BOOL)flag;<br>
<hr>
<h3><a name ="method-16">stopAnimation:</a></h3>
- (void) <b>stopAnimation:</b> (id)sender;<br>
<hr>
<h3><a name ="method-17">usesThreadedAnimation</a></h3>
- (BOOL) <b>usesThreadedAnimation</b>;<br>
<hr>
</body>
</html>