API 0.9.5
AppKit/CPLevelIndicator.h
Go to the documentation of this file.
00001 
00002 @interface CPLevelIndicator : CPControl
00003 {
00004     CPLevelIndicator    _levelIndicatorStyle    // @accessors(property=levelIndicatorStyle);
00005     double              _minValue               // @accessors(property=minValue);
00006     double              _maxValue               // @accessors(property=maxValue);
00007     double              _warningValue           // @accessors(property=warningValue);
00008     double              _criticalValue          // @accessors(property=criticalValue);
00009     CPTickMarkPosition  _tickMarkPosition       // @accessors(property=tickMarkPosition);
00010     int                 _numberOfTickMarks      // @accessors(property=numberOfTickMarks);
00011     int                 _numberOfMajorTickMarks // @accessors(property=numberOfMajorTickMarks);
00012 
00013     BOOL                _isEditable;
00014 
00015     BOOL                _isTracking;
00016 }
00017 @end
 All Classes Files Functions Variables Defines