Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DEncyclopediaDetailPanel.cpp594 EncyclopediaDetailPanel::EncyclopediaDetailPanel(GG::Flags<GG::WndFlag> flags, in EncyclopediaDetailPanel() function in EncyclopediaDetailPanel
700 EncyclopediaDetailPanel::~EncyclopediaDetailPanel() in ~EncyclopediaDetailPanel()
715 void EncyclopediaDetailPanel::DoLayout() { in DoLayout()
808 void EncyclopediaDetailPanel::Render() { in Render()
2945 void EncyclopediaDetailPanel::Refresh() { in Refresh()
2950 void EncyclopediaDetailPanel::PreRender() { in PreRender()
3095 void EncyclopediaDetailPanel::PopItem() { in PopItem()
3254 void EncyclopediaDetailPanel::SetIndex() in SetIndex()
3296 void EncyclopediaDetailPanel::OnIndex() in OnIndex()
3299 void EncyclopediaDetailPanel::OnBack() { in OnBack()
[all …]
H A DDesignWnd.h7 class EncyclopediaDetailPanel; variable
78 std::shared_ptr<EncyclopediaDetailPanel> m_detail_panel;
H A DEncyclopediaDetailPanel.h30 class EncyclopediaDetailPanel : public CUIWnd {
33EncyclopediaDetailPanel(GG::Flags<GG::WndFlag> flags = GG::ONTOP | GG::INTERACTIVE | GG::DRAGABLE |
37 virtual ~EncyclopediaDetailPanel();
H A DTechTreeWnd.h11 class EncyclopediaDetailPanel; variable
90 std::shared_ptr<EncyclopediaDetailPanel> m_enc_detail_panel;
H A DBuildDesignatorWnd.h11 class EncyclopediaDetailPanel; variable
127 std::shared_ptr<EncyclopediaDetailPanel> m_enc_detail_panel;
H A DBuildDesignatorWnd.cpp1166 m_enc_detail_panel = GG::Wnd::Create<EncyclopediaDetailPanel>( in CompleteConstruction()
1186 boost::bind(static_cast<void (EncyclopediaDetailPanel::*)(const BuildingType*)>( in CompleteConstruction()
1187 &EncyclopediaDetailPanel::SetItem), m_enc_detail_panel, _1)); in CompleteConstruction()
1189 boost::bind(static_cast<void (EncyclopediaDetailPanel::*)(const ShipDesign*)>( in CompleteConstruction()
1190 &EncyclopediaDetailPanel::SetItem), m_enc_detail_panel, _1)); in CompleteConstruction()
1192 boost::bind(static_cast<void (EncyclopediaDetailPanel::*)(const std::string&)>( in CompleteConstruction()
1193 … &EncyclopediaDetailPanel::SetEncyclopediaArticle), m_enc_detail_panel, "PROJECT_BT_STOCKPILE")); in CompleteConstruction()
H A DMapWnd.h26 class EncyclopediaDetailPanel; variable
461 std::shared_ptr<EncyclopediaDetailPanel> m_pedia_panel; //!< encyclpedia panel
H A DIntroScreen.cpp347 auto enc_panel = GG::Wnd::Create<EncyclopediaDetailPanel>( in OnPedia()
355 enc_panel->ClosingSignal.connect(boost::bind(&EncyclopediaDetailPanel::EndRun, enc_panel)); in OnPedia()
H A DDesignWnd.cpp5076 boost::bind(static_cast<void (EncyclopediaDetailPanel::*)(const ShipPart*)>( in CompleteConstruction()
5077 &EncyclopediaDetailPanel::SetItem), m_detail_panel, _1)); in CompleteConstruction()
5079 boost::bind(static_cast<void (EncyclopediaDetailPanel::*)(const ShipHull*)>( in CompleteConstruction()
5080 &EncyclopediaDetailPanel::SetItem), m_detail_panel, _1)); in CompleteConstruction()
5084 boost::bind(static_cast<void (EncyclopediaDetailPanel::*)(int)>( in CompleteConstruction()
5085 &EncyclopediaDetailPanel::SetDesign), m_detail_panel, _1)); in CompleteConstruction()
5090 boost::bind(static_cast<void (EncyclopediaDetailPanel::*)(const ShipPart*)>( in CompleteConstruction()
5091 &EncyclopediaDetailPanel::SetItem), m_detail_panel, _1)); in CompleteConstruction()
5112 &EncyclopediaDetailPanel::SetItem), m_detail_panel, _1)); in CompleteConstruction()
5114 boost::bind(static_cast<void (EncyclopediaDetailPanel::*)(const ShipHull*)>( in CompleteConstruction()
[all …]
H A DTechTreeWnd.cpp2030 …m_enc_detail_panel = GG::Wnd::Create<EncyclopediaDetailPanel>(GG::ONTOP | GG::INTERACTIVE | GG::DR… in CompleteConstruction()
H A DMapWnd.cpp1461 …m_pedia_panel = GG::Wnd::Create<EncyclopediaDetailPanel>(GG::ONTOP | GG::INTERACTIVE | GG::DRAGABL… in CompleteConstruction()
/dports/games/freeorion/freeorion-0.4.10.2/
H A DChangeLog.md771 - Made Enter/Return KeyPress events on EncyclopediaDetailPanel set the focus to the search edit.