Home
last modified time | relevance | path

Searched refs:WC_FOOTPATH (Results 1 – 10 of 10) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DFootpath.cpp198 rct_window* window = window_bring_to_front_by_class(WC_FOOTPATH); in window_footpath_open()
515 else if (gCurrentToolWidget.window_classification != WC_FOOTPATH) in window_footpath_update()
530 else if (gCurrentToolWidget.window_classification != WC_FOOTPATH) in window_footpath_update()
850 window_invalidate_by_class(WC_FOOTPATH); in window_footpath_set_provisional_path_at_point()
1205 rct_window* w = window_find_by_class(WC_FOOTPATH); in window_footpath_set_enabled_and_pressed_widgets()
1450 rct_window* w = window_find_by_class(WC_FOOTPATH); in window_footpath_keyboard_shortcut_turn_left()
1463 rct_window* w = window_find_by_class(WC_FOOTPATH); in window_footpath_keyboard_shortcut_turn_right()
1476 rct_window* w = window_find_by_class(WC_FOOTPATH); in window_footpath_keyboard_shortcut_slope_down()
1499 rct_window* w = window_find_by_class(WC_FOOTPATH); in window_footpath_keyboard_shortcut_slope_up()
1522 rct_window* w = window_find_by_class(WC_FOOTPATH); in window_footpath_keyboard_shortcut_demolish_current()
[all …]
H A DTopToolbar.cpp826 if (window_find_by_class(WC_FOOTPATH) == nullptr) in window_top_toolbar_invalidate()
3771 if (window_find_by_class(WC_FOOTPATH) == nullptr) in toggle_footpath_window()
3773 context_open_window(WC_FOOTPATH); in toggle_footpath_window()
3778 window_close_by_class(WC_FOOTPATH); in toggle_footpath_window()
H A DThemes.cpp192 WC_FOOTPATH,
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/input/
H A DShortcuts.cpp617 rct_window* window = window_find_by_class(WC_FOOTPATH); in ShortcutConstructionTurnLeft()
632 rct_window* window = window_find_by_class(WC_FOOTPATH); in ShortcutConstructionTurnRight()
648 rct_window* window = window_find_by_class(WC_FOOTPATH); in ShortcutConstructionSlopeUp()
664 rct_window* window = window_find_by_class(WC_FOOTPATH); in ShortcutConstructionBuildCurrent()
680 rct_window* window = window_find_by_class(WC_FOOTPATH); in ShortcutConstructionSlopeDown()
696 rct_window* window = window_find_by_class(WC_FOOTPATH); in ShortcutConstructionDemolishCurrent()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/interface/
H A DViewportInteraction.cpp445 …dow_find_by_class(WC_RIDE_CONSTRUCTION) == nullptr && window_find_by_class(WC_FOOTPATH) == nullptr) in ViewportInteractionGetItemRight()
616 w = window_find_by_class(WC_FOOTPATH); in ViewportInteractionRemoveFootpath()
H A DTheme.cpp134 …{ THEME_WC(WC_FOOTPATH), STR_THEMES_WINDOW_FOOTPATH, C…
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/
H A DWindowManager.cpp66 case WC_FOOTPATH: in OpenWindow()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/actions/
H A DSetCheatAction.cpp96 window_invalidate_by_class(WC_FOOTPATH); in Execute()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/interface/
H A DWindow.h409 WC_FOOTPATH = 20, enumerator
H A DWindow.cpp1770 window_close_by_class(WC_FOOTPATH); in window_close_construction_windows()