Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/util/
H A DSaveGamePreviewUtils.cpp48 bool LoadSaveGamePreviewData(const fs::path& path, FullPreview& full) { in LoadSaveGamePreviewData()
164 void FullPreview::serialize(Archive& ar, unsigned int version) in serialize()
171 template void FullPreview::serialize<freeorion_bin_oarchive>(freeorion_bin_oarchive&, unsigned int);
172 template void FullPreview::serialize<freeorion_bin_iarchive>(freeorion_bin_iarchive&, unsigned int);
173 template void FullPreview::serialize<freeorion_xml_oarchive>(freeorion_xml_oarchive&, unsigned int);
174 template void FullPreview::serialize<freeorion_xml_iarchive>(freeorion_xml_iarchive&, unsigned int);
247 std::string ColumnInPreview(const FullPreview& full, const std::string& name, bool thin) { in ColumnInPreview()
292 …iews(const fs::path& orig_path, const std::string& extension, std::vector<FullPreview>& previews) { in LoadSaveGamePreviews()
293 FullPreview data; in LoadSaveGamePreviews()
H A DSaveGamePreviewUtils.h58 struct FO_COMMON_API FullPreview { struct
72 std::vector<FullPreview> previews; /// The previews of the saves in this folder argument
88 FO_COMMON_API std::string ColumnInPreview(const FullPreview& full, const std::string& name, bool th…
95 std::vector<FullPreview>& previews);
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DSaveFileDialog.cpp139 const FullPreview& full, GG::X max_width) in CellForColumn()
419 SaveFileFileRow(const FullPreview& full, in SaveFileFileRow()
456 const FullPreview m_full_preview;
505 vector<FullPreview> previews; in LoadLocalSaveGamePreviews()
512 void LoadSaveGamePreviews(const std::vector<FullPreview>& previews) { in LoadSaveGamePreviews()
516 for (const FullPreview& preview : previews) { in LoadSaveGamePreviews()