![]() |
LeechCraft
%{LEECHCRAFT_VERSION}
Modular cross-platform feature rich live environment.
|
#include "ientitymanager.h"
Public Attributes | |
| QObject * | Handler_ |
| The plugin instance object that handles this entity. More... | |
| int | ID_ |
The result of delegating this entity to another plugin.
Definition at line 54 of file ientitymanager.h.
| QObject* IEntityManager::DelegationResult::Handler_ |
The plugin instance object that handles this entity.
If no object handles the entity, this is a nullptr.
Definition at line 60 of file ientitymanager.h.
| int IEntityManager::DelegationResult::ID_ |
The internal ID of the delegated entity local to the handling plugin.
Definition at line 65 of file ientitymanager.h.