equal
deleted
inserted
replaced
28 // FORWARD DECLARATIONS |
28 // FORWARD DECLARATIONS |
29 class CPeninputFingerHwrArStateManagerBase; |
29 class CPeninputFingerHwrArStateManagerBase; |
30 class CPeninputFingerHwrArDataStore; |
30 class CPeninputFingerHwrArDataStore; |
31 class CRepository; |
31 class CRepository; |
32 class CPeninputFingerHwrArWnd; |
32 class CPeninputFingerHwrArWnd; |
|
33 class CPeninputFingerHwrArCallBack; |
|
34 |
33 // class DECLARATIONS |
35 // class DECLARATIONS |
34 |
36 |
35 /** |
37 /** |
36 * class CPeninputHwrfscnLayout. |
38 * class CPeninputHwrfscnLayout. |
37 * |
39 * |
507 /** |
509 /** |
508 * Repository object. |
510 * Repository object. |
509 */ |
511 */ |
510 CRepository* iRepositorySetting; |
512 CRepository* iRepositorySetting; |
511 |
513 |
|
514 /** |
|
515 * repository object. |
|
516 */ |
|
517 // CRepository* iCommonEngineRepository; |
|
518 |
512 /** |
519 /** |
513 * Check if the stroke of drawing the character on the |
520 * Check if the stroke of drawing the character on the |
514 * HWR box is started |
521 * HWR box is started |
515 */ |
522 */ |
516 TBool iIsStrokeOfDrawingCharacerStarted; |
523 TBool iIsStrokeOfDrawingCharacerStarted; |
517 |
524 |
|
525 CPeninputFingerHwrArCallBack* iCallBack; |
|
526 |
518 /** |
527 /** |
519 * Check if the editor is MFNE |
528 * Check if the editor is MFNE |
520 */ |
529 */ |
521 TBool iIsEditorMFNE; |
530 TBool iIsEditorMFNE; |
522 |
531 |