Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/Empire/
H A DEmpire.h164 …const PopulationPool& GetPopulationPool() const; ///< Returns Populatio…
H A DEmpire.cpp1028 const PopulationPool& Empire::GetPopulationPool() const in GetPopulationPool() function in Empire
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DMapWnd.cpp2803 this_client_empire->GetPopulationPool().ChangedSignal.connect( in InitTurn()
6778 m_population->SetValue(empire->GetPopulationPool().Population()); in RefreshPopulationIndicator()
6781 const auto pop_center_ids = empire->GetPopulationPool().PopCenterIDs(); in RefreshPopulationIndicator()
H A DEncyclopediaDetailPanel.cpp2456 …for (const auto& pop_center : Objects().find<PopCenter>(empire->GetPopulationPool().PopCenterIDs()… in ReportedSpeciesForPlanet()