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. | |
uint | Resolve (uint index, uint var, uint param, bool *avail) const |
Resolve (action2) variable for a given index. | |
bool | PSAWithParameter () const |
Used to decide if the PSA needs a parameter or not. | |
uint | GetPSASize (uint index, uint32 grfid) const |
Allows to know the size of the persistent storage. | |
const int32 * | GetPSAFirstPosition (uint index, uint32 grfid) const |
Gets the first position of the array containing the persistent storage. |
Definition at line 438 of file newgrf_debug_data.h.
uint32 NIHTown::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 444 of file newgrf_debug_data.h.
const void* NIHTown::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 441 of file newgrf_debug_data.h.
References Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem<&_town_pool >::Get().
uint NIHTown::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 440 of file newgrf_debug_data.h.
const int32* NIHTown::GetPSAFirstPosition | ( | uint | index, | |
uint32 | grfid | |||
) | const [inline, private, virtual] |
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 449 of file newgrf_debug_data.h.
References Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem<&_town_pool >::Get().
uint NIHTown::GetPSASize | ( | uint | index, | |
uint32 | grfid | |||
) | const [inline, private, virtual] |
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 447 of file newgrf_debug_data.h.
References cpp_lengthof.
const void* NIHTown::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 442 of file newgrf_debug_data.h.
bool NIHTown::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 439 of file newgrf_debug_data.h.
bool NIHTown::PSAWithParameter | ( | ) | const [inline, private, virtual] |
Used to decide if the PSA needs a parameter or not.
Reimplemented from NIHelper.
Definition at line 446 of file newgrf_debug_data.h.
uint NIHTown::Resolve | ( | uint | index, | |
uint | var, | |||
uint | param, | |||
bool * | avail | |||
) | const [inline, private, virtual] |
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. |
Reimplemented from NIHelper.
Definition at line 445 of file newgrf_debug_data.h.
References Pool< Titem, Tindex, Tgrowth_step, Tmax_size, Tpool_type, Tcache, Tzero >::PoolItem<&_town_pool >::Get(), and TownGetVariable().
void NIHTown::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 443 of file newgrf_debug_data.h.
References NIHelper::SetSimpleStringParameters().