Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DSaveFileDialog.h15 class SaveFileListBox; variable
76 std::shared_ptr<SaveFileListBox> m_file_list; //!< The list of available saves
H A DSaveFileDialog.cpp459 class SaveFileListBox : public CUIListBox { class
461 SaveFileListBox() : in SaveFileListBox() function in SaveFileListBox
480 SetSortCmp(&SaveFileListBox::DirectoryAwareCmp); in Init()
634 m_file_list = GG::Wnd::Create<SaveFileListBox>(); in Init()