Home
last modified time | relevance | path

Searched defs:QueueRow (Results 1 – 2 of 2) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DResearchWnd.cpp68 struct QueueRow : GG::ListBox::Row { struct
69 QueueRow(GG::X w, const ResearchQueue::Element& queue_element) : in QueueRow() function
78 void Init() { in Init()
101 void PreRender() override { in PreRender()
112 void SizeMove(const GG::Pt& ul, const GG::Pt& lr) override { in SizeMove()
120 const ResearchQueue::Element elem;
121 std::shared_ptr<GG::Control> panel;
H A DProductionWnd.cpp335 struct QueueRow : GG::ListBox::Row { struct
336 QueueRow(GG::X w, const ProductionQueue::Element& elem_, int queue_index_) : in QueueRow() function
373 void CompleteConstruction() override { in CompleteConstruction()
379 void PreRender() override { in PreRender()
386 void Disable(bool b) override { in Disable()
395 void RowQuantChanged(int quantity, int blocksize) { in RowQuantChanged()
401 std::shared_ptr<QueueProductionItemPanel> panel;
402 const int queue_index;
403 const ProductionQueue::Element elem;
404 mutable boost::signals2::signal<void (int,int,int)> RowQuantChangedSignal;