]> git.saurik.com Git - iphone-api.git/blame - UIKit/UISelectionPeripheral.h
Commit these numerous sequestered UIKit updates.
[iphone-api.git] / UIKit / UISelectionPeripheral.h
CommitLineData
2cd8f71b
JF
1/*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7#import <UIKit/UIPickerView.h>
8
9#import "UIFormPeripheral-Protocol.h"
10#import "UIPickerViewDataSource-Protocol.h"
11#import "UIPickerViewDelegate-Protocol.h"
12
13@class NSMutableArray;
14
15@interface UISelectionPeripheral : UIPickerView <UIFormPeripheral, UIPickerViewDataSource, UIPickerViewDelegate>
16{
17 id <UISelectionControl> _control;
18 id <UIItemControl> _selectedItemControl;
19 NSMutableArray *_cachedItems;
20 int _orientation;
21 unsigned int _firstSelectedIndex;
22}
23
24+ (BOOL)isUniqueForEachFormControl;
25- (id)initFormPeripheral;
26- (void)dealloc;
27- (int)orientation;
28- (void)endEditing;
29- (void)willChangeToFormControl:(id)fp8;
30- (void)setFormControl:(id)fp8;
31- (void)pickerViewLoaded:(id)fp8;
32- (id)pickerView:(id)fp8 viewForRow:(int)fp12 forComponent:(int)fp16 reusingView:(id)fp20;
33- (int)numberOfComponentsInPickerView:(id)fp8;
34- (int)pickerView:(id)fp8 numberOfRowsInComponent:(int)fp12;
35- (void)pickerView:(id)fp8 row:(int)fp12 column:(int)fp16 checked:(BOOL)fp20;
36- (float)pickerView:(id)fp8 widthForComponent:(int)fp12;
37
38@end
39