Home
last modified time | relevance | path

Searched refs:oilLabels (Results 1 – 2 of 2) sorted by relevance

/dports/games/maxr/maxr-0.2.9/src/ui/graphical/menu/windows/windowresourcedistribution/
H A Dwindowresourcedistribution.cpp95oilLabels[i] = addChild (std::make_unique<cLabel> (cBox<cPosition> (getPosition() + cPosition (174… in cWindowResourceDistribution()
100 oilLabels[i]->disable(); in cWindowResourceDistribution()
149 oilLabels[0]->setText (iToStr (subBase.getOilProd())); in setBarLabels()
150 oilLabels[1]->setText (secondBarText (subBase.getOilProd(), subBase.OilNeed)); in setBarLabels()
151 oilLabels[2]->setText (iToStr (subBase.getOil())); in setBarLabels()
H A Dwindowresourcedistribution.h56 std::array<cLabel*, 3> oilLabels; variable