Home
last modified time | relevance | path

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

/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/include/entities/
H A Dentity_model.h32 using SubtypeList = QList<QPair<QString, QString>>; variable
122 SubtypeList get_existing_subtypes() const;
224 void set_existing_subtypes(const SubtypeList& subtypes);
270 SubtypeList subtypes; /**< Existing subtypes of this entity type. */
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/src/entities/
H A Dnpc.cpp36 SubtypeList subtypes = { in Npc()
H A Dswitch.cpp30 SubtypeList subtypes = { in Switch()
H A Dcrystal_block.cpp33 SubtypeList subtypes = { in CrystalBlock()
H A Dstairs.cpp32 SubtypeList subtypes = { in Stairs()
H A Dentity_model.cpp1024 SubtypeList EntityModel::get_existing_subtypes() const { in get_existing_subtypes()
1034 void EntityModel::set_existing_subtypes(const SubtypeList& subtypes) { in set_existing_subtypes()
/dports/games/openttd/openttd-12.1/src/
H A Dvehicle_gui.cpp407 typedef std::vector<RefitOption> SubtypeList; ///< List of refit subtypes associated to a cargo. typedef
418 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()
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/src/widgets/
H A Dedit_entity_dialog.cpp1626 const SubtypeList& subtypes = entity_before.get_existing_subtypes(); in initialize_subtype()