Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ba800d6d

Von Christian Ehringfeld vor etwa 9 Jahren hinzugefügt

  • ID ba800d6dc2d5c0b94f95e45291d664ecdca0e244
  • Vorgänger 97f9a843
  • Nachfolger dc6b13b4

wip

Unterschiede anzeigen:

src/entity.h
namespace CuteEntityManager {
/**
* You should name any persisted property objectName, because its pre used by Qt and will be ignored by Entity Manager
* You mustn't name any persisted property objectName, because its pre used by Qt and will be ignored by Entity Manager
* @brief The Entity class
*/
class Entity : public QObject {
......
/**
* The hashmap keys must be equal to the ones which are defined in the hashmap of getRelations()
* The EntityManager will only introspect Entity Objects, non-Entity inherited relations will be processed in a other way
* You must use this method, if you have a n-n Relation with Entity Objects.
* You must use this method, if you have a n-m Relation with Entity Objects.
* @brief getRelationObjects
* @return
*/

Auch abrufbar als: Unified diff