equal
deleted
inserted
replaced
59 */ |
59 */ |
60 IMPORT_C void UpdateCbaL( TInt aResource ); |
60 IMPORT_C void UpdateCbaL( TInt aResource ); |
61 |
61 |
62 /** |
62 /** |
63 * Set CBA |
63 * Set CBA |
|
64 * If the given CBA resource ID equals EPhoneEasyDialingCba, then get the actual resource |
|
65 * ID from the Dialer Extension View by executing command EPhoneViewGetEasyDialingCbaId |
|
66 * via the Phone View Command Handle. |
64 */ |
67 */ |
65 IMPORT_C void SetCbaL( TInt aResource ); |
68 IMPORT_C void SetCbaL( TInt aResource ); |
66 |
69 |
67 /** |
70 /** |
68 * Update incoming CBAs |
71 * Update incoming CBAs |
99 * @param aSoftRejectActivated Is soft reject activated or not |
102 * @param aSoftRejectActivated Is soft reject activated or not |
100 * @return Resource id of CBA |
103 * @return Resource id of CBA |
101 */ |
104 */ |
102 TInt GetIncomingCallSilenceCBA( const TBool aSoftRejectActivated ); |
105 TInt GetIncomingCallSilenceCBA( const TBool aSoftRejectActivated ); |
103 |
106 |
|
107 /** |
|
108 * Get cba resource when number entry is visible |
|
109 * @return Resource id of CBA |
|
110 */ |
|
111 TInt GetNumberEntryCbaIdL(); |
|
112 |
104 private: |
113 private: |
105 |
114 |
106 /** |
115 /** |
107 * C++ default constructor. |
116 * C++ default constructor. |
108 */ |
117 */ |