OpenTTD Source 20250312-master-gcdcc6b491d
|
Specialised ViewportSign that tracks whether it is valid for entering into a Kdtree. More...
#include <viewport_type.h>
Public Member Functions | |
auto | operator<=> (const TrackedViewportSign &) const =default |
void | UpdatePosition (int center, int top, std::string_view str, std::string_view str_small={}) |
Update the position of the viewport sign. | |
![]() | |
auto | operator<=> (const ViewportSign &) const =default |
void | UpdatePosition (int center, int top, std::string_view str, std::string_view str_small={}) |
Update the position of the viewport sign. | |
void | MarkDirty (ZoomLevel maxzoom=ZOOM_LVL_MAX) const |
Mark the sign dirty in all viewports. | |
Data Fields | |
bool | kdtree_valid = false |
Are the sign data valid for use with the _viewport_sign_kdtree? | |
![]() | |
int32_t | center = 0 |
The center position of the sign. | |
int32_t | top = 0 |
The top of the sign. | |
uint16_t | width_normal = 0 |
The width when not zoomed out (normal font) | |
uint16_t | width_small = 0 |
The width when zoomed out (small font) | |
Specialised ViewportSign that tracks whether it is valid for entering into a Kdtree.
Definition at line 62 of file viewport_type.h.
|
inline |
Update the position of the viewport sign.
Note that this function hides the base class function.
Definition at line 71 of file viewport_type.h.
Referenced by Sign::UpdateVirtCoord(), Town::UpdateVirtCoord(), Station::UpdateVirtCoord(), and Waypoint::UpdateVirtCoord().
bool TrackedViewportSign::kdtree_valid = false |
Are the sign data valid for use with the _viewport_sign_kdtree?
Definition at line 63 of file viewport_type.h.
Referenced by CmdDeleteTown(), CmdRenameSign(), Sign::UpdateVirtCoord(), Town::UpdateVirtCoord(), Station::UpdateVirtCoord(), Waypoint::UpdateVirtCoord(), and Station::~Station().