Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DDesignWnd.cpp2610 class AllDesignsListBox : public BasesListBox { class
2612 AllDesignsListBox(const AvailabilityManager& availabilities_state, in AllDesignsListBox() function in AllDesignsListBox
2742 void AllDesignsListBox::PopulateCore() { in PopulateCore()
2855 std::shared_ptr<BasesListBox::Row> AllDesignsListBox::ChildrenDraggedAwayCore(const GG::Wnd* const … in ChildrenDraggedAwayCore()
2922 void AllDesignsListBox::BaseDoubleClicked(GG::ListBox::iterator it, const GG::Pt& pt, in BaseDoubleClicked()
3009 void AllDesignsListBox::BaseLeftClicked(GG::ListBox::iterator it, const GG::Pt& pt, in BaseLeftClicked()
3383 … std::shared_ptr<AllDesignsListBox> m_all_list; // all designs known to empire
3454 m_all_list = GG::Wnd::Create<AllDesignsListBox>(m_availabilities_state); in CompleteConstruction()