equal
deleted
inserted
replaced
59 public slots: |
59 public slots: |
60 void changeOrientation( Qt::Orientation orientation ); |
60 void changeOrientation( Qt::Orientation orientation ); |
61 void changePowerState(); |
61 void changePowerState(); |
62 void changeVisibility(int index); |
62 void changeVisibility(int index); |
63 void changeBtLocalName(); |
63 void changeBtLocalName(); |
64 |
|
65 void updateSettingItems(const QModelIndex &topLeft, const QModelIndex &bottomRight); |
64 void updateSettingItems(const QModelIndex &topLeft, const QModelIndex &bottomRight); |
66 |
|
67 void launchDeviceDiscovery(); |
65 void launchDeviceDiscovery(); |
68 |
|
69 void goToSearchView(); |
66 void goToSearchView(); |
70 |
67 |
71 //from delegate classes |
68 //from delegate classes |
72 void visibilityDelegateCompleted(int status); |
69 void visibilityDelegateCompleted(int status); |
73 void btNameDelegateCompleted(int status); |
70 void btNameDelegateCompleted(int status); |
109 |
106 |
110 void updateDeviceListFilter(BtcpuiMainView::filterType filter); |
107 void updateDeviceListFilter(BtcpuiMainView::filterType filter); |
111 |
108 |
112 void updateOptionsMenu(); |
109 void updateOptionsMenu(); |
113 |
110 |
|
111 |
114 private: |
112 private: |
115 |
113 |
116 // search view. Owned |
114 // search view. Owned |
117 BtcpuiBaseView *mSearchView; |
115 BtcpuiBaseView *mSearchView; |
118 // device view. Owned. |
116 // device view. Owned. |