|
OpenTTD Source 20251116-master-g21329071df
|
Private Member Functions | |
| bool | IsInspectable (uint index) const override |
| Is the item with the given index inspectable? | |
| uint | GetParent (uint index) const override |
| Get the parent "window_number" of a given instance. | |
| const void * | GetInstance (uint index) const override |
| Get the instance given an index. | |
| const void * | GetSpec (uint index) const override |
| Get (NewGRF) specs given an index. | |
| std::string | GetName (uint index) const override |
| Get the name of this item. | |
| uint32_t | GetGRFID (uint index) const override |
| Get the GRFID of the file that includes this item. | |
| std::span< const BadgeID > | GetBadges (uint index) const override |
| Get the list of badges of this item. | |
| uint | Resolve (uint index, uint var, uint param, bool &avail) const override |
| Resolve (action2) variable for a given index. | |
| const std::span< int32_t > | GetPSA (uint index, uint32_t) const override |
| Gets the span containing the persistent storage. | |
Additional Inherited Members | |
Public Member Functions inherited from NIHelper | |
| virtual | ~NIHelper ()=default |
| Silence a warning. | |
| virtual bool | PSAWithParameter () const |
| Used to decide if the PSA needs a parameter or not. | |
Definition at line 535 of file newgrf_debug_data.h.
|
inlineoverrideprivatevirtual |
Get the list of badges of this item.
| index | index to check. |
Implements NIHelper.
Definition at line 542 of file newgrf_debug_data.h.
References SpecializedStation< Station, false >::Get(), and AirportSpec::Get().
|
inlineoverrideprivatevirtual |
Get the GRFID of the file that includes this item.
| index | index to check. |
Implements NIHelper.
Definition at line 541 of file newgrf_debug_data.h.
References SpecializedStation< Station, false >::Get(), AirportSpec::Get(), AirportSpec::grf_prop, GRFFilePropsBase::grfid, and IsInspectable().
|
inlineoverrideprivatevirtual |
Get the instance given an index.
| index | the index to get the instance for. |
Implements NIHelper.
Definition at line 538 of file newgrf_debug_data.h.
References SpecializedStation< Station, false >::Get().
Referenced by GetPSA().
|
inlineoverrideprivatevirtual |
Get the name of this item.
| index | the index to get the name for. |
Implements NIHelper.
Definition at line 540 of file newgrf_debug_data.h.
References SpecializedStation< Station, false >::Get(), and GetString().
|
inlineoverrideprivatevirtual |
Get the parent "window_number" of a given instance.
| index | the instance to get the parent for. |
Implements NIHelper.
Definition at line 537 of file newgrf_debug_data.h.
References SpecializedStation< Station, false >::Get(), GetInspectWindowNumber(), GSF_FAKE_TOWNS, and Pool< Titem, Tindex, Tgrowth_step, Tpool_type, Tcache >::PoolItem< Tpool >::index.
|
inlineoverrideprivatevirtual |
Gets the span containing the persistent storage.
| index | Index of the item. |
| grfid | Parameter for the PSA. Only required for items with parameters. |
Reimplemented from NIHelper.
Definition at line 551 of file newgrf_debug_data.h.
References Station::airport, GetInstance(), Airport::psa, and PersistentStorageArray< TYPE, SIZE >::storage.
|
inlineoverrideprivatevirtual |
Get (NewGRF) specs given an index.
| index | the index to get the specs for for. |
Implements NIHelper.
Definition at line 539 of file newgrf_debug_data.h.
References SpecializedStation< Station, false >::Get(), and AirportSpec::Get().
|
inlineoverrideprivatevirtual |
Is the item with the given index inspectable?
| index | the index to check. |
Implements NIHelper.
Definition at line 536 of file newgrf_debug_data.h.
References SpecializedStation< Station, false >::Get(), AirportSpec::Get(), AirportSpec::grf_prop, and GRFFilePropsBase::HasGrfFile().
Referenced by GetGRFID().
|
inlineoverrideprivatevirtual |
Resolve (action2) variable for a given index.
| index | The (instance) index to resolve the variable for. |
| var | The variable to actually resolve. |
| param | The varaction2 0x60+x parameter to pass. |
| avail | Return whether the variable is available. |
Implements NIHelper.
Definition at line 544 of file newgrf_debug_data.h.
References Station::airport, SpecializedStation< Station, false >::Get(), AirportSpec::Get(), AirportResolverObject::GetScope(), ScopeResolver::GetVariable(), Airport::layout, OrthogonalTileArea::tile, Airport::type, and VSG_SCOPE_SELF.