Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision bb5e9339

Von Sebastian Diel vor etwa 9 Jahren hinzugefügt

  • ID bb5e93396124921c3df2f8a9b6d261be365080c2
  • Vorgänger b02f465a
  • Nachfolger a205e8a9

Bei Sebastian

Unterschiede anzeigen:

src/entityinstancefactory.h
public:
static Entity *createInstance(const char *className);
static Entity *createInstance(const QString &className);
static Entity *createInstance(int id);
static Entity *createInstance(int metaTypeId);
static Entity *createInstance(const char *className, const QHash<QString, QVariant> &attributes);
static Entity *setAttributes(Entity *e, const QHash<QString, QVariant> &attributes, QHash<QString, QMetaProperty> metaprops);
static Entity *setAttributes(Entity *e, const QHash<QString, QVariant> &attributes);

Auch abrufbar als: Unified diff