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. | |
uint32 | GetGRFID (uint index) const |
Get the GRFID of the file that includes this item. | |
void | Resolve (ResolverObject *ro, uint32 index) const |
Definition at line 225 of file newgrf_debug_data.h.
uint32 NIHIndustryTile::GetGRFID | ( | uint | index | ) | const [inline, private, virtual] |
Get the GRFID of the file that includes this item.
index | index to check. |
Implements NIHelper.
Definition at line 231 of file newgrf_debug_data.h.
References GetIndustryGfx(), GetIndustryTileSpec(), IndustryTileSpec::grf_prop, GRFFilePropsBase< Tcnt >::grffile, and IsInspectable().
const void* NIHIndustryTile::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 228 of file newgrf_debug_data.h.
uint NIHIndustryTile::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 227 of file newgrf_debug_data.h.
References GetIndustryIndex(), and GetInspectWindowNumber().
const void* NIHIndustryTile::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 229 of file newgrf_debug_data.h.
References GetIndustryGfx(), and GetIndustryTileSpec().
bool NIHIndustryTile::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 226 of file newgrf_debug_data.h.
References GetIndustryGfx(), GetIndustryTileSpec(), IndustryTileSpec::grf_prop, and GRFFilePropsBase< Tcnt >::grffile.
Referenced by GetGRFID().
void NIHIndustryTile::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 230 of file newgrf_debug_data.h.
References GetIndustryIndex(), and NIHelper::SetObjectAtStringParameters().