equal
deleted
inserted
replaced
10 * Nokia Corporation - initial contribution. |
10 * Nokia Corporation - initial contribution. |
11 * |
11 * |
12 * Contributors: |
12 * Contributors: |
13 * |
13 * |
14 * Description: |
14 * Description: |
15 * CpDestinationGroup contains all destination UI items as well as |
15 * CpDestinationGroup contains all destination UI items as well as |
16 * items for uncategorized access points and adding new destinations. |
16 * items for uncategorized access points and adding new destinations. |
17 */ |
17 */ |
18 |
18 |
19 #ifndef CPDESTINATIONGROUP_H |
19 #ifndef CPDESTINATIONGROUP_H |
20 #define CPDESTINATIONGROUP_H |
20 #define CPDESTINATIONGROUP_H |
21 |
21 |
42 |
42 |
43 public: |
43 public: |
44 CpDestinationGroup(CpItemDataHelper &itemDataHelper); |
44 CpDestinationGroup(CpItemDataHelper &itemDataHelper); |
45 ~CpDestinationGroup(); |
45 ~CpDestinationGroup(); |
46 |
46 |
47 void addDestination(const QString &dest, int destId); |
47 void addDestination( |
|
48 const QString &name, |
|
49 QSharedPointer<CmDestinationShim> dest); |
48 void deleteDestination(int destId); |
50 void deleteDestination(int destId); |
49 CpBearerApPluginInterface *findBearerPlugin(int apId); |
51 CpBearerApPluginInterface *findBearerPlugin(int apId); |
50 |
52 |
51 signals: |
53 signals: |
52 |
54 |