equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002-2007 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: This is file dialog data enum value file. |
|
15 * |
|
16 */ |
|
17 /** |
|
18 * Enumerations for file dialog list item icon. |
|
19 */ |
|
20 enum TFileTypeIcon |
|
21 { |
|
22 EFolderIcon, |
|
23 EFileIcon, |
|
24 ESubFolderIcon, |
|
25 EThisFolderIcon, |
|
26 EImageFileIcon, |
|
27 EGmsFileIcon, |
|
28 ELinkFileIcon, |
|
29 EVoiceRecFileIcon, |
|
30 ESoundFileIcon, |
|
31 EPlaylistFileIcon, |
|
32 ECompoFileIcon, |
|
33 ENoteFileIcon, |
|
34 EAppFileIcon, |
|
35 EVideoFileIcon, |
|
36 EGameFileIcon, |
|
37 EUnknowTypeIcon, |
|
38 EFolderEmptyIcon, |
|
39 EFlashFileIcon |
|
40 }; |
|
41 |
|
42 // End of file |
|
43 |