FreeCalypso > hg > fc-tourmaline
comparison src/ui/bmi/mmiSmsMenu.h @ 124:073242ccbb63
mmiSms*.h: bogotab fixes
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Tue, 10 Nov 2020 06:08:42 +0000 |
| parents | c0052fe355d3 |
| children |
comparison
equal
deleted
inserted
replaced
| 123:2d8124accc74 | 124:073242ccbb63 |
|---|---|
| 2 #define _DEF_MMI_SMSMENU_H_ | 2 #define _DEF_MMI_SMSMENU_H_ |
| 3 | 3 |
| 4 | 4 |
| 5 /******************************************************************************* | 5 /******************************************************************************* |
| 6 | 6 |
| 7 CONDAT (UK) | 7 CONDAT (UK) |
| 8 | 8 |
| 9 ******************************************************************************** | 9 ******************************************************************************** |
| 10 | 10 |
| 11 This software product is the property of Condat (UK) Ltd and may not be | 11 This software product is the property of Condat (UK) Ltd and may not be |
| 12 disclosed to any third party without the express permission of the owner. | 12 disclosed to any third party without the express permission of the owner. |
| 13 | 13 |
| 14 ******************************************************************************** | 14 ******************************************************************************** |
| 15 | 15 |
| 16 $Project name: Basic MMI | 16 $Project name: Basic MMI |
| 17 $Project code: BMI (6349) | 17 $Project code: BMI (6349) |
| 18 $Module: SMS | 18 $Module: SMS |
| 19 $File: mmiSmsMenu.h | 19 $File: mmiSmsMenu.h |
| 20 $Revision: 1.0 | 20 $Revision: 1.0 |
| 21 | 21 |
| 22 $Author: Condat(UK) | 22 $Author: Condat(UK) |
| 23 $Date: 25/10/00 | 23 $Date: 25/10/00 |
| 24 | 24 |
| 25 ******************************************************************************** | 25 ******************************************************************************** |
| 26 | 26 |
| 27 Description: | 27 Description: |
| 28 | 28 |
| 32 | 32 |
| 33 ******************************************************************************** | 33 ******************************************************************************** |
| 34 | 34 |
| 35 $History: mmiSmsMenu.h | 35 $History: mmiSmsMenu.h |
| 36 | 36 |
| 37 25/10/00 Original Condat(UK) BMI version. | 37 25/10/00 Original Condat(UK) BMI version. |
| 38 | 38 |
| 39 $End | 39 $End |
| 40 | 40 |
| 41 *******************************************************************************/ | 41 *******************************************************************************/ |
| 42 #undef GLOBAL_EXT | 42 #undef GLOBAL_EXT |
| 43 #if defined (MMI_SMSMENU_C) | 43 #if defined (MMI_SMSMENU_C) |
| 44 #define GLOBAL_EXT | 44 #define GLOBAL_EXT |
| 45 #else | 45 #else |
| 46 #define GLOBAL_EXT extern | 46 #define GLOBAL_EXT extern |
| 47 #endif | 47 #endif |
| 48 | 48 |
| 49 | 49 |
| 50 #include "mfw_mfw.h" | 50 #include "mfw_mfw.h" |
| 51 | 51 |
| 52 | 52 |
| 53 | |
| 54 | |
| 55 #define TIMER_EXIT 0x0BB8 /* Default SMS timer period - 3 secs. */ | 53 #define TIMER_EXIT 0x0BB8 /* Default SMS timer period - 3 secs. */ |
| 56 #define SHORT_SECS 0x01F4 /* Information dialogue display times. */ | 54 #define SHORT_SECS 0x01F4 /* Information dialogue display times. */ |
| 57 #define THREE_SECS 0x0BB8 /* 3000 milliseconds. */ | 55 #define THREE_SECS 0x0BB8 /* 3000 milliseconds. */ |
| 58 #define FIVE_SECS 0x1388 /* 5000 milliseconds. */ | 56 #define FIVE_SECS 0x1388 /* 5000 milliseconds. */ |
| 59 #define TEN_SECS 0x2710 /* 10000 milliseconds. */ | 57 #define TEN_SECS 0x2710 /* 10000 milliseconds. */ |
| 60 #define TWO_MIN 0x1D4C0 /* 2 min */ | 58 #define TWO_MIN 0x1D4C0 /* 2 min */ |
| 61 #define FOREVER 0xFFFF /* Infinite time period. */ | 59 #define FOREVER 0xFFFF /* Infinite time period. */ |
| 77 | 75 |
| 78 //x0pleela 20 Sep conc sms | 76 //x0pleela 20 Sep conc sms |
| 79 EXTERN USHORT ConcatenateDisplay( struct MfwMnuTag *m, struct MfwMnuAttrTag *ma, struct MfwMnuItemTag *mi ); | 77 EXTERN USHORT ConcatenateDisplay( struct MfwMnuTag *m, struct MfwMnuAttrTag *ma, struct MfwMnuItemTag *mi ); |
| 80 | 78 |
| 81 | 79 |
| 82 | |
| 83 // Entry points for the different SMS blocs | 80 // Entry points for the different SMS blocs |
| 84 GLOBAL_EXT int M_exeSendNew(MfwMnu* m, MfwMnuItem* i); | 81 GLOBAL_EXT int M_exeSendNew(MfwMnu* m, MfwMnuItem* i); |
| 85 GLOBAL_EXT int M_exeRead(MfwMnu* m, MfwMnuItem* i); | 82 GLOBAL_EXT int M_exeRead(MfwMnu* m, MfwMnuItem* i); |
| 86 GLOBAL_EXT int M_exeDelAll(MfwMnu* m, MfwMnuItem* i); | 83 GLOBAL_EXT int M_exeDelAll(MfwMnu* m, MfwMnuItem* i); |
| 87 GLOBAL_EXT int M_exeSendSaved(MfwMnu* m, MfwMnuItem* i); | 84 GLOBAL_EXT int M_exeSendSaved(MfwMnu* m, MfwMnuItem* i); |
| 93 GLOBAL_EXT void SmsMenu_loadDialogDefault(T_DISPLAY_DATA * DisplayInfo); | 90 GLOBAL_EXT void SmsMenu_loadDialogDefault(T_DISPLAY_DATA * DisplayInfo); |
| 94 | 91 |
| 95 int voice_mail_init (void); | 92 int voice_mail_init (void); |
| 96 | 93 |
| 97 /*************************************************** | 94 /*************************************************** |
| 98 **** **** | 95 **** **** |
| 99 **** DUMMY DECLARATIONS **** | 96 **** DUMMY DECLARATIONS **** |
| 100 **** **** | 97 **** **** |
| 101 ***************************************************/ | 98 ***************************************************/ |
| 102 | 99 |
| 103 //Dummy defines | 100 //Dummy defines |
| 104 #define TxtNotReady 1 | 101 #define TxtNotReady 1 |
| 105 #define TxtNotDeleted 2 | 102 #define TxtNotDeleted 2 |
| 106 #define TxtAllDeleted 3 | 103 #define TxtAllDeleted 3 |
| 107 #define TxtEnterVoiceNumber 4 | 104 #define TxtEnterVoiceNumber 4 |
| 108 //Dummy functions (stubs) | 105 //Dummy functions (stubs) |
| 109 void SmsRead(void); // RAVI | 106 void SmsRead(void); // RAVI |
| 110 void call_voice(void); // RAVI | 107 void call_voice(void); // RAVI |
| 111 void sms_send(T_SmsUserData *); | 108 void sms_send(T_SmsUserData *); |
