OpenTTD Source 20260206-master-g4d4e37dbf1
BaseGraphWindow::Filler< Tprojection > Struct Template Reference
Inheritance diagram for BaseGraphWindow::Filler< Tprojection >:
BaseGraphWindow::BaseFiller

Public Member Functions

void Fill (uint i, const auto &data) const
Public Member Functions inherited from BaseGraphWindow::BaseFiller
void MakeZero (uint i) const
void MakeInvalid (uint i) const

Data Fields

Tprojection proj
 Projection to apply.
Data Fields inherited from BaseGraphWindow::BaseFiller
DataSetdataset
 Dataset to fill.

Detailed Description

template<typename Tprojection>
struct BaseGraphWindow::Filler< Tprojection >

Definition at line 255 of file graph_gui.cpp.

Member Function Documentation

◆ Fill()

template<typename Tprojection>
void BaseGraphWindow::Filler< Tprojection >::Fill ( uint i,
const auto & data ) const
inline

Definition at line 258 of file graph_gui.cpp.

Field Documentation

◆ proj

template<typename Tprojection>
Tprojection BaseGraphWindow::Filler< Tprojection >::proj

Projection to apply.

Definition at line 256 of file graph_gui.cpp.


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