Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DProductionWnd.cpp78 class QuantRow : public GG::ListBox::Row { class
80 QuantRow(int quantity, int designID, GG::X nwidth, GG::Y h, in QuantRow() function in __anonabd8f7920111::QuantRow
139 …auto row = GG::Wnd::Create<QuantRow>(droplist_quantity, build.item.design_id, nwidth, h, inProgre… in QuantitySelector()
162 int quant = boost::polymorphic_downcast<const QuantRow*>(it->get())->Quant(); in SelectionChanged()