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) |
Detailed Description
Utility class to initialize editor control. Use this in conjunction with AknLayoutUtils::LayoutEdwin(). The class is not fully implemented yet.
Member Function 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] |
| Parameter | Description | | aEdwin | Edwins created with new. |
| aEditingSpace | maximum number of characters for the editor |
| aEditingWindow | maximum number of lines in the editor |
| aCharacterCase | initial character case: EAknEditorCharactersUpperCase = EAknEditorUpperCase, EAknEditorCharactersLowerCase = EAknEditorLowerCase, EAknEditorCharactersTextCase = EAknEditorTextCase, EAknEditorCharactersTitleCase = EAknEditorTitleCase |
| aJustification | alignment for the editor text ( EAknEditorAlignCenter, EAknEditorAlignLeft, EAknEditorAlignRight) |
| aAllowedToMoveInsertionPoint | user can move cursor |
| aCursorYesNo | is cursor visible or not. |
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] |
| Parameter | Description | | aEdwin | Edwins created with new. |
| aEditingSpace | maximum number of characters for the editor |
| aEditingWindow | maximum number of lines in the editor |
| aCharacterCase | initial character case: EAknEditorCharactersUpperCase = EAknEditorUpperCase, EAknEditorCharactersLowerCase = EAknEditorLowerCase, EAknEditorCharactersTextCase = EAknEditorTextCase, EAknEditorCharactersTitleCase = EAknEditorTitleCase |
| aJustification | alignment for the editor text ( EAknEditorAlignCenter, EAknEditorAlignLeft, EAknEditorAlignRight) |
| aAllowedToMoveInsertionPoint | user can move cursor |
| aCursorYesNo | is cursor visible or not. |