Private Member Functions | |
bool | IsInspectable (uint index) const |
Is the item with the given index inspectable? | |
uint | GetParent (uint index) const |
Get the parent "window_number" of a given instance. | |
const void * | GetInstance (uint index) const |
Get the instance given an index. | |
const void * | GetSpec (uint index) const |
Get (NewGRF) specs given an index. | |
void | SetStringParameters (uint index) const |
Set the string parameters to write the right data for a STRINGn. | |
void | Resolve (ResolverObject *ro, uint32 index) const |
Actually execute the real resolving for a given (instance) index. |
Definition at line 295 of file newgrf_debug_data.h.
const void* NIHIndustry::GetInstance | ( | uint | index | ) | const [inline, private, virtual] |
Get the instance given an index.
index | the index to get the instance for. |
Implements NIHelper.
Definition at line 298 of file newgrf_debug_data.h.
References Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem<&_industry_pool >::Get().
uint NIHIndustry::GetParent | ( | uint | index | ) | const [inline, private, virtual] |
Get the parent "window_number" of a given instance.
index | the instance to get the parent for. |
Implements NIHelper.
Definition at line 297 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.
const void* NIHIndustry::GetSpec | ( | uint | index | ) | const [inline, private, virtual] |
Get (NewGRF) specs given an index.
index | the index to get the specs for for. |
Implements NIHelper.
Definition at line 299 of file newgrf_debug_data.h.
References Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem<&_industry_pool >::Get(), and GetIndustrySpec().
bool NIHIndustry::IsInspectable | ( | uint | index | ) | const [inline, private, virtual] |
Is the item with the given index inspectable?
index | the index to check. |
Implements NIHelper.
Definition at line 296 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.
void NIHIndustry::Resolve | ( | ResolverObject * | ro, | |
uint32 | index | |||
) | const [inline, private, virtual] |
Actually execute the real resolving for a given (instance) index.
ro | The resolver object to fill with everything needed to be able to resolve a variable. | |
index | The (instance) index of the to-be-resolved variable. |
Reimplemented from NIHelper.
Definition at line 301 of file newgrf_debug_data.h.
References GetIndustryResolver().
void NIHIndustry::SetStringParameters | ( | uint | index | ) | const [inline, private, virtual] |
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 300 of file newgrf_debug_data.h.
References NIHelper::SetSimpleStringParameters().