FileMgrMain.h
14.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
/*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contained
* herein is confidential. The software may not be copied and the information
* contained herein may not be used or disclosed except with the written
* permission of MediaTek Inc. (C) 2005
*
* BY OPENING THIS FILE, BUYER HEREBY UNEQUIVOCALLY ACKNOWLEDGES AND AGREES
* THAT THE SOFTWARE/FIRMWARE AND ITS DOCUMENTATIONS ("MEDIATEK SOFTWARE")
* RECEIVED FROM MEDIATEK AND/OR ITS REPRESENTATIVES ARE PROVIDED TO BUYER ON
* AN "AS-IS" BASIS ONLY. MEDIATEK EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT.
* NEITHER DOES MEDIATEK PROVIDE ANY WARRANTY WHATSOEVER WITH RESPECT TO THE
* SOFTWARE OF ANY THIRD PARTY WHICH MAY BE USED BY, INCORPORATED IN, OR
* SUPPLIED WITH THE MEDIATEK SOFTWARE, AND BUYER AGREES TO LOOK ONLY TO SUCH
* THIRD PARTY FOR ANY WARRANTY CLAIM RELATING THERETO. MEDIATEK SHALL ALSO
* NOT BE RESPONSIBLE FOR ANY MEDIATEK SOFTWARE RELEASES MADE TO BUYER'S
* SPECIFICATION OR TO CONFORM TO A PARTICULAR STANDARD OR OPEN FORUM.
*
* BUYER'S SOLE AND EXCLUSIVE REMEDY AND MEDIATEK'S ENTIRE AND CUMULATIVE
* LIABILITY WITH RESPECT TO THE MEDIATEK SOFTWARE RELEASED HEREUNDER WILL BE,
* AT MEDIATEK'S OPTION, TO REVISE OR REPLACE THE MEDIATEK SOFTWARE AT ISSUE,
* OR REFUND ANY SOFTWARE LICENSE FEES OR SERVICE CHARGE PAID BY BUYER TO
* MEDIATEK FOR SUCH MEDIATEK SOFTWARE AT ISSUE.
*
* THE TRANSACTION CONTEMPLATED HEREUNDER SHALL BE CONSTRUED IN ACCORDANCE
* WITH THE LAWS OF THE STATE OF CALIFORNIA, USA, EXCLUDING ITS CONFLICT OF
* LAWS PRINCIPLES. ANY DISPUTES, CONTROVERSIES OR CLAIMS ARISING THEREOF AND
* RELATED THERETO SHALL BE SETTLED BY ARBITRATION IN SAN FRANCISCO, CA, UNDER
* THE RULES OF THE INTERNATIONAL CHAMBER OF COMMERCE (ICC).
*
*****************************************************************************/
/*******************************************************************************
* Filename:
* ---------
* FileManagerDef.h
*
* Project:
* --------
* MAUI
*
* Description:
* ------------
* File Manager internal prototype header.
*
* Author:
* -------
* -------
* -------
*
*==============================================================================
* HISTORY
* Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
*------------------------------------------------------------------------------
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
*
*------------------------------------------------------------------------------
* Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
*==============================================================================
*******************************************************************************/
#if defined (__MMI_FILE_MANAGER__)
#ifndef _FMGR_MAIN_H_
#define _FMGR_MAIN_H_
#ifndef _FMGR_INTERNAL_SOURCE_C_
#error "This header is only for FileManager source!"
#endif
#include "FileMgrProt.h"
#include "MMIDataType.h"
#include "mmi_rp_file_type_def.h"
#include "FileMgrSrvGProt.h"
#include "MMI_features.h"
#include "kal_general_types.h"
#include "FileMgrInstance.h"
#include "mmi_frm_scenario_gprot.h"
#include "AlertScreen.h"
/****************************************************************************
* Include Files
*****************************************************************************/
/****************************************************************************
* Define
*****************************************************************************/
/********************************* Setting **********************************/
/********************************** Macro **********************************/
//#define FMGR_MAX_MARK_ITEM 50 /* at most 50 files can be marked in a time */
//#define FMGR_MAX_MARK_CACHE_SIZE (UI_DEVICE_WIDTH * UI_DEVICE_HEIGHT * 2)
/********************************** Enum **********************************/
/********************************* Typedef ********************************/
/* FMGR Main context structure */
typedef struct mmi_fmgr_main_context_struct
{
U8 client_id;
U8 client_action;
U8 client_copy_id;
U8 client_copy_action;
U8 async_fs_state;
U8 async_fs_aborting;
U8 async_fs_instance_id;
U8 _align0;
mmi_id client_copy_sel_id;
mmi_id editor_cui_id;
mmi_id imageviewer_cui_id;
mmi_fmgr_instance_struct *instance;
void *app_mem_pool;
PS8 ext_name;
S32 async_fs_job_id;
#ifdef FMGR_TAB_SUPPORT
U32 destination_tab_id; /* tab id of destination folder (copy / move) */
#endif /* FMGR_TAB_SUPPORT */
#ifdef __DM_LAWMO_SUPPORT__
MMI_BOOL post_endkey;
#endif
#ifdef __MMI_FMGR_MULTI_SELECT_SUPPORT__
MMI_BOOL action_from_ms;
mmi_fmgr_instance_struct *ms_caller_instance; // This is FMGR or App (Imageviewer/Ebook)instance
U32 ms_id;
S8 ms_highlight_filename[(SRV_FMGR_PATH_MAX_FILE_NAME_LEN + 1) *ENCODING_LENGTH];
S16 mul_sel_inst_id;
#if defined(__MMI_PICT_BRIDGE_SUPPORT__) && !defined(__MMI_PICT_BRIDGE_MULTI_FILE_PRINT__)
U8 ms_total_count;
mmi_id ms_pict_cui_id;
#endif /* defined(__MMI_PICT_BRIDGE_SUPPORT__) && !defined(__MMI_PICT_BRIDGE_MULTI_FILE_PRINT__) */
#endif /* __MMI_FMGR_MULTI_SELECT_SUPPORT__ */
FMGR_FILTER delete_filter_type;
S8 old_file_path[(SRV_FMGR_PATH_MAX_LEN + 1) * ENCODING_LENGTH];
S8 new_file_name[(SRV_FMGR_PATH_MAX_FILE_NAME_LEN + 1) * ENCODING_LENGTH];
}mmi_fmgr_main_context_struct;
/****************************************************************************
* Global variable
*****************************************************************************/
extern const mmi_fmgri_instance_callback_table_struct mmi_fmgri_main_table;
/****************************************************************************
* Global Function
*****************************************************************************/
extern void mmi_fmgri_main_init(void);
extern void mmi_fmgri_main_init_mmi_context(void);
extern void mmi_fmgri_main_create_folder(mmi_fmgr_instance_struct *instance);
extern void mmi_fmgri_main_rename_drive(mmi_fmgr_instance_struct *instance);
extern void mmi_fmgri_main_entry_card_detail(mmi_fmgr_instance_struct *instance);
extern void fmgr_main_entry_card_detail(mmi_scrn_essential_struct* arg);
extern void mmi_fmgri_main_rename(mmi_fmgr_instance_struct *instance);
extern void mmi_fmgri_main_delete_single(mmi_fmgr_instance_struct *instance);
#ifndef __MMI_SLIM_FILE_MANAGER__
extern void mmi_fmgri_main_delete_all(mmi_fmgr_instance_struct *instance);
#endif
extern void mmi_fmgri_main_send_delete_req(S8* path, U32 type, U8 action, FMGR_FILTER* filter,
PsFuncPtr callback,
void* buffer, U32 buf_size);
//extern void mmi_fmgr_main_send_delete_several_req(PU8 path, U32 type, PsFuncPtr callback, PsFuncPtr delete_several_callback);
extern mmi_ret mmi_fmgri_main_drive_confirm_cb(mmi_alert_result_evt_struct *evt);
extern void mmi_fmgri_main_drive_confirm(mmi_fmgr_instance_struct *instance, U8 action);
extern void mmi_fmgri_main_send_format_req(U8 drive, U32 level, PsFuncPtr callback);
extern void mmi_fmgri_main_send_unmount_req(U8 index, U32 mode, PsFuncPtr callback);
extern void mmi_fmgri_main_detail(mmi_fmgr_instance_struct *instance);
extern void mmi_fmgri_main_forward(mmi_fmgr_instance_struct *instance, U16 menu_id);
extern void mmi_fmgri_main_copy(mmi_fmgr_instance_struct *instance);
extern void mmi_fmgri_main_move(mmi_fmgr_instance_struct *instance);
extern void mmi_fmgri_main_send_copy_req(U8 action, PU8 src_file, PU8 dest_file, PsFuncPtr callback);
extern void mmi_fmgri_main_send_copy_req_ext(U8 action, PU8 src_file, PU8 dest_file, PsFuncPtr callback, void* rec_buffer, U32 rec_buf_size);
#ifdef __MMI_FMGR_MULTI_SELECT_SUPPORT__
extern void mmi_fmgri_main_mark_several(mmi_fmgr_instance_struct *instance, U16 action);
void mmi_fmgr_general_option_mul_sel_handler(mmi_menu_id item_id, const WCHAR *filepath, const srv_fmgr_fileinfo_struct *fileinfo);
extern void mmi_fmgri_main_mark_delete(mmi_fmgr_instance_struct *instance);
extern void mmi_fmgri_main_mark_copy(mmi_fmgr_instance_struct *instance);
extern void mmi_fmgri_main_mark_move(mmi_fmgr_instance_struct *instance);
#if defined(__MMI_PICT_BRIDGE_SUPPORT__) && !defined(__MMI_PICT_BRIDGE_MULTI_FILE_PRINT__)
extern void mmi_fmgri_main_mark_print(mmi_fmgr_instance_struct *instance);
#endif /* defined(__MMI_PICT_BRIDGE_SUPPORT__) && !defined(__MMI_PICT_BRIDGE_MULTI_FILE_PRINT__) */
#ifdef __MMI_OPP_SUPPORT__
extern mmi_ret mmi_fmgri_main_mark_send_confirm_cb(mmi_alert_result_evt_struct *evt);
extern void mmi_fmgri_main_mark_send(mmi_fmgr_instance_struct *instance, U16 menu_id);
#endif
#endif /* __MMI_FMGR_MULTI_SELECT_SUPPORT__ */
extern void mmi_fmgri_main_cancel_operation(mmi_fmgr_instance_struct *instance);
extern U8 mmi_fmgri_main_get_async_fs_state(void);
extern void mmi_fmgri_main_set_async_fs_state(U8 new_state);
extern void mmi_fmgri_main_clear_async_fs_state(U8 state);
#ifdef __FMGR_USE_EDITOR_CUI__
extern void mmi_fmgri_main_handle_editor_event(mmi_fmgr_instance_struct *instance, mmi_event_struct *param);
#endif /* __FMGR_USE_EDITOR_CUI__ */
/****************************************************************************
* Internal Function
*****************************************************************************/
#ifdef _FMGR_MAIN_C_
extern U16 fmgr_main_options_handler(U16 opt_menu_id, U16 menu_id, U32 data, U16 keyCode);
extern void fmgr_main_entry_editor_option(void);
extern void fmgri_main_return_to_editor(void);
extern void fmgr_main_general_operation_cancel(void);
/*
* Delete related API
*/
extern mmi_ret mmi_fmgri_main_delete_confirm_cb(mmi_alert_result_evt_struct *evt);
extern void fmgr_main_delete_confirm(mmi_fmgr_instance_struct *instance, U8 action);
extern void fmgr_main_delete_single(void);
#if !defined(__MMI_SLIM_FILE_MANAGER__)||defined(__TOPWELL_MMI_FM_SUPPORT_DELETE_ALL__)
extern void fmgr_main_delete_all(void);
#endif
extern void fmgr_main_delete_rsp_center_hdlr(void *info);
extern void fmgr_main_entry_delete_animation(void* arg);
extern U8 fmgr_main_delete_animation_callback(void *param);
#ifdef __FS_SORT_SUPPORT__
extern void fmgr_main_reinit_sort_option(void);
extern void fmgr_main_set_sort(U16 menu_id, mmi_fmgr_instance_struct *instance);
#endif /* __FS_SORT_SUPPORT__ */
extern void fmgr_main_drive_action_hdlr(void);
extern void fmgr_main_entry_drive_animation(void);
extern void fmgr_main_exit_drive_animation(void);
extern S8 fmgr_main_check_delete_all_filter(void* delete_filter_type, U16 type, S8 *ext);
extern void fmgr_main_entry_detail(mmi_scrn_essential_struct* arg);
/*
* Copy related API
*/
extern void fmgr_main_entry_copy(mmi_fmgr_instance_struct *instance, U8 action);
extern void fmgr_main_copy_rsp_center_hdlr(void *info);
extern void fmgr_main_entry_copy_animation(void* arg);
#ifdef __MMI_FMGR_MULTI_SELECT_SUPPORT__
extern void fmgr_main_delete_mark(void);
extern U16 fmgr_main_copy_mark(U8 action);
#if defined(__MMI_PICT_BRIDGE_SUPPORT__) && !defined(__MMI_PICT_BRIDGE_MULTI_FILE_PRINT__)
extern void fmgr_main_print_mark(mmi_fmgr_instance_struct *instance);
extern S32 fmgr_main_mark_print_next(void);
#endif
#endif /* __MMI_FMGR_MULTI_SELECT_SUPPORT__ */
extern void fmgr_main_op_abort_processing_hdlr(void *info);
#endif /* _FMGR_MAIN_C_ */
#endif /* _FMGR_MAIN_H_ */
#endif /* #if defined (__MMI_FILE_MANAGER__) */