Home
last modified time | relevance | path

Searched refs:amountLabels (Results 1 – 6 of 6) sorted by relevance

/dports/games/maxr/maxr-0.2.9/src/ui/graphical/game/widgets/
H A Dunitdetailsstored.cpp40amountLabels[i] = addChild (std::make_unique<cLabel> (cBox<cPosition> (getPosition() + cPosition (… in cUnitDetailsStored()
88 amountLabels[i]->hide(); in reset()
106 amountLabels[index]->show(); in drawRow()
114 amountLabels[index]->setFont (fontType); in drawRow()
115 amountLabels[index]->setText (iToStr (amount) + "/" + iToStr (maximalAmount)); in drawRow()
H A Dunitdetailshud.cpp42amountLabels[i] = addChild (std::make_unique<cLabel> (cBox<cPosition> (getPosition() + cPosition (… in cUnitDetailsHud()
97 amountLabels[i]->hide(); in reset()
222 amountLabels[index]->show(); in drawRow()
230 amountLabels[index]->setFont (fontType); in drawRow()
231 amountLabels[index]->setText (iToStr (amount) + "/" + iToStr (maximalAmount)); in drawRow()
H A Dunitdetailsstored.h54 std::array<cLabel*, maxRows> amountLabels; variable
H A Dunitdetailshud.h60 std::array<cLabel*, maxRows> amountLabels; variable
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/menu/widgets/special/
H A Dunitdetails.cpp36amountLabels[i] = addChild (std::make_unique<cLabel> (cBox<cPosition> (position + cPosition (5, 3 … in cUnitDetails()
110 amountLabels[index]->show(); in drawRow()
113 amountLabels[index]->setText (iToStr (amount)); in drawRow()
243 amountLabels[rowIndex]->hide(); in reset()
H A Dunitdetails.h61 std::array<cLabel*, maxRows> amountLabels; variable