Searched refs:SubtypeList (Results 1 – 8 of 8) sorted by relevance
32 using SubtypeList = QList<QPair<QString, QString>>; variable122 SubtypeList get_existing_subtypes() const;224 void set_existing_subtypes(const SubtypeList& subtypes);270 SubtypeList subtypes; /**< Existing subtypes of this entity type. */
36 SubtypeList subtypes = { in Npc()
30 SubtypeList subtypes = { in Switch()
33 SubtypeList subtypes = { in CrystalBlock()
32 SubtypeList subtypes = { in Stairs()
1024 SubtypeList EntityModel::get_existing_subtypes() const { in get_existing_subtypes()1034 void EntityModel::set_existing_subtypes(const SubtypeList& subtypes) { in set_existing_subtypes()
407 typedef std::vector<RefitOption> SubtypeList; ///< List of refit subtypes associated to a cargo. typedef418 static void DrawVehicleRefitWindow(const SubtypeList list[NUM_CARGO], const int sel[2], uint pos, u… in DrawVehicleRefitWindow()477 SubtypeList list[NUM_CARGO]; ///< List of refit subtypes available for each sorted cargo.564 SubtypeList &l = this->list[current_index]; in BuildRefitList()576 SubtypeList &l = this->list[current_index]; in BuildRefitList()661 SubtypeList &l = this->list[this->sel[0]]; in GetRefitOption()
1626 const SubtypeList& subtypes = entity_before.get_existing_subtypes(); in initialize_subtype()