MCPcopy Create free account

hub / github.com/IAmTomShaw/f1-race-replay / functions

Functions482 in github.com/IAmTomShaw/f1-race-replay

Methodon_draw
(self)
src/interfaces/qualifying.py:219
Methodon_error
Handle error messages.
src/insights/telemetry_stream_viewer.py:250
Methodon_key_press
(self, symbol: int, modifiers: int)
src/interfaces/race_replay.py:1581
Methodon_key_press
(self, symbol: int, modifiers: int)
src/interfaces/qualifying.py:781
Methodon_key_release
(self, symbol: int, modifiers: int)
src/interfaces/race_replay.py:1659
Methodon_key_release
(self, symbol: int, modifiers: int)
src/interfaces/qualifying.py:1020
Methodon_mouse_motion
Handle mouse motion for hover effects.
src/ui_components.py:1605
Methodon_mouse_motion
Handle mouse hover effects.
src/ui_components.py:1874
Methodon_mouse_motion
Handle mouse motion for hover effects on progress bar and controls.
src/interfaces/race_replay.py:1688
Methodon_mouse_motion
Pass mouse motion events to UI components.
src/interfaces/qualifying.py:710
Methodon_mouse_press
(self, window, x: float, y: float, button: int, modifiers: int)
src/ui_components.py:27
Methodon_mouse_press
(self, window, x: float, y: float, button: int, modifiers: int)
src/ui_components.py:70
Methodon_mouse_press
(self, window, x: float, y: float, button: int, modifiers: int)
src/ui_components.py:545
Methodon_mouse_press
(self, window, x: float, y: float, button: int, modifiers: int)
src/ui_components.py:661
Methodon_mouse_press
(self, window, x: float, y: float, button: int, modifiers: int)
src/ui_components.py:769
Methodon_mouse_press
(self, window, x: float, y: float, button: int, modifiers: int)
src/ui_components.py:1119
Methodon_mouse_press
Handle mouse click to seek to position.
src/ui_components.py:1633
Methodon_mouse_press
Handle button clicks.
src/ui_components.py:1890
Methodon_mouse_press
(self, x: float, y: float, button: int, modifiers: int)
src/interfaces/race_replay.py:1673
Methodon_mouse_press
(self, x: float, y: float, button: int, modifiers: int)
src/interfaces/qualifying.py:753
Methodon_mouse_release
(self, x: float, y: float, button: int, modifiers: int)
src/interfaces/race_replay.py:1667
Methodon_mouse_release
(self, x: float, y: float, button: int, modifiers: int)
src/interfaces/qualifying.py:1028
Methodon_race_clicked
(self, item, column)
src/gui/race_selection.py:236
Methodon_resize
(self, window)
src/ui_components.py:25
Methodon_resize
(self, window)
src/ui_components.py:1373
Methodon_resize
Recalculate control positions on window resize.
src/ui_components.py:1711
Methodon_resize
Called automatically by Arcade when window is resized.
src/interfaces/race_replay.py:1231
Methodon_resize
Handle the window being resized.
src/interfaces/qualifying.py:714
Methodon_stream_error
(self, error_msg)
src/insights/example_pit_wall_window.py:100
Methodon_stream_error
Handle stream errors (optional). Args: error_msg: Error message string
src/gui/pit_wall_window_template.py:61
Methodon_telemetry_data
(self, data)
src/insights/race_control_feed_window.py:202
Methodon_telemetry_data
(self, data)
src/insights/lap_time_chart_window.py:851
Methodon_telemetry_data
(self, data)
src/insights/example_pit_wall_window.py:54
Methodon_telemetry_data
(self, data)
src/insights/driver_telemetry_window.py:282
Methodon_telemetry_data
(self, data)
src/insights/tyre_strategy_window.py:351
Methodon_telemetry_data
(self, data)
src/insights/track_position_window.py:593
Methodon_telemetry_data
Process incoming telemetry data. Args: data: Dictionary with telemetry data including: - frame_i
src/gui/pit_wall_window_template.py:32
Methodon_update
Update flash timer for keyboard feedback animation.
src/ui_components.py:1719
Methodon_update
Update logic for time difference in fastest driver and current driver (Delta sector time)
src/ui_components.py:1961
Methodon_update
(self, delta_time: float)
src/interfaces/race_replay.py:1559
Methodon_update
(self, delta_time: float)
src/interfaces/qualifying.py:980
Methodopen_settings
(self)
src/gui/race_selection.py:433
MethodpaintEvent
(self, event)
src/insights/tyre_strategy_window.py:64
MethodpaintEvent
(self, event)
src/insights/tyre_strategy_window.py:157
MethodpaintEvent
(self, event)
src/insights/track_position_window.py:131
Methodreset
(self)
src/ui_components.py:1972
MethodresizeEvent
(self, event)
src/insights/lap_time_chart_window.py:471
Methodrotate_list
(xs, ys)
src/insights/track_position_window.py:90
Methodrun
(self)
src/gui/race_selection.py:27
Methodrun
(self)
src/gui/race_selection.py:355
Methodset_entries
Accept a list of dicts with keys: pos, code, color, time
src/ui_components.py:608
Methodset_info
Set session information to display
src/ui_components.py:1149
Methodset_lines
(self, lines: Optional[list[str]])
src/ui_components.py:1037
Methodset_visible
Set visibility of weather to True
src/ui_components.py:183
Methodset_visible
Set visibility of leaderboard to True
src/ui_components.py:288
Methodset_visible
Set visibility of controls to True
src/ui_components.py:1705
Methodsetup_ui
(self)
src/insights/race_control_feed_window.py:103
Methodsetup_ui
(self)
src/insights/lap_time_chart_window.py:649
Methodsetup_ui
(self)
src/insights/example_pit_wall_window.py:15
Methodsetup_ui
(self)
src/insights/driver_telemetry_window.py:51
Methodsetup_ui
(self)
src/insights/tyre_strategy_window.py:250
Methodsetup_ui
(self)
src/insights/track_position_window.py:529
Methodsetup_ui
Create your custom UI components.
src/gui/pit_wall_window_template.py:22
Methodshow_center
Show popup centered in the window.
src/ui_components.py:1054
Methodshow_error
(self, message)
src/gui/race_selection.py:429
Functionstart_menu
()
src/run_session.py:55
Functionstart_viewer
()
src/run_session.py:42
Methodstop
(self)
src/services/stream.py:173
Methodto_widget
(wx, wy)
src/insights/track_position_window.py:170
Methodtoggle_visibility
Toggle the visibility of the weather
src/ui_components.py:176
Methodtoggle_visibility
Toggle the visibility of the leaderboard
src/ui_components.py:281
Methodtoggle_visibility
Toggle the visibility of the progress bar
src/ui_components.py:620
Methodtoggle_visibility
Toggle visibility of session info banner
src/ui_components.py:1162
Methodtoggle_visibility
Toggle the visibility of the progress bar
src/ui_components.py:1331
Methodtoggle_visibility
Toggle the visibility of the controls
src/ui_components.py:1699
Methodvisible
(self)
src/ui_components.py:49
Methodvisible
(self)
src/ui_components.py:169
Methodvisible
(self)
src/ui_components.py:274
Methodvisible
(self)
src/ui_components.py:613
Methodvisible
(self)
src/ui_components.py:1324
Methodvisible
(self)
src/ui_components.py:1692
Methodworld_to_map
(x, y)
src/interfaces/qualifying.py:601
← previous401–482 of 482, ranked by callers