mmsgbiocontrol.h File Reference

API published in: S60 1st Ed

Link against: msgeditorutils.lib

Capability Information

Required Capabilities

LocalServices Location NetworkControl NetworkServices ReadDeviceData ReadUserData SwEvent UserEnvironment WriteDeviceData WriteUserData


#include <e32std.h>
#include <e32base.h>
#include <msgeditor.hrh>

Go to the source code of this file.


Data Structures

class   MMsgBioBodyControl
  Interface for handling of event request. More...
class   MMsgBioControl
  The interface for Bio controls. More...

Enumerations

enum   TMsgBioControlEventRequest { EMsgBioUpdateScrollBars }
  Used by HandleBaseControlEventRequestL(). More...
enum   TMsgBioOptionMenu {
  EMsgBioReply = 0x00000001, EMsgBioForward = 0x00000002, EMsgBioCallBack = 0x00000004, EMsgBioDelete = 0x00000008,
  EMsgBioMessInfo = 0x00000010, EMsgBioMove = 0x00000020, EMsgBioCreateCC = 0x00000040, EMsgBioFindItem = 0x00000080,
  EMsgBioAddPinBoard = 0x00000100, EMsgBioSend = 0x00000200, EMsgBioAddRecipient = 0x00000400, EMsgBioSave = 0x00000800,
  EMsgBioEditText = 0x00001000, EMsgBioInsert = 0x00002000, EMsgBioSendingOpt = 0x00004000, EMsgBioHelp = 0x00008000,
  EMsgBioExit = 0x00010000, EMsgBioReserved1 = 0x00020000, EMsgBioReserved2 = 0x00040000, EMsgBioReserved3 = 0x00080000,
  EMsgBioReserved4 = 0x00100000, EMsgBioReserved5 = 0x00200000, EMsgBioReserved6 = 0x00400000, EMsgBioReserved7 = 0x00800000,
  EMsgBioReserved8 = 0x01000000
}
  These option menu flags are used with the function MMsgBioControl::OptionMenuPermissionsL(). More...
enum   TMsgBioMode { EMsgBioEditorMode, EMsgBioViewerMode }
  This flag is given as a construction parameter to the Bio Control. More...

Variables

const TInt  KErrMsgBioMessageNotValid = -90
  Leave code which signals that the smart message data was invalid.

Enumeration Type Documentation

enum TMsgBioControlEventRequest
 

Used by HandleBaseControlEventRequestL().

Enumerator:
EMsgBioUpdateScrollBars 
enum TMsgBioMode
 

This flag is given as a construction parameter to the Bio Control.

Enumerator:
EMsgBioEditorMode 
EMsgBioViewerMode 
enum TMsgBioOptionMenu
 

These option menu flags are used with the function MMsgBioControl::OptionMenuPermissionsL().

Enumerator:
EMsgBioReply 
EMsgBioForward 
EMsgBioCallBack 
EMsgBioDelete 
EMsgBioMessInfo 
EMsgBioMove 
EMsgBioCreateCC 
EMsgBioFindItem 
EMsgBioAddPinBoard 
EMsgBioSend 
EMsgBioAddRecipient 
EMsgBioSave 
EMsgBioEditText 
EMsgBioInsert 
EMsgBioSendingOpt 
EMsgBioHelp 
EMsgBioExit 
EMsgBioReserved1 
EMsgBioReserved2 
EMsgBioReserved3 
EMsgBioReserved4 
EMsgBioReserved5 
EMsgBioReserved6 
EMsgBioReserved7 
EMsgBioReserved8 

Variable Documentation

const TInt KErrMsgBioMessageNotValid = -90
 

Leave code which signals that the smart message data was invalid.


Copyright © Nokia Corporation 2001-2008
Back to top