]> git.saurik.com Git - iphone-api.git/blame - UIKit/UIPageControl.h
Add MobileSMS for NickP.
[iphone-api.git] / UIKit / UIPageControl.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/UIControl.h>
8
9@class NSMutableArray;
10
11@interface UIPageControl : UIControl
12{
13 NSMutableArray *_indicators;
14 int _currentPage;
15 int _displayedPage;
16 struct {
17 unsigned int hideForSinglePage:1;
18 unsigned int defersCurrentPageDisplay:1;
19 } _pageControlFlags;
20}
21
22- (void)_commonPageControlInit;
23- (id)initWithFrame:(struct CGRect)fp8;
24- (id)initWithCoder:(id)fp8;
25- (void)_populateArchivedSubviews:(id)fp8;
26- (void)encodeWithCoder:(id)fp8;
27- (void)dealloc;
28- (void)setNumberOfPages:(int)fp8;
29- (int)numberOfPages;
30- (void)setCurrentPage:(int)fp8;
31- (int)currentPage;
32- (void)setHidesForSinglePage:(BOOL)fp8;
33- (BOOL)hidesForSinglePage;
34- (void)setDefersCurrentPageDisplay:(BOOL)fp8;
35- (BOOL)defersCurrentPageDisplay;
36- (struct CGSize)sizeThatFits:(struct CGSize)fp8;
37- (void)layoutSubviews;
38- (void)endTrackingAt:(struct CGPoint)fp8 previous:(struct CGPoint)fp16 withEvent:(struct __GSEvent *)fp24;
39- (void)endTrackingWithTouch:(id)fp8 withEvent:(id)fp12;
40- (void)updateCurrentPageDisplay;
41- (struct CGSize)sizeForNumberOfPages:(int)fp8;
42
43@end
44