Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DEncyclopediaDetailPanel.cpp369 {LinkTaggedIDText(VarText::DESIGN_ID_TAG, it->first, in GetSortedPediaDirEntires()
379 … {LinkTaggedIDText(VarText::SHIP_ID_TAG, ship->ID(), ship_name) + " ", in GetSortedPediaDirEntires()
390 … {LinkTaggedIDText(VarText::SHIP_ID_TAG, ship->ID(), ship_name) + " ", in GetSortedPediaDirEntires()
402 {LinkTaggedIDText(VarText::DESIGN_ID_TAG, it->first, in GetSortedPediaDirEntires()
412 … {LinkTaggedIDText(VarText::FLEET_ID_TAG, fleet->ID(), flt_name) + " ", in GetSortedPediaDirEntires()
421 … {LinkTaggedIDText(VarText::PLANET_ID_TAG, planet->ID(), plt_name) + " ", in GetSortedPediaDirEntires()
1565 LinkTaggedIDText(VarText::PLANET_ID_TAG, capital->ID(), capital->Name()); in RefreshDetailPanelEmpireTag()
1609 system_link = LinkTaggedIDText(VarText::SYSTEM_ID_TAG, system->ID(), sys_name); in RefreshDetailPanelEmpireTag()
1963 detailed_description += LinkTaggedIDText(VarText::PLANET_ID_TAG, hw_id, in RefreshDetailPanelSpeciesTag()
1991 detailed_description += LinkTaggedIDText(VarText::PLANET_ID_TAG, planet->ID(), in RefreshDetailPanelSpeciesTag()
[all …]
H A DLinkText.h184 std::string LinkTaggedIDText(const std::string& tag, int id, const std::string& text);
H A DLinkText.cpp548 std::string LinkTaggedIDText(const std::string& tag, int id, const std::string& text) in LinkTaggedIDText() function
/dports/games/freeorion/freeorion-0.4.10.2/UI/CombatReport/
H A DCombatLogWnd.cpp599 % LinkTaggedIDText(VarText::SYSTEM_ID_TAG, log->system_id, sys_name) in SetLog()