X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=client%2Fmainwindow.h;h=968ef4daabbc41d0a1cebe9018fb516c741c5c37;hb=HEAD;hp=5402654fdce11930ffe935ad34e2ac641680af1b;hpb=e5ca9f8c9d6277669bbb8ae244172cfe547e56a4;p=ultimatescore diff --git a/client/mainwindow.h b/client/mainwindow.h index 5402654..e215da5 100644 --- a/client/mainwindow.h +++ b/client/mainwindow.h @@ -26,6 +26,8 @@ public: private: void ws_disconnect_clicked(); void set_initials_clicked(); + void set_match_2_initials_clicked(); + void set_match_3_initials_clicked(); void set_color_clicked(); void set_score_clicked(); void set_all_scorebug_clicked(); @@ -36,6 +38,10 @@ private: void stop_clock_clicked(); void show_clock_clicked(); void hide_clock_clicked(); + void show_match_2_clicked(); + void hide_match_2_clicked(); + void show_match_3_clicked(); + void hide_match_3_clicked(); void set_comment_clicked(); void set_and_show_comment_clicked(); void hide_comment_clicked(); @@ -51,14 +57,16 @@ private: void show_carousel_clicked(); void show_roster_carousel_clicked(); void show_nothing_clicked(); - void udp_thread_func(); - void bt6000_message_received(const std::string &msg); + void udp_thread_func(int port); + void bt6000_message_received(const std::string &msg, int port); Ui::MainWindow *ui; WSServer *ws; EventDevice *event_device; std::thread udp_thread; + std::thread udp_thread2; + std::thread udp_thread3; }; #endif // MAINWINDOW_H