Private Member Functions

NIHAirportTile Class Reference

Inheritance diagram for NIHAirportTile:
NIHelper

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

Detailed Description

Definition at line 405 of file newgrf_debug_data.h.


Member Function Documentation

uint32 NIHAirportTile::GetGRFID ( uint  index  )  const [inline, private, virtual]

Get the GRFID of the file that includes this item.

Parameters:
index index to check.
Returns:
GRFID of the item. 0 means that the item is not inspectable.

Implements NIHelper.

Definition at line 411 of file newgrf_debug_data.h.

References AirportTileSpec::Get(), GetAirportGfx(), AirportTileSpec::grf_prop, GRFFilePropsBase< Tcnt >::grffile, and IsInspectable().

const void* NIHAirportTile::GetInstance ( uint  index  )  const [inline, private, virtual]

Get the instance given an index.

Parameters:
index the index to get the instance for.
Returns:
the instance.

Implements NIHelper.

Definition at line 408 of file newgrf_debug_data.h.

uint NIHAirportTile::GetParent ( uint  index  )  const [inline, private, virtual]

Get the parent "window_number" of a given instance.

Parameters:
index the instance to get the parent for.
Returns:
the parent's window_number or UINT32_MAX if there is none.

Implements NIHelper.

Definition at line 407 of file newgrf_debug_data.h.

References GetInspectWindowNumber(), and GSF_FAKE_TOWNS.

const void* NIHAirportTile::GetSpec ( uint  index  )  const [inline, private, virtual]

Get (NewGRF) specs given an index.

Parameters:
index the index to get the specs for for.
Returns:
the specs.

Implements NIHelper.

Definition at line 409 of file newgrf_debug_data.h.

References AirportTileSpec::Get(), and GetAirportGfx().

bool NIHAirportTile::IsInspectable ( uint  index  )  const [inline, private, virtual]

Is the item with the given index inspectable?

Parameters:
index the index to check.
Returns:
true iff the index is inspectable.

Implements NIHelper.

Definition at line 406 of file newgrf_debug_data.h.

References AirportTileSpec::Get(), GetAirportGfx(), AirportTileSpec::grf_prop, and GRFFilePropsBase< Tcnt >::grffile.

Referenced by GetGRFID().

void NIHAirportTile::SetStringParameters ( uint  index  )  const [inline, private, virtual]

Set the string parameters to write the right data for a STRINGn.

Parameters:
index the index to get the string parameters for.

Implements NIHelper.

Definition at line 410 of file newgrf_debug_data.h.

References GetStationIndex(), and NIHelper::SetObjectAtStringParameters().


The documentation for this class was generated from the following file: