author | Sebastian Brannstrom <sebastianb@symbian.org> |
Sat, 23 Oct 2010 17:30:22 +0100 | |
branch | 3rded |
changeset 281 | 1cae65a87b5e |
parent 177 | 269e3f3e544a |
child 390 | d7abecc9d189 |
permissions | -rw-r--r-- |
2 | 1 |
/* |
2 |
* Copyright (c) 2007-2010 Sebastian Brannstrom, Lars Persson, EmbedDev AB |
|
3 |
* |
|
4 |
* All rights reserved. |
|
5 |
* This component and the accompanying materials are made available |
|
6 |
* under the terms of the License "Eclipse Public License v1.0" |
|
7 |
* which accompanies this distribution, and is available |
|
8 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
9 |
* |
|
10 |
* Initial Contributors: |
|
11 |
* EmbedDev AB - initial contribution. |
|
12 |
* |
|
13 |
* Contributors: |
|
14 |
* |
|
15 |
* Description: |
|
16 |
* |
|
17 |
*/ |
|
18 |
||
19 |
#ifndef PODCAST_HRH |
|
20 |
#define PODCAST_HRH |
|
21 |
||
22 |
enum TPodcastCommandIds |
|
23 |
{ |
|
24 |
EPodcastView = 0x1000, |
|
25 |
EPodcastViewMain, |
|
26 |
EPodcastViewNewShows, |
|
27 |
EPodcastViewDownloadedShows, |
|
28 |
EPodcastViewPendingShows, |
|
29 |
EPodcastViewFeeds, |
|
30 |
EPodcastPlay, |
|
31 |
// Feeds commands |
|
32 |
EPodcastAddFeed, |
|
33 |
EPodcastEditFeed, |
|
34 |
EPodcastDeleteFeed, |
|
35 |
EPodcastDeleteFeedHardware, |
|
36 |
EPodcastDeleteAllPlayed, |
|
37 |
EPodcastUpdateFeed, |
|
38 |
EPodcastUpdateAllFeeds, |
|
39 |
EPodcastCancelUpdateAllFeeds, |
|
40 |
EPodcastImportExportFeeds, |
|
41 |
EPodcastImportFeeds, |
|
42 |
EPodcastExportFeeds, |
|
43 |
// Show commands |
|
44 |
EPodcastDownloadShow, |
|
45 |
EPodcastDeleteShow, |
|
46 |
EPodcastRemoveDownload, |
|
145
cc0182a5da39
Fix for Bug 2604 and bulk of the work towards implementing Bug 2737
Brendan Donegan <brendand@symbian.org>
parents:
60
diff
changeset
|
47 |
EPodcastMoveDownloadUp, |
cc0182a5da39
Fix for Bug 2604 and bulk of the work towards implementing Bug 2737
Brendan Donegan <brendand@symbian.org>
parents:
60
diff
changeset
|
48 |
EPodcastMoveDownloadDown, |
2 | 49 |
EPodcastRemoveAllDownloads, |
50 |
EPodcastSuspendDownloads, |
|
51 |
EPodcastResumeDownloads, |
|
52 |
EPodcastMarkAllPlayed, |
|
53 |
EPodcastMarkAsPlayed, |
|
54 |
EPodcastMarkAsUnplayed, |
|
55 |
EPodcastShowInfo, |
|
56 |
// Common commands |
|
57 |
EPodcastBack, |
|
58 |
EPodcastSettings, |
|
59 |
EPodcastSelectShowDir, |
|
60 |
EPodcastAbout, |
|
61 |
EPodcastHide, |
|
62 |
EPodcastHelp, |
|
63 |
EPodcastSearch, |
|
60 | 64 |
EPodcastAddSearchResult, |
130
92572a695a1d
Added new experimental feature to show only new and downloaded shows; Updated SIS files
teknolog
parents:
60
diff
changeset
|
65 |
EPodcastResetDb, |
92572a695a1d
Added new experimental feature to show only new and downloaded shows; Updated SIS files
teknolog
parents:
60
diff
changeset
|
66 |
EPodcastFilterShows, |
92572a695a1d
Added new experimental feature to show only new and downloaded shows; Updated SIS files
teknolog
parents:
60
diff
changeset
|
67 |
EPodcastFilterShowsAll, |
92572a695a1d
Added new experimental feature to show only new and downloaded shows; Updated SIS files
teknolog
parents:
60
diff
changeset
|
68 |
EPodcastFilterShowsNew, |
92572a695a1d
Added new experimental feature to show only new and downloaded shows; Updated SIS files
teknolog
parents:
60
diff
changeset
|
69 |
EPodcastFilterShowsDownloaded, |
177
269e3f3e544a
Lots of fixes for 3rd edition. First test SIS file, 0.90(3)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
147
diff
changeset
|
70 |
EPodcastFilterShowsNewAndDownloaded, |
269e3f3e544a
Lots of fixes for 3rd edition. First test SIS file, 0.90(3)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
147
diff
changeset
|
71 |
EPodcastFeedFeedMenu, |
269e3f3e544a
Lots of fixes for 3rd edition. First test SIS file, 0.90(3)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
147
diff
changeset
|
72 |
EPodcastShowsShowMenu, |
269e3f3e544a
Lots of fixes for 3rd edition. First test SIS file, 0.90(3)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
147
diff
changeset
|
73 |
EPodcastQueueShowMenu, |
269e3f3e544a
Lots of fixes for 3rd edition. First test SIS file, 0.90(3)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
147
diff
changeset
|
74 |
EPodcastFeedHelpMenu |
130
92572a695a1d
Added new experimental feature to show only new and downloaded shows; Updated SIS files
teknolog
parents:
60
diff
changeset
|
75 |
}; |
2 | 76 |
|
77 |
enum TPodcastControl |
|
78 |
{ |
|
79 |
EPodcastListViewListCtrl= 0x1000, |
|
80 |
EPodcastSettingShowDir, |
|
81 |
EPodcastSettingAutoDownload, |
|
82 |
EPodcastSettingAutoUpdate, |
|
83 |
EPodcastSettingMaxsimdls, |
|
84 |
EPodcastSettingConnection, |
|
85 |
EPodcastSettingIAPList, |
|
86 |
EPodcastAboutDlg, |
|
87 |
EQueryControl, |
|
88 |
EPodcastShowInfoImage, |
|
89 |
EWaitDlg |
|
90 |
}; |
|
91 |
||
92 |
enum TShowsIconIndex |
|
93 |
{ |
|
60 | 94 |
EShowIcon = 0, |
2 | 95 |
ENewShowIcon, |
96 |
EQuedShowIcon, |
|
97 |
EDownloadingShowIcon, |
|
98 |
EDownloadedShowIcon, |
|
99 |
EDownloadedNewShowIcon, |
|
100 |
EFailedShowIcon, |
|
101 |
ESuspendedShowIcon |
|
102 |
}; |
|
103 |
||
104 |
enum TConnectionSetting { |
|
105 |
EConnectionDefault = 0, |
|
177
269e3f3e544a
Lots of fixes for 3rd edition. First test SIS file, 0.90(3)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
147
diff
changeset
|
106 |
EConnectionAlwaysAsk = -1 |
269e3f3e544a
Lots of fixes for 3rd edition. First test SIS file, 0.90(3)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
147
diff
changeset
|
107 |
// EConnectionUseNetwork = 2, |
269e3f3e544a
Lots of fixes for 3rd edition. First test SIS file, 0.90(3)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
147
diff
changeset
|
108 |
// EConnectionUseIap = 0x7FFF |
2 | 109 |
}; |
110 |
||
111 |
#endif |