Plasma Engine  2.0
Loading...
Searching...
No Matches
plVisualScriptPin Class Reference
Inheritance diagram for plVisualScriptPin:

Public Member Functions

 plVisualScriptPin (Type type, plStringView sName, const plVisualScriptNodeRegistry::PinDesc &pinDesc, const plDocumentObject *pObject, plUInt32 uiDataPinIndex, plUInt32 uiElementIndex)
 
PL_ALWAYS_INLINE bool IsExecutionPin () const
 
PL_ALWAYS_INLINE bool IsDataPin () const
 
PL_ALWAYS_INLINE const plRTTIGetDataType () const
 
PL_ALWAYS_INLINE plVisualScriptDataType::Enum GetScriptDataType () const
 
plVisualScriptDataType::Enum GetResolvedScriptDataType () const
 
plStringView GetDataTypeName () const
 
PL_ALWAYS_INLINE plUInt32 GetDataPinIndex () const
 
PL_ALWAYS_INLINE plUInt32 GetElementIndex () const
 
PL_ALWAYS_INLINE bool IsRequired () const
 
PL_ALWAYS_INLINE bool HasDynamicPinProperty () const
 
PL_ALWAYS_INLINE bool SplitExecution () const
 
PL_ALWAYS_INLINE bool ReplaceWithArray () const
 
PL_ALWAYS_INLINE bool NeedsTypeDeduction () const
 
PL_ALWAYS_INLINE const plHashedStringGetDynamicPinProperty () const
 
PL_ALWAYS_INLINE plVisualScriptNodeRegistry::PinDesc::DeductTypeFunc GetDeductTypeFunc () const
 
bool CanConvertTo (const plVisualScriptPin &targetPin, bool bUseResolvedDataTypes=true) const
 
- Public Member Functions inherited from plPin
 plPin (Type type, plStringView sName, const plColorGammaUB &color, const plDocumentObject *pObject)
 
Type GetType () const
 
const char * GetName () const
 
const plColorGammaUBGetColor () const
 
const plDocumentObjectGetParent () const
 
- Public Member Functions inherited from plReflectedClass
virtual const plRTTIGetDynamicRTTI () const
 
bool IsInstanceOf (const plRTTI *pType) const
 Returns whether the type of this instance is of the given type or derived from it.
 
template<typename T >
PL_ALWAYS_INLINE bool IsInstanceOf () const
 Returns whether the type of this instance is of the given type or derived from it.
 

Additional Inherited Members

- Public Types inherited from plPin
enum class  Type { Input , Output }
 
enum class  Shape {
  Circle , Rect , RoundRect , Arrow ,
  Default = Circle
}
 
- Static Public Member Functions inherited from plNoBase
static const plRTTIGetStaticRTTI ()
 
- Public Attributes inherited from plPin
Shape m_Shape = Shape::Default
 

The documentation for this class was generated from the following files: