#import <UIPageIndicator.h>
Abgeleitet von UIControl.
Öffentliche Methoden | |
| (id) | - initWithFrame: |
| (void) | - dealloc |
| (void) | - setPageCount: |
| (void) | - setCurrentPage: |
| (int) | - currentPage |
| (void) | - sizeToFit |
| (void) | - layoutSubviews |
| (void) | - endTrackingAt:previous:withEvent: |
Geschützte Attribute | |
| NSMutableArray * | _indicators |
| int | _currentPage |
Definiert in Zeile 11 der Datei UIPageIndicator.h.
| - (void) dealloc |
Implementiert UIControl.
| - (void) setPageCount: | (int) | fp8 |
| - (void) setCurrentPage: | (int) | fp8 |
| - (int) currentPage |
| - (void) sizeToFit |
| - (void) layoutSubviews |
| - (void) endTrackingAt: | (struct CGPoint) | fp8 | ||
| previous: | (struct CGPoint) | fp16 | ||
| withEvent: | (struct __GSEvent *) | fp24 | ||
Implementiert UIControl.
- (NSMutableArray*) _indicators [protected] |
Definiert in Zeile 13 der Datei UIPageIndicator.h.
- (int) _currentPage [protected] |
Definiert in Zeile 14 der Datei UIPageIndicator.h.