X-Git-Url: https://git.saurik.com/iphone-api.git/blobdiff_plain/f8d8a1a9bf3e8cbbb8a04dacfcd3257f1d560b63..2cd8f71baf5b8e3f2fc334a69a08a31948c2bd7c:/UIKit/UIFloatArray.h diff --git a/UIKit/UIFloatArray.h b/UIKit/UIFloatArray.h new file mode 100644 index 0000000..01de7db --- /dev/null +++ b/UIKit/UIFloatArray.h @@ -0,0 +1,49 @@ +/* + * Generated by class-dump 3.1.2. + * + * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. + */ + +#import + +@interface UIFloatArray : NSObject +{ + int _count; + int _gapCount; + int *_gaps; + float _gapValue; + float _minValue; + union { + float singleton; + float *array; + } _values; + struct { + unsigned int valueIsSingleton:1; + unsigned int hideGaps:1; + unsigned int unused:30; + } _floatArrayFlags; +} + +- (BOOL)_setupValuesWithCount:(int)fp8 singleValue:(float)fp12 isRefresh:(BOOL)fp16; +- (BOOL)_setupValuesWithCount:(int)fp8 dataProvider:(id)fp12 isRefresh:(BOOL)fp16; +- (BOOL)_setupGapIndexesWithCount:(int)fp8 dataProvider:(id)fp12 isRefresh:(BOOL)fp16; +- (BOOL)_setupWithDataProvider:(id)fp8 valueIsSingleton:(BOOL)fp12 singletonValue:(float)fp16 isRefresh:(BOOL)fp20; +- (id)init; +- (id)copyWithZone:(struct _NSZone *)fp8; +- (void)dealloc; +- (BOOL)refreshWithDataProvider:(id)fp8 singleValue:(float)fp12; +- (BOOL)refreshWithDataProvider:(id)fp8; +- (float)singleValue; +- (float)minValue; +- (int)valueCount; +- (float)sum; +- (CDAnonymousStruct6)offsetsForIndex:(int)fp8; +- (CDAnonymousStruct6)offsetsForGapIndex:(int)fp8; +- (CDAnonymousStruct5)_indexesViaSingletonFromOffset:(float)fp8 toOffset:(float)fp12; +- (CDAnonymousStruct5)_indexesViaArrayFromOffset:(float)fp8 toOffset:(float)fp12; +- (CDAnonymousStruct5)indexesFromOffset:(float)fp8 toOffset:(float)fp12; +- (int)indexForGapIndex:(int)fp8; +- (void)hideGaps:(BOOL)fp8; + +@end +