![]() |
LeechCraft
0.6.70-13729-g7046a9d2a7
Modular cross-platform feature rich live environment.
|
The result of delegating this entity to another plugin. More...
#include "ientitymanager.h"
Public Member Functions | |
operator bool () const | |
Public Attributes | |
QObject * | Handler_ = nullptr |
The plugin instance object that handles this entity. More... | |
QFuture< IDownload::Result > | DownloadResult_ |
The result of delegating this entity to another plugin.
Definition at line 57 of file ientitymanager.h.
|
inlineexplicit |
Definition at line 69 of file ientitymanager.h.
QFuture<IDownload::Result> IEntityManager::DelegationResult::DownloadResult_ |
The future with the download result.
Definition at line 67 of file ientitymanager.h.
QObject* IEntityManager::DelegationResult::Handler_ = nullptr |
The plugin instance object that handles this entity.
If no object handles the entity, this is a nullptr.
Definition at line 63 of file ientitymanager.h.