equal
deleted
inserted
replaced
184 * Check whether this dialog is modeless. |
184 * Check whether this dialog is modeless. |
185 * |
185 * |
186 * @return ETrue if this is a modeless dialog, otherwize EFalse. |
186 * @return ETrue if this is a modeless dialog, otherwize EFalse. |
187 */ |
187 */ |
188 inline TBool IsModeless(); |
188 inline TBool IsModeless(); |
|
189 |
|
190 /** |
|
191 * Check whether this dialog is for Notepad application ListDialog. |
|
192 * |
|
193 * @return ETrue if this is for for Notepad application ListDialog, otherwize EFalse. |
|
194 */ |
|
195 inline TBool IsNoteListDialog() const; |
189 |
196 |
190 /** |
197 /** |
191 * Set iTitle text to title pane. |
198 * Set iTitle text to title pane. |
192 * |
199 * |
193 */ |
200 */ |
384 * Call back function called when Dialog is dismissed. |
391 * Call back function called when Dialog is dismissed. |
385 */ |
392 */ |
386 void DialogDismissedL( TInt aButtonId ); |
393 void DialogDismissedL( TInt aButtonId ); |
387 void RunL(); |
394 void RunL(); |
388 void DoCancel(); |
395 void DoCancel(); |
389 private: // data |
396 |
|
397 private: |
|
398 /** |
|
399 * release memory allocated in the phase of appending Notes to Messaging. |
|
400 */ |
|
401 void ReleaseMemory(); |
|
402 |
|
403 private: // data |
390 CSendUi& iSendAppUi; |
404 CSendUi& iSendAppUi; |
391 TInt iCommandId; |
405 TInt iCommandId; |
392 CNotepadModel& iModel; |
406 CNotepadModel& iModel; |
393 RArray<TInt> iKeys; |
407 RArray<TInt> iKeys; |
394 TInt iTotalCount; |
408 TInt iTotalCount; |