Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DLinkText.cpp104 TextLinker(), in LinkText()
115 TextLinker(), in LinkText()
124 TextLinker::Render_(); in Render()
174 { TextLinker::MouseLeave_(); } in MouseLeave()
232 struct TextLinker::Link {
244 TextLinker::TextLinker() : in TextLinker() function in TextLinker
251 TextLinker::~TextLinker() in ~TextLinker()
280 void TextLinker::Render_() { in Render_()
350 void TextLinker::MouseLeave_() { in MouseLeave_()
355 void TextLinker::FindLinks() { in FindLinks()
[all …]
H A DLinkText.h56 class TextLinker {
59 TextLinker();
60 virtual ~TextLinker();
136 class LinkText : public GG::TextControl, public TextLinker {
H A DEncyclopediaDetailPanel.cpp697 AddItem(TextLinker::ENCYCLOPEDIA_TAG, "ENC_INDEX"); in CompleteConstruction()
953 } else if (link_type == TextLinker::GRAPH_TAG) { in HandleLinkClick()
955 } else if (link_type == TextLinker::URL_TAG) { in HandleLinkClick()
1003 } else if (link_type == TextLinker::GRAPH_TAG) { in HandleLinkDoubleClick()
2724 if (item_type == TextLinker::ENCYCLOPEDIA_TAG) { in GetRefreshDetailPanelInfo()
2805 else if (item_type == TextLinker::GRAPH_TAG) { in GetRefreshDetailPanelInfo()
2994 if (m_items_it->first == TextLinker::GRAPH_TAG) { in RefreshImpl()
3252 { AddItem(TextLinker::GRAPH_TAG, graph_id); } in SetGraph()
3255 { AddItem(TextLinker::ENCYCLOPEDIA_TAG, "ENC_INDEX"); } in SetIndex()
3294 { AddItem(TextLinker::ENCYCLOPEDIA_TAG, name); } in SetEncyclopediaArticle()
[all …]
H A DCUILinkTextBlock.cpp62 block->m_link_text->SetDecorator(TextLinker::BROWSE_PATH_TAG, new PathTypeDecorator()); in CreateFromTag()
H A DSitRepPanel.cpp88 } else if (link_type == TextLinker::ENCYCLOPEDIA_TAG) { in HandleLinkClick()
90 } else if (link_type == TextLinker::BROWSE_PATH_TAG) { in HandleLinkClick()
248 m_link_text->SetDecorator(TextLinker::BROWSE_PATH_TAG, new PathTypeDecorator()); in CompleteConstruction()
H A DCUIControls.cpp1150 TextLinker(), in CUILinkTextMultiEdit()
1184 TextLinker::Render_(); in Render()
1189 TextLinker::LClick_(pt, mod_keys); in LClick()
1193 auto rclick_action = [this, pt, mod_keys]() { TextLinker::RClick_(pt, mod_keys); }; in RClick()
1221 TextLinker::MouseHere_(pt, mod_keys); in MouseHere()
1226 TextLinker::MouseLeave_(); in MouseLeave()
H A DCUIControls.h377 class CUILinkTextMultiEdit : public CUIMultiEdit, public TextLinker {
H A DMapWnd.cpp6383 m_pedia_panel->AddItem(TextLinker::ENCYCLOPEDIA_TAG, "ENC_GRAPH"); in ShowGraphs()
/dports/games/freeorion/freeorion-0.4.10.2/UI/CombatReport/
H A DCombatReportWnd.cpp128 } else if (link_type == TextLinker::ENCYCLOPEDIA_TAG) { in HandleLinkClick()
130 } else if (link_type == TextLinker::GRAPH_TAG) { in HandleLinkClick()