AknEditUtils::SAknEditorParameters Struct Reference

API published in: S60 1st Ed


#include <aknutils.h>

Detailed Description

Basic elements that are needed for the basic editing functions.

Data Fields

TInt  iEditingSpace
  The maximum available space that can be used for one text.
TInt  iEditingWindow
  Size of the editing window.
TInt  iCharacterCase
  Character case effects on the style of entering characters.
TInt  iJustification
  Specifies from which edge the current line is filled with the inserted characters.
TBool  iAllowedToMoveInsertionPoint
  Is user allowed to move the insertion point.
TBool  iCursorYesNo
  Is cursor blinking or not.
TBool  iOverflowYesNo
  Is overflow active or not.

Field Documentation

TBool AknEditUtils::SAknEditorParameters::iAllowedToMoveInsertionPoint
 

Is user allowed to move the insertion point.

TInt AknEditUtils::SAknEditorParameters::iCharacterCase
 

Character case effects on the style of entering characters.

Available alternatives are Upper case, Lower case and Text case.

TBool AknEditUtils::SAknEditorParameters::iCursorYesNo
 

Is cursor blinking or not.

TInt AknEditUtils::SAknEditorParameters::iEditingSpace
 

The maximum available space that can be used for one text.

TInt AknEditUtils::SAknEditorParameters::iEditingWindow
 

Size of the editing window.

TInt AknEditUtils::SAknEditorParameters::iJustification
 

Specifies from which edge the current line is filled with the inserted characters.

TBool AknEditUtils::SAknEditorParameters::iOverflowYesNo
 

Is overflow active or not.


The documentation for this struct was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top