API 0.9.5
AppKit/CPProgressIndicator.h
Go to the documentation of this file.
00001 
00002 @interface CPProgressIndicator : CPView
00003 {
00004     double                      _minValue;
00005     double                      _maxValue;
00006 
00007     double                      _doubleValue;
00008 
00009     CPControlSize               _controlSize;
00010 
00011     BOOL                        _isIndeterminate;
00012     CPProgressIndicatorStyle    _style;
00013 
00014     BOOL                        _isAnimating;
00015 
00016     BOOL                        _isDisplayedWhenStoppedSet;
00017     BOOL                        _isDisplayedWhenStopped;
00018 
00019     CPView                      _barView;
00020 }
00021 @end
 All Classes Files Functions Variables Defines