Kanzi  3.9.8
Kanzi Engine C++ API
kanzi::Node::NodeComponentEntry Struct Reference

Object node component entry. More...

#include <kanzi/core.ui/node/node.hpp>

Public Member Functions

 NodeComponentEntry (NodeComponentSharedPtr nodeComponent, const void *owner)
 

Public Attributes

NodeComponentSharedPtr nodeComponent
 Node component. More...
 
const voidowner
 Owner of the node component. More...
 

Detailed Description

Object node component entry.

Constructor & Destructor Documentation

kanzi::Node::NodeComponentEntry::NodeComponentEntry ( NodeComponentSharedPtr  nodeComponent,
const void owner 
)
inline

Member Data Documentation

NodeComponentSharedPtr kanzi::Node::NodeComponentEntry::nodeComponent

Node component.

const void* kanzi::Node::NodeComponentEntry::owner

Owner of the node component.


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