]> git.sesse.net Git - pkanalytics/blobdiff - mainwindow.h
Remove the “our foul” button for now.
[pkanalytics] / mainwindow.h
index f046b688746933e57db7d10b8fd1f8c147b55fd1..805fb125f6c2dc7a056889488cf3c9d2f7777b42 100644 (file)
@@ -19,10 +19,15 @@ private:
        void position_changed(uint64_t pos);
        void seek(int64_t delta_ms);
        void insert_event(int button_id);
+       void insert_noplayer_event(const std::string &type);
        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;