]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/gui/mainwindow.h
implemented 'tab container' widget, which groups daynavigator with treeview
[toast/confclerk.git] / src / gui / mainwindow.h
index dd9e24e6aea2e8a8a72a1ef3827a5eed3299ecd1..0f425a330467c8a67b005adb25b42708093b591b 100644 (file)
@@ -16,16 +16,13 @@ public:
     MainWindow(int aEventId = 0, QWidget *aParent = NULL);
     ~MainWindow();
 private slots:
-    void importSchedule();
+    void scheduleImported(int aConfId);
     void aboutApp();
-    void updateDayView(const QDate &aDate);
-    void updateTab(const int n);
-    void updateTracksView(const QDate &aDate);
-    void updateFavouritesView(const QDate &aDate);
     void updateSearchView(const QDate &aDate);
-    void itemClicked(const QModelIndex &aIndex);
-    void displayMap(const QModelIndex &aIndex);
     void searchClicked();
+       void searchAgainClicked();
+    void conferenceMapClicked();
+    void eventHasChanged(int aEventId);
 private:
     SqlEngine *mSqlEngine;
 };