|
OpenTTD Source
1.10.0-RC1
|
Private Member Functions | |
| bool | IsInspectable (uint index) const override |
| Is the item with the given index inspectable? More... | |
| uint | GetParent (uint index) const override |
| Get the parent "window_number" of a given instance. More... | |
| const void * | GetInstance (uint index) const override |
| Get the instance given an index. More... | |
| const void * | GetSpec (uint index) const override |
| Get (NewGRF) specs given an index. More... | |
| void | SetStringParameters (uint index) const override |
| Set the string parameters to write the right data for a STRINGn. More... | |
| uint32 | GetGRFID (uint index) const override |
| Get the GRFID of the file that includes this item. More... | |
| uint | Resolve (uint index, uint var, uint param, bool *avail) const override |
| Resolve (action2) variable for a given index. More... | |
| uint | GetPSASize (uint index, uint32 grfid) const override |
| Allows to know the size of the persistent storage. More... | |
| const int32 * | GetPSAFirstPosition (uint index, uint32 grfid) const override |
| Gets the first position of the array containing the persistent storage. More... | |
Additional Inherited Members | |
Public Member Functions inherited from NIHelper | |
| virtual | ~NIHelper () |
| Silence a warning. More... | |
| virtual bool | PSAWithParameter () const |
| Used to decide if the PSA needs a parameter or not. More... | |
Protected Member Functions inherited from NIHelper | |
| void | SetSimpleStringParameters (StringID string, uint32 index) const |
| Helper to make setting the strings easier. More... | |
| void | SetObjectAtStringParameters (StringID string, uint32 index, TileIndex tile) const |
| Helper to make setting the strings easier for objects at a specific tile. More... | |
Definition at line 348 of file newgrf_debug_data.h.
|
inlineoverrideprivatevirtual |
Get the GRFID of the file that includes this item.
| index | index to check. |
Implements NIHelper.
Definition at line 354 of file newgrf_debug_data.h.
References Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem<&_industry_pool >::Get(), GetIndustrySpec(), IndustrySpec::grf_prop, GRFFilePropsBase< Tcnt >::grffile, and NIHVehicle::IsInspectable().
|
inlineoverrideprivatevirtual |
Get the instance given an index.
| index | the index to get the instance for. |
Implements NIHelper.
Definition at line 351 of file newgrf_debug_data.h.
References Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem<&_industry_pool >::Get().
|
inlineoverrideprivatevirtual |
Get the parent "window_number" of a given instance.
| index | the instance to get the parent for. |
Implements NIHelper.
Definition at line 350 of file newgrf_debug_data.h.
References Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem<&_industry_pool >::Get(), GetInspectWindowNumber(), and GSF_FAKE_TOWNS.
|
inlineoverrideprivatevirtual |
Gets the first position of the array 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 365 of file newgrf_debug_data.h.
References NIHVehicle::GetInstance(), Industry::psa, and PersistentStorageArray< TYPE, SIZE >::storage.
|
inlineoverrideprivatevirtual |
Allows to know the size of 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 363 of file newgrf_debug_data.h.
References cpp_lengthof.
|
inlineoverrideprivatevirtual |
Get (NewGRF) specs given an index.
| index | the index to get the specs for for. |
Implements NIHelper.
Definition at line 352 of file newgrf_debug_data.h.
References Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem<&_industry_pool >::Get(), and GetIndustrySpec().
|
inlineoverrideprivatevirtual |
Is the item with the given index inspectable?
| index | the index to check. |
Implements NIHelper.
Definition at line 349 of file newgrf_debug_data.h.
References Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem<&_industry_pool >::Get(), GetIndustrySpec(), IndustrySpec::grf_prop, and GRFFilePropsBase< Tcnt >::grffile.
|
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 356 of file newgrf_debug_data.h.
References Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem<&_industry_pool >::Get(), IndustriesResolverObject::GetScope(), ScopeResolver::GetVariable(), Industry::location, OrthogonalTileArea::tile, Industry::type, and VSG_SCOPE_SELF.
|
inlineoverrideprivatevirtual |
Set the string parameters to write the right data for a STRINGn.
| index | the index to get the string parameters for. |
Implements NIHelper.
Definition at line 353 of file newgrf_debug_data.h.
References NIHelper::SetSimpleStringParameters().