X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreen%2Fsrc%2Fapplauncherwidget.h;fp=HomeScreen%2Fsrc%2Fapplauncherwidget.h;h=a58148e9c9ff15c292521cb89838d8d072be4d5f;hb=cf8cd699e91df40c3f9070019f7c561432b4b4dd;hp=943f6d5e51626ce23c79d285ff36dca40207b0ee;hpb=0a468d9b5ae7b3e5ba106facf17698d89b1ce200;p=staging%2FHomeScreen.git diff --git a/HomeScreen/src/applauncherwidget.h b/HomeScreen/src/applauncherwidget.h index 943f6d5..a58148e 100644 --- a/HomeScreen/src/applauncherwidget.h +++ b/HomeScreen/src/applauncherwidget.h @@ -34,18 +34,23 @@ class AppLauncherWidget : public QWidget public: explicit AppLauncherWidget(QWidget *parent = 0); ~AppLauncherWidget(); + + void populateAppList(); + public slots: void updateColorScheme(); private slots: void on_tableView_clicked(int row, int col); +signals: + void newRequestsToBeVisibleApp(int pid); + private: Ui::AppLauncherWidget *mp_ui; QList *mp_appList; QTableWidget *mp_appTable; org::agl::appframework *mp_dBusAppFrameworkProxy; - void populateAppList(); }; #endif // APPLAUNCHERWIDGET_H