]> git.sesse.net Git - ultimatescore/blobdiff - client/mainwindow.h
Add some code to display rosters.
[ultimatescore] / client / mainwindow.h
index f2b0a6748482abe0a1789d92d7c50e6e5ad58a0f..99b8a34196dd1d2804c690fae7462a738626e496 100644 (file)
@@ -4,6 +4,7 @@
 #include <QMainWindow>
 
 #include "acmp_client.h"
+#include "event_device.h"
 
 namespace Ui {
 class MainWindow;
@@ -37,10 +38,19 @@ private:
        void set_and_show_autocomment_clicked();
        void show_lower_third_clicked();
        void hide_lower_third_clicked();
+       void quick_lower_third_activate();
        void autocomment_update();
+       void show_scorebug_clicked();
+       void show_group_clicked(const std::string &group_name);
+       void show_roster_clicked(const std::string &team_code);
+       void show_schedule_clicked();
+       void show_carousel_clicked();
+       void show_roster_carousel_clicked();
+       void show_nothing_clicked();
 
        Ui::MainWindow *ui;
        ACMPClient *acmp;
+       EventDevice *event_device;
 };
 
 #endif // MAINWINDOW_H