LeechCraft  %{LEECHCRAFT_VERSION}
Modular cross-platform feature rich live environment.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
IEntityManager::DelegationResult Struct Reference

#include "ientitymanager.h"

Public Attributes

QObject * Handler_
 
int ID_
 

Detailed Description

The result of delegating this entity to another plugin.

Definition at line 54 of file ientitymanager.h.

Member Data Documentation

QObject* IEntityManager::DelegationResult::Handler_

The plugin instance object that handles this entity.

If there is no such object, it's a nullptr.

Definition at line 60 of file ientitymanager.h.

int IEntityManager::DelegationResult::ID_

The internal ID of the handling event in "namespace" of the Handler_ plugin.

Definition at line 65 of file ientitymanager.h.


The documentation for this struct was generated from the following file: