store progress gradients in the gradient class; miscellaneous cleanup

This commit is contained in:
Mitchell Livingston
2008-06-25 05:01:04 +00:00
parent b1cc67ce2b
commit 88e907383f
9 changed files with 60 additions and 97 deletions

View File

@@ -36,7 +36,7 @@
+ (NSString *) stringForRatio: (float) ratio;
+ (NSString *) timeString: (uint64_t) seconds showSeconds: (BOOL) showSeconds;
+ (NSString *) timeString: (NSUInteger) seconds showSeconds: (BOOL) showSeconds maxDigits: (NSUInteger) max;
+ (NSString *) timeString: (NSUInteger) seconds showSeconds: (BOOL) showSeconds maxFields: (NSUInteger) max;
- (NSComparisonResult) compareIP: (NSString *) string;