msgeditor.hrh File Reference

API published in: S60 2nd Ed



Enumerations

enum   TMsgFormComponent { EMsgHeader = 0, EMsgBody }
enum   TMsgControlType {
  EMsgExpandableControl = 1, EMsgAddressControl, EMsgAttachmentControl, EMsgBodyControl,
  EMsgImageControl, EMsgVideoControl, EMsgAudioControl, EMsgSvgControl,
  EMsgXhtmlBodyControl, EMsgFirstFreeCustomControlType
}
enum   TMsgControlId {
  EMsgComponentIdNull = 0, EMsgComponentIdTo = 1, EMsgComponentIdFrom, EMsgComponentIdCc,
  EMsgComponentIdBcc, EMsgComponentIdSubject, EMsgComponentIdBody, EMsgComponentIdDateTime,
  EMsgComponentIdAttachment, EMsgComponentIdImage, EMsgComponentIdVideo, EMsgComponentIdAudio,
  EMsgComponentIdSvg, EMsgComponentIdFirstFreeEditorSpecificId
}
enum   TMsgFocusDirection { EMsgFocusUp = -1, EMsgFocusDown = 1 }
enum   TMsgControlIndex { EMsgAppendControl = -1, EMsgFirstControl = 0 }
enum   TMsgClipboardFunc {
  EMsgNoClipboard = 0, EMsgCopy, EMsgCut, EMsgPaste,
  EMsgPasteSpecial
}
enum   TMsgEditFunc { EMsgUndo = 0, EMsgSelectAll }
enum   TMsgCursorLocation { EMsgTop = 0, EMsgBottom }
enum   TMsgStateFlags {
  EMsgStateNormal = 0x0000, EMsgStateInitializing = 0x0001, EMsgStateInitialized = 0x0002, EMsgStateRefreshing = 0x0004,
  EMsgEnsureCorrectFormPositionRequestIssued = 0x0008
}
enum   TMsgControlModeFlags {
  EMsgControlModeNone = 0x000000, EMsgControlModeReadOnly = 0x000001, EMsgControlModePlainTextMode = 0x000002, EMsgControlModeSizeFixedToOneLine = 0x000004,
  EMsgControlModeUseSystemFont = 0x000008, EMsgControlModeSizeChanging = 0x000010, EMsgControlModeBodyMaxHeight = 0x000020, EMsgControlModeModified = 0x000040,
  EMsgControlModeInitialized = 0x000080, EMsgControlModeShiftPressed = 0x000100, EMsgControlModeForceFocusStop = 0x000200, EMsgControlModeDoNotDrawFrameBgContext = 0x000400,
  EMsgControlModeForceSizeUpdate = 0x000800, EMsgControlModeFirstReservedFlag = 0x001000, EMsgControlModeFirstFreeFlag = 0x100000
}
enum   TMsgViewEvent {
  EMsgViewEventPrepareFocusTransitionUp, EMsgViewEventPrepareFocusTransitionDown, EMsgViewEventPrepareForViewing, EMsgViewEventPrepareForZooming,
  EMsgViewEventFormHeightChanged, EMsgViewEventFormScrolled, EMsgViewEventSetCursorFirstPos, EMsgViewEventSetCursorLastPos,
  EMsgViewEventFocusMoveStarting, EMsgViewEventFocusMoveFinished, EMsgViewEventViewFocusLost, EMsgViewEventViewFocusGain
}
enum   TMsgIndicatorFlags {
  EMsgIndicatorT9 = 0x0001, EMsgIndicatorUpperCase = 0x0002, EMsgIndicatorLowerCase = 0x0004, EMsgIndicatorTextCase = 0x0008,
  EMsgIndicatorNumberCase = 0x0010, EMsgIndicatorQuery = 0x0020, EMsgIndicatorPinyin = 0x0040, EMsgIndicatorZhuyin = 0x0080,
  EMsgIndicatorStroke = 0x0100, EMsgIndicatorAudioAttached = 0x0200, EMsgIndicatorImageAttached = 0x0400, EMsgIndicatorObjects = 0x0800,
  EMsgIndicatorAttachment = 0x1000, EMsgIndicatorMessageLength = 0x2000
}
enum   TMsgScrollDirection { EMsgScrollUp, EMsgScrollDown }
  Enumeration for scroll directions. More...
enum   TMsgCommonCommands {
  EMsgDispSizeAutomatic = 1, EMsgDispSizeLarge, EMsgDispSizeNormal, EMsgDispSizeSmall,
  EMsgFirstFreeComponentSpecificCommand = 2000
}

Enumeration Type Documentation

enum TMsgClipboardFunc
 
Enumerator:
EMsgNoClipboard 
EMsgCopy 
EMsgCut 
EMsgPaste 
EMsgPasteSpecial 
enum TMsgCommonCommands
 
Enumerator:
EMsgDispSizeAutomatic 
EMsgDispSizeLarge 
EMsgDispSizeNormal 
EMsgDispSizeSmall 
EMsgFirstFreeComponentSpecificCommand 
enum TMsgControlId
 
Enumerator:
EMsgComponentIdNull 
EMsgComponentIdTo 
EMsgComponentIdFrom 
EMsgComponentIdCc 
EMsgComponentIdBcc 
EMsgComponentIdSubject 
EMsgComponentIdBody 
EMsgComponentIdDateTime 
EMsgComponentIdAttachment 
EMsgComponentIdImage 
EMsgComponentIdVideo 
EMsgComponentIdAudio 
EMsgComponentIdSvg 
EMsgComponentIdFirstFreeEditorSpecificId 
enum TMsgControlIndex
 
Enumerator:
EMsgAppendControl 
EMsgFirstControl 
enum TMsgControlModeFlags
 
Enumerator:
EMsgControlModeNone 
EMsgControlModeReadOnly 
EMsgControlModePlainTextMode 
EMsgControlModeSizeFixedToOneLine 
EMsgControlModeUseSystemFont 
EMsgControlModeSizeChanging 
EMsgControlModeBodyMaxHeight 
EMsgControlModeModified 
EMsgControlModeInitialized 
EMsgControlModeShiftPressed 
EMsgControlModeForceFocusStop 
EMsgControlModeDoNotDrawFrameBgContext 
EMsgControlModeForceSizeUpdate 
EMsgControlModeFirstReservedFlag 
EMsgControlModeFirstFreeFlag 
enum TMsgControlType
 
Enumerator:
EMsgExpandableControl 
EMsgAddressControl 
EMsgAttachmentControl 
EMsgBodyControl 
EMsgImageControl 
EMsgVideoControl 
EMsgAudioControl 
EMsgSvgControl 
EMsgXhtmlBodyControl 
EMsgFirstFreeCustomControlType 
enum TMsgCursorLocation
 
Enumerator:
EMsgTop 
EMsgBottom 
enum TMsgEditFunc
 
Enumerator:
EMsgUndo 
EMsgSelectAll 
enum TMsgFocusDirection
 
Enumerator:
EMsgFocusUp 
EMsgFocusDown 
enum TMsgFormComponent
 
Enumerator:
EMsgHeader 
EMsgBody 
enum TMsgIndicatorFlags
 
Enumerator:
EMsgIndicatorT9 
EMsgIndicatorUpperCase 
EMsgIndicatorLowerCase 
EMsgIndicatorTextCase 
EMsgIndicatorNumberCase 
EMsgIndicatorQuery 
EMsgIndicatorPinyin 
EMsgIndicatorZhuyin 
EMsgIndicatorStroke 
EMsgIndicatorAudioAttached 
EMsgIndicatorImageAttached 
EMsgIndicatorObjects 
EMsgIndicatorAttachment 
EMsgIndicatorMessageLength 
enum TMsgScrollDirection
 

Enumeration for scroll directions.

Enumerator:
EMsgScrollUp 
EMsgScrollDown 
enum TMsgStateFlags
 
Enumerator:
EMsgStateNormal 
EMsgStateInitializing 
EMsgStateInitialized 
EMsgStateRefreshing 
EMsgEnsureCorrectFormPositionRequestIssued 
enum TMsgViewEvent
 
Enumerator:
EMsgViewEventPrepareFocusTransitionUp 
EMsgViewEventPrepareFocusTransitionDown 
EMsgViewEventPrepareForViewing 
EMsgViewEventPrepareForZooming 
EMsgViewEventFormHeightChanged 
EMsgViewEventFormScrolled 
EMsgViewEventSetCursorFirstPos 
EMsgViewEventSetCursorLastPos 
EMsgViewEventFocusMoveStarting 
EMsgViewEventFocusMoveFinished 
EMsgViewEventViewFocusLost 
EMsgViewEventViewFocusGain 

Copyright © Nokia Corporation 2001-2008
Back to top