Home
last modified time | relevance | path

Searched refs:SelectPlanet (Results 1 – 9 of 9) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DBuildDesignatorWnd.h50 void SelectPlanet(int planet_id);
H A DSidePanel.h65 static void SelectPlanet(int planet_id);
H A DProductionWnd.h89 void SelectPlanet(int planet_id);
H A DBuildDesignatorWnd.cpp1274 SelectPlanet(location_id); in CenterOnBuild()
1320 void BuildDesignatorWnd::SelectPlanet(int planet_id) { in SelectPlanet() function in BuildDesignatorWnd
1321 SidePanel::SelectPlanet(planet_id); in SelectPlanet()
1529 this->SelectPlanet(INVALID_OBJECT_ID); in SelectDefaultPlanet()
1540 this->SelectPlanet(it->second); in SelectDefaultPlanet()
1560 this->SelectPlanet(INVALID_OBJECT_ID); in SelectDefaultPlanet()
1584 this->SelectPlanet(best_planet_id); in SelectDefaultPlanet()
H A DMapWnd.h181 …void SelectPlanet(int planetID); //!< programatically selects planets on sidepanels. catches sign…
H A DSidePanel.cpp635 …void SelectPlanet(int planet_id); //!< programatically selects a planet with id \a planet_id
2632 SelectPlanet(initial_selected_planet_panel); in SetPlanets()
2727 void SidePanel::PlanetPanelContainer::SelectPlanet(int planet_id) { in SelectPlanet() function in SidePanel::PlanetPanelContainer
3141 m_planet_panel_container->SelectPlanet(s_planet_id); in PreRender()
3517 SelectPlanet(planet_id); in PlanetClickedSlot()
3574 void SidePanel::SelectPlanet(int planet_id) { in SelectPlanet() function in SidePanel
H A DProductionWnd.cpp1029 void ProductionWnd::SelectPlanet(int planet_id) { in SelectPlanet() function in ProductionWnd
1030 m_build_designator_wnd->SelectPlanet(planet_id); in SelectPlanet()
H A DClientUI.cpp791 GetMapWnd()->SelectPlanet(id); in ZoomToPlanet()
H A DMapWnd.cpp1435 SidePanel::PlanetSelectedSignal.connect( boost::bind(&MapWnd::SelectPlanet, this, _1)); in CompleteConstruction()
1533 m_production_wnd->PlanetSelectedSignal.connect(boost::bind(&MapWnd::SelectPlanet, this, _1)); in CompleteConstruction()
4497 void MapWnd::SelectPlanet(int planetID) in SelectPlanet() function in MapWnd
4498 { m_production_wnd->SelectPlanet(planetID); } // calls SidePanel::SelectPlanet() in SelectPlanet()
5384 m_production_wnd->SelectPlanet(planet_id); in PlanetDoubleClicked()