Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DFleetWnd.cpp647 int m_ship_id = INVALID_OBJECT_ID; member in __anonf051619b0811::ShipDataPanel
663 m_ship_id(ship_id) in ShipDataPanel()
748 auto ship = Objects().get<Ship>(m_ship_id); in SetShipIcon()
797 auto ship = Objects().get<Ship>(m_ship_id); in Refresh()
816 id_name_part = " (" + std::to_string(m_ship_id) + ")"; in Refresh()
874 if (auto ship = Objects().get<Ship>(m_ship_id)) { in StatValue()
926 auto ship = Objects().get<Ship>(m_ship_id); in Init()
1011 m_ship_id(ship_id) in ShipRow()
1015 if (Objects().get<Ship>(m_ship_id)) in ShipRow()
1032 int ShipID() const {return m_ship_id;} in ShipID()
[all …]