Revision 9e62667d
Von Christian Ehringfeld vor mehr als 9 Jahren hinzugefügt
src/entity.h | ||
---|---|---|
#include <QStack>
|
||
#include <QQueue>
|
||
#include "entityinstancefactory.h"
|
||
|
||
#if defined CUTE_ENTITY_MANAGER_LIBRARY
|
||
#define CUTE_ENTITY_MANAGER_LIBRARY_COMMON_DLLSPEC Q_DECL_EXPORT
|
||
#else
|
||
#define CUTE_ENTITY_MANAGER_LIBRARY_COMMON_DLLSPEC Q_DECL_IMPORT
|
||
#endif
|
||
|
||
|
||
namespace CuteEntityManager {
|
||
|
||
|
||
/**
|
||
* 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
|
src/entitymanager.h | ||
---|---|---|
#include "entityinstancefactory.h"
|
||
#include "cache.h"
|
||
|
||
#if defined CUTE_ENTITY_MANAGER_LIBRARY
|
||
#define CUTE_ENTITY_MANAGER_LIBRARY_COMMON_DLLSPEC Q_DECL_EXPORT
|
||
#else
|
||
#define CUTE_ENTITY_MANAGER_LIBRARY_COMMON_DLLSPEC Q_DECL_IMPORT
|
||
#endif
|
||
|
||
namespace CuteEntityManager {
|
||
|
||
class EntityManager : public QObject {
|
Auch abrufbar als: Unified diff
Revert "Hoffnungslos"
This reverts commit da511514a6a95d72fd13efdf1f8c6754b9b49cfd.