]> git.sesse.net Git - pkanalytics/blobdiff - mainwindow.h
Show gender (optional free-form field) in the player list.
[pkanalytics] / mainwindow.h
index 112c1612827119fb880db0ebd0b0ae6c7fdf2417..805fb125f6c2dc7a056889488cf3c9d2f7777b42 100644 (file)
@@ -23,7 +23,11 @@ private:
        void set_current_event_type(const std::string &type);
        void delete_current_event();
        void make_substitution();
-       void update_status();
+
+       void update_ui_from_time(uint64_t t);
+       void update_status(uint64_t t);
+       void update_player_buttons(uint64_t t);
+       void update_action_buttons(uint64_t t);
 
        Ui::MainWindow *ui;
        EventsModel *events;