Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DDesignWnd.cpp2936 const auto hull_parts_row = dynamic_cast<HullAndPartsListBoxRow*>(it->get()); in BaseLeftClicked() local
2937 if (!hull_parts_row) in BaseLeftClicked()
2939 const std::string& hull_name = hull_parts_row->Hull(); in BaseLeftClicked()
2941 const std::vector<std::string>& parts = hull_parts_row->Parts(); in BaseLeftClicked()
3027 const auto hull_parts_row = dynamic_cast<HullAndPartsListBoxRow*>(it->get()); in BaseRightClicked() local
3028 if (!hull_parts_row) in BaseRightClicked()
3030 const std::string& hull_name = hull_parts_row->Hull(); in BaseRightClicked()