Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DBuildDesignatorWnd.h42 void CenterOnBuild(int queue_idx, bool open = false);
H A DProductionWnd.h81 void CenterOnBuild(int queue_idx, bool open = false);
H A DProductionWnd.cpp1026 void ProductionWnd::CenterOnBuild(int queue_idx, bool open) in CenterOnBuild() function in ProductionWnd
1027 { m_build_designator_wnd->CenterOnBuild(queue_idx, open); } in CenterOnBuild()
1217 …m_build_designator_wnd->CenterOnBuild(pos >= 0 ? pos : m_queue_wnd->GetQueueListBox()->NumRows() -… in AddBuildToQueueSlot()
1284 … m_build_designator_wnd->CenterOnBuild(m_queue_wnd->GetQueueListBox()->IteraterIndex(it)); in QueueItemClickedSlot()
1290 … m_build_designator_wnd->CenterOnBuild(m_queue_wnd->GetQueueListBox()->IteraterIndex(it), true); in QueueItemDoubleClickedSlot()
H A DBuildDesignatorWnd.cpp1252 void BuildDesignatorWnd::CenterOnBuild(int queue_idx, bool open) { in CenterOnBuild() function in BuildDesignatorWnd