Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DProductionWnd.h119 void ChangeBuildQuantitySlot(int queue_idx, int quantity);
H A DProductionWnd.cpp882 boost::bind(&ProductionWnd::ChangeBuildQuantitySlot, this, _1, _2)); in CompleteConstruction()
1220 void ProductionWnd::ChangeBuildQuantitySlot(int queue_idx, int quantity) { in ChangeBuildQuantitySlot() function in ProductionWnd