]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/UIFloatArray.h
Adding numerous class dumps.
[iphone-api.git] / UIKit / UIFloatArray.h
diff --git a/UIKit/UIFloatArray.h b/UIKit/UIFloatArray.h
new file mode 100644 (file)
index 0000000..01de7db
--- /dev/null
@@ -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 <Foundation/NSObject.h>
+
+@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
+