NIHVehicle Class Reference

Inheritance diagram for NIHVehicle:
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.
void Resolve (ResolverObject *ro, uint32 index) const
 Actually execute the real resolving for a given (instance) index.

Detailed Description

Definition at line 63 of file newgrf_debug_data.h.


Member Function Documentation

const void* NIHVehicle::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 66 of file newgrf_debug_data.h.

References Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tcache, Tzero >::PoolItem<&_vehicle_pool >::Get().

uint NIHVehicle::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 65 of file newgrf_debug_data.h.

References Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tcache, Tzero >::PoolItem<&_vehicle_pool >::Get(), GetGrfSpecFeature(), GetInspectWindowNumber(), Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tcache, Tzero >::PoolItem< Tpool >::index, and BaseVehicle::type.

const void* NIHVehicle::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 67 of file newgrf_debug_data.h.

References Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tcache, Tzero >::PoolItem<&_vehicle_pool >::Get(), and Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tcache, Tzero >::PoolItem<&_engine_pool >::Get().

bool NIHVehicle::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 64 of file newgrf_debug_data.h.

References Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tcache, Tzero >::PoolItem<&_vehicle_pool >::Get(), and Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tcache, Tzero >::PoolItem<&_engine_pool >::Get().

void NIHVehicle::Resolve ( ResolverObject ro,
uint32  index 
) const [inline, private, virtual]

Actually execute the real resolving for a given (instance) index.

Parameters:
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 69 of file newgrf_debug_data.h.

References GetVehicleResolver().

void NIHVehicle::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 68 of file newgrf_debug_data.h.

References NIHelper::SetSimpleStringParameters().


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

Generated on Fri Dec 31 17:16:40 2010 for OpenTTD by  doxygen 1.6.1