The IAttachment graph node interface. More...

#include "murl_graph_i_attachment.h"

Inheritance diagram for Murl::Graph::IAttachment:

Public Member Functions

virtual INodeGetNodeInterface ()=0
 Get the mutable Graph::INode interface. More...
 
virtual const INodeGetNodeInterface () const =0
 Get the constant Graph::INode interface. More...
 
virtual INodeTargetGetNodeTarget ()=0
 Get the mutable Graph::INodeTarget container. More...
 
virtual const INodeTargetGetNodeTarget () const =0
 Get the constant Graph::INodeTarget container. More...
 

Detailed Description

The IAttachment graph node interface.

Member Function Documentation

◆ GetNodeInterface() [1/2]

virtual INode* Murl::Graph::IAttachment::GetNodeInterface ( )
pure virtual

Get the mutable Graph::INode interface.

This method returns a mutable pointer to the node's Graph::INode interface, to be able to query or modify common node properties such as active state, visibility or ID.

Returns
The mutable Graph::INode interface, or null if not available

◆ GetNodeInterface() [2/2]

virtual const INode* Murl::Graph::IAttachment::GetNodeInterface ( ) const
pure virtual

Get the constant Graph::INode interface.

This method returns a constant pointer to the node's Graph::INode interface, to be able to query common node properties such as active state, visibility or ID.

Returns
The constant Graph::INode interface, or null if not available

◆ GetNodeTarget() [1/2]

virtual INodeTarget* Murl::Graph::IAttachment::GetNodeTarget ( )
pure virtual

Get the mutable Graph::INodeTarget container.

This method returns a mutable pointer to the node's Graph::INodeTarget container, which allows to set or query the referenced node.

Returns
The mutable Graph::INodeTarget container, or null if not available.

◆ GetNodeTarget() [2/2]

virtual const INodeTarget* Murl::Graph::IAttachment::GetNodeTarget ( ) const
pure virtual

Get the constant Graph::INodeTarget container.

This method returns a constant pointer to the node's Graph::INodeTarget container, which allows to query the referenced node.

Returns
The mutable Graph::INodeTarget container, or null if not available.

The documentation for this interface was generated from the following file:
  • murl_graph_i_attachment.h


Copyright © 2011-2024 Spraylight GmbH.