OpenTTD Source
12.0-beta2
|
#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. More... | |
void | ShowExtraViewportWindowForTileUnderCursor () |
Show a new Extra Viewport window. More... | |
Variables | |
static const 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, lengthof(_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 168 of file viewport_gui.cpp.
References FindWindowById(), and WC_EXTRA_VIEWPORT.
Referenced by WaypointWindow::OnClick(), LandInfoWindow::OnClick(), TownViewWindow::OnClick(), NewsWindow::OnClick(), SignWindow::OnClick(), CompanyStationsWindow::OnClick(), TownDirectoryWindow::OnClick(), IndustryDirectoryWindow::OnClick(), StationViewWindow::OnClick(), VehicleViewWindow::OnClick(), and StoryBookWindow::OnPageElementClick().
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 183 of file viewport_gui.cpp.
|
static |
Definition at line 26 of file viewport_gui.cpp.