Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 67aa0d3f

Von Christian Ehringfeld vor fast 9 Jahren hinzugefügt

  • ID 67aa0d3fcf523cc64b04585e2151dc3e8a107b89
  • Vorgänger 9fccde32
  • Nachfolger 19cf5548

clean up

Unterschiede anzeigen:

src/entityhelper.h
static void addEntityToListProperty(const QSharedPointer<Entity> &entity,
QSharedPointer<Entity> add, const QMetaProperty &property);
static void removeEntityFromListProperty(const QSharedPointer<Entity> &entity,
QSharedPointer<Entity> remove, const QMetaProperty &property);
QSharedPointer<Entity> remove, const QMetaProperty &property);
static void setListProperty(const QSharedPointer<Entity> &entity,
QList<QSharedPointer<Entity>> &list,
const QMetaProperty &property);
......
const QString property);
static QMetaProperty mappedProperty(const Relation &r,
const QSharedPointer<Entity> &foreignEntity);
static QHash<QString, QVariant> getEntityAttributes(const QHash<QString, QMetaProperty>
static QHash<QString, QVariant> getEntityAttributes(const
QHash<QString, QMetaProperty>
&props,
const QSharedPointer<Entity> &entity);
};

Auch abrufbar als: Unified diff