![]() |
ezEngine Release 26.3
|
#include <VisualGraphObjectManager.h>

Public Types | |
| enum class | Type { Input , Output } |
| enum class | Shape { Circle , Rect , RoundRect , Arrow , Default = Circle } |
Public Member Functions | |
| ezVisualGraphPin (Type type, ezStringView sName, const ezColorGammaUB &color, const ezDocumentObject *pObject) | |
| Type | GetType () const |
| const char * | GetName () const |
| const ezColorGammaUB & | GetColor () const |
| const ezDocumentObject * | GetParent () const |
Public Member Functions inherited from ezReflectedClass | |
| virtual const ezRTTI * | GetDynamicRTTI () const |
| bool | IsInstanceOf (const ezRTTI *pType) const |
| Returns whether the type of this instance is of the given type or derived from it. | |
| template<typename T > | |
| EZ_ALWAYS_INLINE bool | IsInstanceOf () const |
| Returns whether the type of this instance is of the given type or derived from it. | |
Public Attributes | |
| Shape | m_Shape = Shape::Default |
Friends | |
| class | ezVisualGraphObjectManager |
Additional Inherited Members | |
Static Public Member Functions inherited from ezNoBase | |
| static const ezRTTI * | GetStaticRTTI () |
Represents a connection point (input or output) on a visual graph node.
Pins are created by ezVisualGraphObjectManager for each node based on the node type. Derived classes can extend pins with additional metadata specific to their graph type.