#import <CandView.h>
Abgeleitet von UIView.
Öffentliche Methoden | |
| (id) | - initWithFrame:andLineCount:intermediateTextAtTop: |
| (void) | - _prepareCandWords |
| (void) | - _layoutCandWords |
| (void) | - setCands:nthCand: |
| (void) | - setCandPage: |
| (void) | - prevCandidatePage |
| (void) | - nextCandidatePage |
| (void) | - setKBView: |
| (id) | - findViewWithEvent: |
| (void) | - mouseDown: |
| (void) | - mouseDragged: |
| (void) | - mouseUp: |
Geschützte Attribute | |
| NSArray * | _candWords |
| CandItem * | _selCand |
| int | _selCandNo |
| id< CandViewProtocol > | _kbView |
| struct CGPoint | _mouseDownPoint |
| struct CGPoint | _mouseDragPoint |
| struct CGPoint | _mouseUpPoint |
| BOOL | _keyPressed |
| BOOL | _dragged |
| CandItem * | _candItems [60] |
| NSMutableArray * | _candidatePageArray |
| int | _currentPage |
| UIImageView * | _prevButton |
| UIImageView * | _nextButton |
| int | _lineCount |
| BOOL | _intermediateTextAtTop |
| float | _multiPageCandidateMargin |
Definiert in Zeile 11 der Datei CandView.h.
| - (id) initWithFrame: | (struct CGRect) | fp8 | ||
| andLineCount: | (int) | fp24 | ||
| intermediateTextAtTop: | (BOOL) | fp28 | ||
| - (void) _prepareCandWords |
| - (void) _layoutCandWords |
| - (void) setCands: | (id) | fp8 | ||
| nthCand: | (int) | fp12 | ||
| - (void) setCandPage: | (int) | fp8 |
| - (void) prevCandidatePage |
| - (void) nextCandidatePage |
| - (void) setKBView: | (id) | fp8 |
| - (id) findViewWithEvent: | (struct __GSEvent *) | fp8 |
| - (void) mouseDown: | (struct __GSEvent *) | fp8 |
Implementiert UIResponder.
| - (void) mouseDragged: | (struct __GSEvent *) | fp8 |
Implementiert UIResponder.
| - (void) mouseUp: | (struct __GSEvent *) | fp8 |
Implementiert UIResponder.
- (NSArray*) _candWords [protected] |
Definiert in Zeile 13 der Datei CandView.h.
Definiert in Zeile 14 der Datei CandView.h.
- (int) _selCandNo [protected] |
Definiert in Zeile 15 der Datei CandView.h.
- (id<CandViewProtocol>) _kbView [protected] |
Definiert in Zeile 16 der Datei CandView.h.
- (struct CGPoint) _mouseDownPoint [read, protected] |
Definiert in Zeile 17 der Datei CandView.h.
- (struct CGPoint) _mouseDragPoint [read, protected] |
Definiert in Zeile 18 der Datei CandView.h.
- (struct CGPoint) _mouseUpPoint [read, protected] |
Definiert in Zeile 19 der Datei CandView.h.
- (BOOL) _keyPressed [protected] |
Definiert in Zeile 20 der Datei CandView.h.
- (BOOL) _dragged [protected] |
Definiert in Zeile 21 der Datei CandView.h.
- (CandItem* _candItems[60]) [protected] |
Definiert in Zeile 22 der Datei CandView.h.
- (NSMutableArray*) _candidatePageArray [protected] |
Definiert in Zeile 23 der Datei CandView.h.
- (int) _currentPage [protected] |
Definiert in Zeile 24 der Datei CandView.h.
- (UIImageView*) _prevButton [protected] |
Definiert in Zeile 25 der Datei CandView.h.
- (UIImageView*) _nextButton [protected] |
Definiert in Zeile 26 der Datei CandView.h.
- (int) _lineCount [protected] |
Definiert in Zeile 27 der Datei CandView.h.
- (BOOL) _intermediateTextAtTop [protected] |
Definiert in Zeile 28 der Datei CandView.h.
- (float) _multiPageCandidateMargin [protected] |
Definiert in Zeile 29 der Datei CandView.h.