00001 /* 00002 * Copyright © 2008 Nokia Corporation. 00003 */ 00004 00005 #ifndef SMSEXAMPLE_HRH 00006 #define SMSEXAMPLE_HRH 00007 00008 00009 // MultiViews application view ids. 00010 enum TMultiViewsViewNumber 00011 { 00012 ELogViewId = 1, 00013 EListboxViewId 00014 }; 00015 00016 enum TSMSExampleCommandIds 00017 { 00018 ESMSExampleCmdSendMessage = 10, 00019 ESMSExampleCmdMoveToDraftsFolder, 00020 ESMSExampleCmdMoveToMyFolders, 00021 ESMSExampleCmdDeleteMessage, 00022 ESMSExampleCmdCopyMessage, 00023 ESMSExampleCmdCopyMessageToDrafts, 00024 ESMSExampleCmdCopyMessageToOwnFolder, 00025 ESMSExampleCmdCopyMessageToInbox 00026 }; 00027 00028 enum TSMSExampleCommandMoveIds 00029 { 00030 ESMSExampleCmdMoveMessageFromDraftsToInbox = 40, 00031 ESMSExampleCmdMoveMessageFromDraftsToOutbox, 00032 ESMSExampleCmdMoveMessageFromOutboxToInbox, 00033 ESMSExampleCmdMoveMessageFromOutboxToDrafts, 00034 ESMSExampleCmdMoveMessageFromInboxToOutbox, 00035 ESMSExampleCmdMoveMessageFromInboxToDrafts 00036 }; 00037 00038 enum TSMSExampleCommandCopyIds 00039 { 00040 ESMSExampleCmdCopyMessageFromDraftsToInbox = 60, 00041 ESMSExampleCmdCopyMessageFromDraftsToOutbox, 00042 ESMSExampleCmdCopyMessageFromOutboxToInbox, 00043 ESMSExampleCmdCopyMessageFromOutboxToDrafts, 00044 ESMSExampleCmdCopyMessageFromInboxToOutbox, 00045 ESMSExampleCmdCopyMessageFromInboxToDrafts 00046 }; 00047 00048 enum TSMSExampleCommandDeleteIds 00049 { 00050 ESMSExampleCmdDeleteMessageFromInbox = 80, 00051 ESMSExampleCmdDeleteMessageFromDrafts, 00052 ESMSExampleCmdDeleteMessageFromOutbox 00053 }; 00054 00055 enum TListBoxModes 00056 { 00057 ESMSExampleModeCopyToOutbox = 120, 00058 ESMSExampleModeCopyToInbox, 00059 ESMSExampleModeCopyToDrafts, 00060 ESMSExampleModeCopy, 00061 ESMSExampleDelete, 00062 ESMSExampleMove 00063 }; 00064 00065 enum TListBoxSelectCommands 00066 { 00067 ESMSExampleListBoxSelectAll = 160, 00068 ESMSExampleListBoxDeSelectAll, 00069 ESMSExampleListBoxCancel, 00070 ESMSExampleListBoxDone 00071 }; 00072 00073 enum TListBoxSettingsCommands 00074 { 00075 ESMSExampleListBoxSettings = 180, 00076 ESMSExampleListBoxSetAutomaticDeleteOn, 00077 ESMSExampleListBoxSetAutomaticDeleteOff 00078 }; 00079 00080 enum TMtmsExampleMaxAddressLength 00081 { 00082 EMtmsExampleMaxAddressLength = 64 00083 }; 00084 00085 #endif // SMSEXAMPLE_HRH
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.