OpenTTD Source 20241224-master-gf74b0cf984
|
Functions related to tile highlights. More...
Go to the source code of this file.
Functions | |
void | PlaceProc_DemolishArea (TileIndex tile) |
Start a drag for demolishing an area. | |
bool | GUIPlaceProcDragXY (ViewportDragDropSelectionProcess proc, TileIndex start_tile, TileIndex end_tile) |
A central place to handle all X_AND_Y dragged GUI functions. | |
bool | HandlePlacePushButton (Window *w, WidgetID widget, CursorID cursor, HighLightStyle mode) |
This code is shared for the majority of the pushbuttons. | |
void | SetObjectToPlaceWnd (CursorID icon, PaletteID pal, HighLightStyle mode, Window *w) |
Change the cursor and mouse click/drag handling to a mode for performing special operations like tile area selection, object placement, etc. | |
void | SetObjectToPlace (CursorID icon, PaletteID pal, HighLightStyle mode, WindowClass window_class, WindowNumber window_num) |
Change the cursor and mouse click/drag handling to a mode for performing special operations like tile area selection, object placement, etc. | |
void | ResetObjectToPlace () |
Reset the cursor and mouse mode handling back to default (normal cursor, only clicking in windows). | |
void | VpSelectTilesWithMethod (int x, int y, ViewportPlaceMethod method) |
Selects tiles while dragging. | |
void | VpStartDragging (ViewportDragDropSelectionProcess process) |
Drag over the map while holding the left mouse down. | |
void | VpStartPlaceSizing (TileIndex tile, ViewportPlaceMethod method, ViewportDragDropSelectionProcess process) |
highlighting tiles while only going over them with the mouse | |
void | VpSetPresizeRange (TileIndex from, TileIndex to) |
Highlights all tiles between a set of two tiles. | |
void | VpSetPlaceSizingLimit (int limit) |
void | UpdateTileSelection () |
Updates tile highlighting for all cases. | |
Variables | |
TileHighlightData | _thd |
Functions related to tile highlights.
Definition in file tilehighlight_func.h.
bool GUIPlaceProcDragXY | ( | ViewportDragDropSelectionProcess | proc, |
TileIndex | start_tile, | ||
TileIndex | end_tile | ||
) |
A central place to handle all X_AND_Y dragged GUI functions.
proc | Procedure related to the dragging |
start_tile | Begin of the dragging |
end_tile | End of the dragging |
Definition at line 112 of file terraform_gui.cpp.
References _ctrl_pressed, _settings_game, GameSettings::construction, DDSP_CREATE_DESERT, DDSP_CREATE_ROCKS, DDSP_DEMOLISH_AREA, DDSP_LEVEL_AREA, DDSP_LOWER_AND_LEVEL_AREA, DDSP_RAISE_AND_LEVEL_AREA, ConstructionSettings::freeform_edges, GenerateDesertArea(), GenerateRockyArea(), LM_LEVEL, LM_LOWER, LM_RAISE, Map::MaxX(), Map::MaxY(), TileDiffXY(), TileX(), and TileY().
Referenced by BuildAirToolbarWindow::OnPlaceMouseUp(), BuildDocksToolbarWindow::OnPlaceMouseUp(), BuildRailToolbarWindow::OnPlaceMouseUp(), BuildRoadToolbarWindow::OnPlaceMouseUp(), TerraformToolbarWindow::OnPlaceMouseUp(), and ScenarioEditorLandscapeGenerationWindow::OnPlaceMouseUp().
bool HandlePlacePushButton | ( | Window * | w, |
WidgetID | widget, | ||
CursorID | cursor, | ||
HighLightStyle | mode | ||
) |
This code is shared for the majority of the pushbuttons.
Handles e.g. the pressing of a button (to build things), playing of click sound and sets certain parameters
w | Window which called the function |
widget | ID of the widget (=button) that called this function |
cursor | How should the cursor image change? E.g. cursor with depot image in it |
mode | Tile highlighting mode, e.g. drawing a rectangle or a dot on the ground |
Definition at line 63 of file main_gui.cpp.
References _settings_client, SoundSettings::click_beep, Window::IsWidgetDisabled(), Window::IsWidgetLowered(), Window::LowerWidget(), ResetObjectToPlace(), Window::SetDirty(), SetObjectToPlace(), SND_15_BEEP, ClientSettings::sound, Window::window_class, and Window::window_number.
Referenced by BuildAirToolbarWindow::OnClick(), BuildDocksToolbarWindow::OnClick(), BuildIndustryWindow::OnClick(), BuildRailToolbarWindow::OnClick(), BuildRoadToolbarWindow::OnClick(), TerraformToolbarWindow::OnClick(), ScenarioEditorLandscapeGenerationWindow::OnClick(), and FoundTownWindow::OnClick().
void PlaceProc_DemolishArea | ( | TileIndex | tile | ) |
Start a drag for demolishing an area.
tile | Position of one corner. |
Definition at line 151 of file terraform_gui.cpp.
References DDSP_DEMOLISH_AREA, VPM_X_AND_Y, and VpStartPlaceSizing().
Referenced by BuildAirToolbarWindow::OnPlaceObject(), BuildDocksToolbarWindow::OnPlaceObject(), BuildRailToolbarWindow::OnPlaceObject(), BuildRoadToolbarWindow::OnPlaceObject(), TerraformToolbarWindow::OnPlaceObject(), and ScenarioEditorLandscapeGenerationWindow::OnPlaceObject().
void ResetObjectToPlace | ( | ) |
Reset the cursor and mouse mode handling back to default (normal cursor, only clicking in windows).
Definition at line 3498 of file viewport.cpp.
References HT_NONE, SetObjectToPlace(), SPR_CURSOR_MOUSE, and WC_MAIN_WINDOW.
Referenced by _GenerateWorld(), CcBuildRailTunnel(), CcBuildRoadTunnel(), CcPlaceSign(), CcRoadStop(), Window::Close(), PickerWindowBase::Close(), CmdScrollViewport(), DeleteDepotHighlightOfVehicle(), HandleMouseDragDrop(), HandlePlacePushButton(), CompanyWindow::OnClick(), DepotWindow::OnClick(), BuildIndustryWindow::OnClick(), NewGRFWindow::OnClick(), OrdersWindow::OnClick(), StatusBarWindow::OnClick(), NewGRFWindow::OnDragDrop(), OrdersWindow::OnDragDrop(), NewGRFWindow::OnDropdownSelect(), MainWindow::OnHotkey(), StoryBookWindow::OnPageElementClick(), BuildRailToolbarWindow::OnPlaceMouseUp(), BuildRoadToolbarWindow::OnPlaceMouseUp(), CompanyWindow::OnPlaceObject(), BuildIndustryWindow::OnPlaceObject(), OrdersWindow::OnPlaceObject(), StoryBookWindow::OnPlaceObject(), DepotWindow::OnVehicleSelect(), StoryBookWindow::RefreshSelectedPage(), StoryBookWindow::SetSelectedPage(), ShowSelectBaseStationIfNeeded(), VehicleGroupWindow::UnselectVehicle(), BuildTreesWindow::UpdateMode(), and VpHandlePlaceSizingDrag().
void SetObjectToPlace | ( | CursorID | icon, |
PaletteID | pal, | ||
HighLightStyle | mode, | ||
WindowClass | window_class, | ||
WindowNumber | window_num | ||
) |
Change the cursor and mouse click/drag handling to a mode for performing special operations like tile area selection, object placement, etc.
icon | New shape of the mouse cursor. |
pal | Palette to use. |
mode | Mode to perform. |
window_class | Window class of the window requesting the mode change. |
window_num | Number of the window in its class requesting the mode change. |
Definition at line 3450 of file viewport.cpp.
References _animcursors, _special_mouse_mode, ANIMCURSOR_FLAG, TileHighlightData::drawstyle, TileHighlightData::GetCallbackWnd(), HT_DRAG, HT_DRAG_MASK, HT_NONE, HT_SPECIAL, TileHighlightData::make_square_red, Window::OnPlaceObjectAbort(), TileHighlightData::place_mode, SetAnimatedMouseCursor(), SetMouseCursor(), SetSelectionTilesDirty(), SetTileSelectSize(), WC_INVALID, TileHighlightData::window_class, TileHighlightData::window_number, WSM_DRAGDROP, and WSM_NONE.
Referenced by _GenerateWorld(), GenerateWorld(), HandlePlacePushButton(), ResetObjectToPlace(), SetObjectToPlaceWnd(), and BuildTreesWindow::UpdateMode().
void SetObjectToPlaceWnd | ( | CursorID | icon, |
PaletteID | pal, | ||
HighLightStyle | mode, | ||
Window * | w | ||
) |
Change the cursor and mouse click/drag handling to a mode for performing special operations like tile area selection, object placement, etc.
icon | New shape of the mouse cursor. |
pal | Palette to use. |
mode | Mode to perform. |
w | Window requesting the mode change. |
Definition at line 3435 of file viewport.cpp.
References SetObjectToPlace(), Window::window_class, and Window::window_number.
Referenced by DepotWindow::DepotClick(), CompanyWindow::OnClick(), DepotWindow::OnClick(), VehicleGroupWindow::OnClick(), NewGRFWindow::OnClick(), OrdersWindow::OnClick(), RefitWindow::OnClick(), StoryBookWindow::OnPageElementClick(), and OrdersWindow::OrderClick_Goto().
void UpdateTileSelection | ( | ) |
Updates tile highlighting for all cases.
Uses _thd.selstart and _thd.selend and _thd.place_mode (set elsewhere) to determine _thd.pos and _thd.size Also drawstyle is determined. Uses _thd.new.* as a buffer and calls SetSelectionTilesDirty() twice, Once for the old and once for the new selection. _thd is TileHighlightData, found in viewport.h
Definition at line 2602 of file viewport.cpp.
References TileHighlightData::diagonal, TileHighlightData::dirty, TileHighlightData::drawstyle, TileHighlightData::freeze, GetAutorailHT(), HT_DIR_HL, HT_DIR_HU, HT_DIR_MASK, HT_DIR_VL, HT_DIR_VR, HT_DIR_X, HT_DIR_Y, HT_DRAG_MASK, HT_LINE, HT_NONE, HT_POINT, HT_RAIL, HT_RECT, HT_SPECIAL, TileHighlightData::IsDraggingDiagonal(), TileHighlightData::new_outersize, TileHighlightData::new_pos, TileHighlightData::new_size, TileHighlightData::next_drawstyle, TileHighlightData::outersize, TileHighlightData::place_mode, TileHighlightData::pos, TileHighlightData::selend, TileHighlightData::selstart, SetSelectionTilesDirty(), TileHighlightData::size, Swap(), TILE_SIZE, and TILE_UNIT_MASK.
Referenced by StationJoinerNeeded().
void VpSelectTilesWithMethod | ( | int | x, |
int | y, | ||
ViewportPlaceMethod | method | ||
) |
Selects tiles while dragging.
x | X coordinate of end of selection |
y | Y coordinate of end of selection |
method | modifies the way tiles are selected. Possible methods are VPM_* in viewport.h |
Definition at line 3216 of file viewport.cpp.
References _settings_client, abs(), CalcHeightdiff(), CalcRaildirsDrawstyle(), Clamp(), Delta(), DistanceManhattan(), ClientSettings::gui, HT_DIR_X, HT_DIR_Y, HT_DRAG_MASK, HT_LINE, HT_POINT, HT_RECT, TileHighlightData::IsDraggingDiagonal(), GUISettings::measure_tooltip, TileHighlightData::next_drawstyle, TileHighlightData::selend, TileHighlightData::selstart, SetDParam(), ShowMeasurementTooltips(), TileHighlightData::sizelimit, TILE_SIZE, TileVirtXY(), TileX(), TileY(), VPM_FIX_X, VPM_FIX_Y, VPM_RAILDIRS, VPM_SIGNALDIRS, VPM_X_AND_Y, VPM_X_AND_Y_LIMITED, VPM_X_LIMITED, VPM_X_OR_Y, and VPM_Y_LIMITED.
Referenced by BuildAirToolbarWindow::OnPlaceDrag(), BuildDocksToolbarWindow::OnPlaceDrag(), BuildObjectWindow::OnPlaceDrag(), BuildRailToolbarWindow::OnPlaceDrag(), BuildRoadToolbarWindow::OnPlaceDrag(), TerraformToolbarWindow::OnPlaceDrag(), ScenarioEditorLandscapeGenerationWindow::OnPlaceDrag(), and BuildTreesWindow::OnPlaceDrag().
void VpSetPlaceSizingLimit | ( | int | limit | ) |
Definition at line 2767 of file viewport.cpp.
Highlights all tiles between a set of two tiles.
Used in dock and tunnel placement
from | TileIndex of the first tile to highlight |
to | TileIndex of the last tile to highlight |
Definition at line 2777 of file viewport.cpp.
References DistanceManhattan(), HT_RECT, TileHighlightData::next_drawstyle, TileHighlightData::selend, TileHighlightData::selstart, SetDParam(), ShowMeasurementTooltips(), TILE_SIZE, TileX(), and TileY().
Referenced by BuildRailToolbarWindow::OnPlacePresize(), BuildRoadToolbarWindow::OnPlacePresize(), and BuildDocksToolbarWindow::OnPlacePresize().
void VpStartDragging | ( | ViewportDragDropSelectionProcess | process | ) |
Drag over the map while holding the left mouse down.
Definition at line 2756 of file viewport.cpp.
References _special_mouse_mode, HT_RECT, TileHighlightData::next_drawstyle, TileHighlightData::select_method, TileHighlightData::select_proc, TileHighlightData::selstart, VPM_X_AND_Y, and WSM_DRAGGING.
Referenced by BuildTreesWindow::OnPlaceObject().
void VpStartPlaceSizing | ( | TileIndex | tile, |
ViewportPlaceMethod | method, | ||
ViewportDragDropSelectionProcess | process | ||
) |
highlighting tiles while only going over them with the mouse
Definition at line 2722 of file viewport.cpp.
References _special_mouse_mode, TileHighlightData::drawstyle, HT_DIR_MASK, HT_DRAG_MASK, HT_LINE, HT_POINT, HT_RAIL, HT_RECT, HT_SPECIAL, TileHighlightData::next_drawstyle, TileHighlightData::place_mode, TileHighlightData::select_method, TileHighlightData::select_proc, TileHighlightData::selend, TileHighlightData::selstart, TILE_SIZE, TileX(), TileY(), VPM_FIX_X, VPM_FIX_Y, VPM_X_OR_Y, and WSM_SIZING.
Referenced by BuildDocksToolbarWindow::OnPlaceObject(), BuildObjectWindow::OnPlaceObject(), BuildRailToolbarWindow::OnPlaceObject(), BuildRoadToolbarWindow::OnPlaceObject(), TerraformToolbarWindow::OnPlaceObject(), ScenarioEditorLandscapeGenerationWindow::OnPlaceObject(), BuildTreesWindow::OnPlaceObject(), PlaceProc_DemolishArea(), PlaceRail_Bridge(), PlaceRail_Station(), PlaceRail_Waypoint(), PlaceRoad_Bridge(), PlaceRoad_BusStation(), PlaceRoad_TruckStation(), and PlaceRoad_Waypoint().
|
extern |
Definition at line 191 of file viewport.cpp.