equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of "Eclipse Public License v1.0" |
5 * under the terms of "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
420 |
420 |
421 /** |
421 /** |
422 * set hwr writing pen width. |
422 * set hwr writing pen width. |
423 * |
423 * |
424 * @since S60 v5.0 |
424 * @since S60 v5.0 |
425 * @param aWritingSpeed speed |
425 * @param aPenSize The pen size |
426 * @return none |
426 * @return none |
427 */ |
427 */ |
428 void SetBoxPenSize(const TSize aPenSize); |
428 void SetBoxPenSize(const TSize aPenSize); |
429 |
429 |
430 /** |
430 /** |
441 * |
441 * |
442 * @since S60 v5.0 |
442 * @since S60 v5.0 |
443 * @param aGuideLineOn guide line on or off. |
443 * @param aGuideLineOn guide line on or off. |
444 * @return none |
444 * @return none |
445 */ |
445 */ |
446 void SetGuideLineOn(TBool aGuideLineOn); |
446 void SetGuideLineOn(const TBool aGuideLineOn); |
447 |
447 |
448 /** |
448 /** |
449 * change current state manager to standby state. |
449 * change current state manager to standby state. |
450 * |
450 * |
451 * @since S60 v5.0 |
451 * @since S60 v5.0 |
487 /** |
487 /** |
488 * Repository object. |
488 * Repository object. |
489 */ |
489 */ |
490 CRepository* iRepositorySetting; |
490 CRepository* iRepositorySetting; |
491 |
491 |
|
492 /** |
|
493 * Check if the stroke of drawing the character on the |
|
494 * HWR box is started |
|
495 */ |
|
496 TBool iIsStrokeOfDrawingCharacerStarted; |
|
497 |
492 /** |
498 /** |
493 * Last overlap index. |
499 * Last overlap index. |
494 */ |
500 */ |
495 TInt iLastOverlapIdx; |
501 TInt iLastOverlapIdx; |
496 }; |
502 }; |