Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DProductionWnd.cpp104 class QuantitySelector : public CUIDropDownList { class
109 QuantitySelector(const ProductionQueue::Element &build, GG::X xoffset, GG::Y yoffset, in QuantitySelector() function in __anonabd8f7920111::QuantitySelector
156 boost::bind(&QuantitySelector::SelectionChanged, this, _1)); in QuantitySelector()
223 std::shared_ptr<QuantitySelector> m_quantity_selector;
224 std::shared_ptr<QuantitySelector> m_block_size_selector;
475 m_quantity_selector = GG::Wnd::Create<QuantitySelector>( in CompleteConstruction()
477 m_block_size_selector = GG::Wnd::Create<QuantitySelector>( in CompleteConstruction()