#import <UIAccentedCharacterView.h>
Abgeleitet von UIView.
Öffentliche Methoden | |
| (id) | - initWithFrame:variants:expansion:orientation: |
| (void) | - dealloc |
| (void) | - setSelectedIndex: |
| (void) | - sendSelectedString |
| (void) | - mouseDown: |
| (void) | - mouseDragged: |
| (void) | - mouseUp: |
| (void) | - drawRect: |
Geschützte Attribute | |
| NSArray * | m_characters |
| unsigned int | m_count |
| int | m_expansion |
| int | m_orientation |
| float | m_stringWidth |
| UIImage * | m_endcapImage |
| UIImage * | m_middleImage |
| UIImage * | m_grabberImage |
| struct CGPoint | m_endcapPoint |
| struct CGRect | m_middleToRect |
| struct CGRect | m_middleFromRect |
| struct CGPoint | m_grabberPoint |
| UIView * | m_selectedView |
| unsigned int | m_selectedIndex |
| BOOL | m_dragged |
| struct CGPoint | m_dragPoint |
Definiert in Zeile 11 der Datei UIAccentedCharacterView.h.
| - (id) initWithFrame: | (struct CGRect) | fp8 | ||
| variants: | (id) | fp24 | ||
| expansion: | (int) | fp28 | ||
| orientation: | (int) | fp32 | ||
| - (void) dealloc |
Implementiert UIView.
| - (void) setSelectedIndex: | (int) | fp8 |
| - (void) sendSelectedString |
| - (void) mouseDown: | (struct __GSEvent *) | fp8 |
Implementiert UIResponder.
| - (void) mouseDragged: | (struct __GSEvent *) | fp8 |
Implementiert UIResponder.
| - (void) mouseUp: | (struct __GSEvent *) | fp8 |
Implementiert UIResponder.
| - (void) drawRect: | (struct CGRect) | fp8 |
- (NSArray*) m_characters [protected] |
Definiert in Zeile 13 der Datei UIAccentedCharacterView.h.
- (unsigned int) m_count [protected] |
Definiert in Zeile 14 der Datei UIAccentedCharacterView.h.
- (int) m_expansion [protected] |
Definiert in Zeile 15 der Datei UIAccentedCharacterView.h.
- (int) m_orientation [protected] |
Definiert in Zeile 16 der Datei UIAccentedCharacterView.h.
- (float) m_stringWidth [protected] |
Definiert in Zeile 17 der Datei UIAccentedCharacterView.h.
- (UIImage*) m_endcapImage [protected] |
Definiert in Zeile 18 der Datei UIAccentedCharacterView.h.
- (UIImage*) m_middleImage [protected] |
Definiert in Zeile 19 der Datei UIAccentedCharacterView.h.
- (UIImage*) m_grabberImage [protected] |
Definiert in Zeile 20 der Datei UIAccentedCharacterView.h.
- (struct CGPoint) m_endcapPoint [read, protected] |
Definiert in Zeile 21 der Datei UIAccentedCharacterView.h.
- (struct CGRect) m_middleToRect [read, protected] |
Definiert in Zeile 22 der Datei UIAccentedCharacterView.h.
- (struct CGRect) m_middleFromRect [read, protected] |
Definiert in Zeile 23 der Datei UIAccentedCharacterView.h.
- (struct CGPoint) m_grabberPoint [read, protected] |
Definiert in Zeile 24 der Datei UIAccentedCharacterView.h.
- (UIView*) m_selectedView [protected] |
Definiert in Zeile 25 der Datei UIAccentedCharacterView.h.
- (unsigned int) m_selectedIndex [protected] |
Definiert in Zeile 26 der Datei UIAccentedCharacterView.h.
- (BOOL) m_dragged [protected] |
Definiert in Zeile 27 der Datei UIAccentedCharacterView.h.
- (struct CGPoint) m_dragPoint [read, protected] |
Definiert in Zeile 28 der Datei UIAccentedCharacterView.h.