OpenTTD Source 20241224-master-gf74b0cf984
|
Extra viewport window. More...
#include "stdafx.h"
#include "landscape.h"
#include "window_gui.h"
#include "viewport_func.h"
#include "strings_func.h"
#include "zoom_func.h"
#include "window_func.h"
#include "widgets/viewport_widget.h"
#include "table/strings.h"
#include "table/sprites.h"
#include "safeguards.h"
Go to the source code of this file.
Data Structures | |
class | ExtraViewportWindow |
Functions | |
void | ShowExtraViewportWindow (TileIndex tile) |
Show a new Extra Viewport window. | |
void | ShowExtraViewportWindowForTileUnderCursor () |
Show a new Extra Viewport window. | |
Variables | |
static constexpr NWidgetPart | _nested_extra_viewport_widgets [] |
static WindowDesc | _extra_viewport_desc (WDP_AUTO, "extra_viewport", 300, 268, WC_EXTRA_VIEWPORT, WC_NONE, 0, _nested_extra_viewport_widgets) |
Extra viewport window.
Definition in file viewport_gui.cpp.
void ShowExtraViewportWindow | ( | TileIndex | tile | ) |
Show a new Extra Viewport window.
tile | Tile to center the view on. INVALID_TILE means to use the center of main viewport. |
Definition at line 156 of file viewport_gui.cpp.
References FindWindowById(), and WC_EXTRA_VIEWPORT.
Referenced by GoalListWindow::HandleClick(), MenuClickMap(), CompanyWindow::OnClick(), DepotWindow::OnClick(), IndustryViewWindow::OnClick(), IndustryDirectoryWindow::OnClick(), LandInfoWindow::OnClick(), NewsWindow::OnClick(), SignWindow::OnClick(), CompanyStationsWindow::OnClick(), StationViewWindow::OnClick(), TownViewWindow::OnClick(), TownDirectoryWindow::OnClick(), VehicleViewWindow::OnClick(), WaypointWindow::OnClick(), StoryBookWindow::OnPageElementClick(), and ShowExtraViewportWindowForTileUnderCursor().
void ShowExtraViewportWindowForTileUnderCursor | ( | ) |
Show a new Extra Viewport window.
Center it on the tile under the cursor, if the cursor is inside a viewport. If that fails, center it on main viewport center.
Definition at line 171 of file viewport_gui.cpp.
References INVALID_TILE, ShowExtraViewportWindow(), and TileVirtXY().
Referenced by MainToolbarWindow::OnHotkey(), and ScenarioEditorToolbarWindow::OnHotkey().
|
staticconstexpr |
Definition at line 26 of file viewport_gui.cpp.