AknEditUtils Class Reference
Nested Classes and Structures
Public Member Functions |
---|
IMPORT_C void | ConstructEditingL(CEikEdwin *, TInt) |
IMPORT_C void | ConstructEditingL(CEikEdwin *, TResourceReader &) |
IMPORT_C void | ConstructEditingL(CEikEdwin *, const SAknEditorParameters &) |
IMPORT_C void | ConstructEditingL(CEikEdwin *, TInt, TInt, TInt, TInt, TBool, TBool, TBool) |
IMPORT_C void | ConstructEditingL(CEikEdwin *, TInt, TInt, TInt, TInt, TBool, TBool, TBool, TBool) |
Member Functions Documentation
ConstructEditingL(CEikEdwin *, TInt)
IMPORT_C void | ConstructEditingL | ( | CEikEdwin * | aEdwin, |
| TInt | aResourceId |
| ) | [static] |
ConstructEditingL(CEikEdwin *, TResourceReader &)
ConstructEditingL(CEikEdwin *, const SAknEditorParameters &)
ConstructEditingL(CEikEdwin *, TInt, TInt, TInt, TInt, TBool, TBool, TBool)
IMPORT_C void | ConstructEditingL | ( | CEikEdwin * | aEdwin, |
| TInt | aEditingSpace, |
| TInt | aEditingWindow, |
| TInt | aCharacterCase, |
| TInt | aJustification, |
| TBool | aAllowedToMoveInsertionPoint, |
| TBool | aCursorYesNo, |
| TBool | aOverflowYesNo |
| ) | [static] |
Parameters
CEikEdwin * aEdwin | Edwins created with new. |
TInt aEditingSpace | maximum number of characters for the editor |
TInt aEditingWindow | maximum number of lines in the editor |
TInt aCharacterCase | initial character case: EAknEditorCharactersUpperCase = EAknEditorUpperCase, EAknEditorCharactersLowerCase = EAknEditorLowerCase, EAknEditorCharactersTextCase = EAknEditorTextCase, EAknEditorCharactersTitleCase = EAknEditorTitleCase |
TInt aJustification | alignment for the editor text ( EAknEditorAlignCenter, EAknEditorAlignLeft, EAknEditorAlignRight) |
TBool aAllowedToMoveInsertionPoint | user can move cursor |
TBool aCursorYesNo | is cursor visible or not. |
TBool aOverflowYesNo | |
ConstructEditingL(CEikEdwin *, TInt, TInt, TInt, TInt, TBool, TBool, TBool, TBool)
IMPORT_C void | ConstructEditingL | ( | CEikEdwin * | aEdwin, |
| TInt | aEditingSpace, |
| TInt | aEditingWindow, |
| TInt | aCharacterCase, |
| TInt | aJustification, |
| TBool | aAllowedToMoveInsertionPoint, |
| TBool | aCursorYesNo, |
| TBool | aOverflowYesNo, |
| TBool | aIsResizable |
| ) | [static] |
Parameters
CEikEdwin * aEdwin | Edwins created with new. |
TInt aEditingSpace | maximum number of characters for the editor |
TInt aEditingWindow | maximum number of lines in the editor |
TInt aCharacterCase | initial character case: EAknEditorCharactersUpperCase = EAknEditorUpperCase, EAknEditorCharactersLowerCase = EAknEditorLowerCase, EAknEditorCharactersTextCase = EAknEditorTextCase, EAknEditorCharactersTitleCase = EAknEditorTitleCase |
TInt aJustification | alignment for the editor text ( EAknEditorAlignCenter, EAknEditorAlignLeft, EAknEditorAlignRight) |
TBool aAllowedToMoveInsertionPoint | user can move cursor |
TBool aCursorYesNo | is cursor visible or not. |
TBool aOverflowYesNo | |
TBool aIsResizable | |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.