Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DBuildDesignatorWnd.h88 void ShowPlanetInEncyclopedia(int planet_id);
H A DProductionWnd.h49 void ShowPlanetInEncyclopedia(int planet_id);
H A DProductionWnd.cpp993 void ProductionWnd::ShowPlanetInEncyclopedia(int planet_id) in ShowPlanetInEncyclopedia() function in ProductionWnd
994 { m_build_designator_wnd->ShowPlanetInEncyclopedia(planet_id); } in ShowPlanetInEncyclopedia()
H A DBuildDesignatorWnd.cpp1466 void BuildDesignatorWnd::ShowPlanetInEncyclopedia(int planet_id) in ShowPlanetInEncyclopedia() function in BuildDesignatorWnd
H A DMapWnd.cpp4266 m_production_wnd->ShowPlanetInEncyclopedia(planet_id); in ShowPlanet()