API published in: S60 1st Ed
Link against: msgeditorutils.lib
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. |
|
Used by HandleBaseControlEventRequestL(). |
|
This flag is given as a construction parameter to the Bio Control. |
|
These option menu flags are used with the function MMsgBioControl::OptionMenuPermissionsL().
|
|
Leave code which signals that the smart message data was invalid. |