Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DBuildDesignatorWnd.h91 void ShowSpeciesInEncyclopedia(const std::string& species_name);
H A DProductionWnd.h58 void ShowSpeciesInEncyclopedia(const std::string& species_name);
H A DProductionWnd.cpp1002 void ProductionWnd::ShowSpeciesInEncyclopedia(const std::string& species_name) in ShowSpeciesInEncyclopedia() function in ProductionWnd
1003 { m_build_designator_wnd->ShowSpeciesInEncyclopedia(species_name); } in ShowSpeciesInEncyclopedia()
H A DBuildDesignatorWnd.cpp1475 void BuildDesignatorWnd::ShowSpeciesInEncyclopedia(const std::string& species_name) in ShowSpeciesInEncyclopedia() function in BuildDesignatorWnd
H A DMapWnd.cpp4349 m_production_wnd->ShowSpeciesInEncyclopedia(species_name); in ShowSpecies()