projecthandler.h
Go to the documentation of this file.
void onCreated(QString const &name,::core::EntityID rootEntity)
Definition: projecthandler.cpp:42
Definition: entitymanager.h:15
Definition: projecthandler.h:15
Definition: project.h:22
ProjectHandler(EntityManager &manager)
Definition: projecthandler.cpp:16
Definition: api.h:13
virtual ~ProjectHandler()=default
Q_INVOKABLE void create(dnai::Project *tocreate, bool save=true)
Definition: projecthandler.cpp:28
std::queue< Project * > pendingProjects
Definition: projecthandler.h:35
void onCreateError(QString const &name, QString const &error)
Definition: projecthandler.cpp:60