#import <UIRemoveControlMinusButton.h>
Abgeleitet von UIControl.
Öffentliche Methoden | |
| (id) | - initWithRemoveControl: |
| (void) | - dealloc |
| (void) | - setHiding: |
| (BOOL) | - isHiding |
| (void) | - drawRect: |
| (void) | - animator:stopAnimation: |
| (void) | - toggleRotate: |
| (BOOL) | - isRotated |
| (BOOL) | - isRotating |
| (void) | - _toggleRotateAnimationDidStop:finished: |
Öffentliche, statische Methoden | |
| (float) | + defaultWidth |
| (id) | + minusImage |
| (id) | + plusImage |
| (id) | + minusCenterImage |
Geschützte Attribute | |
| unsigned int | _rotated:1 |
| unsigned int | _rotating:1 |
| unsigned int | _hiding:1 |
| unsigned int | _showAsPlus:1 |
| unsigned int | _reserved:28 |
| float | _verticalOffset |
Definiert in Zeile 9 der Datei UIRemoveControlMinusButton.h.
| + (float) defaultWidth |
| + (id) minusImage |
| + (id) plusImage |
| + (id) minusCenterImage |
| - (id) initWithRemoveControl: | (id) | fp8 |
| - (void) dealloc |
Implementiert UIControl.
| - (void) setHiding: | (BOOL) | fp8 |
| - (BOOL) isHiding |
| - (void) drawRect: | (struct CGRect) | fp8 |
| - (void) animator: | (id) | fp8 | ||
| stopAnimation: | (id) | fp12 | ||
| - (void) toggleRotate: | (BOOL) | fp8 |
| - (BOOL) isRotated |
| - (BOOL) isRotating |
| - (void) _toggleRotateAnimationDidStop: | (id) | fp8 | ||
| finished: | (BOOL) | fp12 | ||
- (unsigned int) _rotated [protected] |
Definiert in Zeile 11 der Datei UIRemoveControlMinusButton.h.
- (unsigned int) _rotating [protected] |
Definiert in Zeile 12 der Datei UIRemoveControlMinusButton.h.
- (unsigned int) _hiding [protected] |
Definiert in Zeile 13 der Datei UIRemoveControlMinusButton.h.
- (unsigned int) _showAsPlus [protected] |
Definiert in Zeile 14 der Datei UIRemoveControlMinusButton.h.
- (unsigned int) _reserved [protected] |
Definiert in Zeile 15 der Datei UIRemoveControlMinusButton.h.
- (float) _verticalOffset [protected] |
Definiert in Zeile 16 der Datei UIRemoveControlMinusButton.h.