DataTypeBuilderEntry Class Reference

#include <datatype_builder.h>

Detailed Description

This extension point allows to declare the cpp identifiers for types used in the description editor. It's used to translate the datatype back to a cpp identifier.

Public Member Functions

Result< void > CopyFrom (const DataTypeBuilderEntry &src)
 

Public Attributes

GetFolderDelegate getFolder
 
GetDataTypeNameDelegate getName
 
GetChildrenCountDelegate getChildrenCount
 
InstantiateDataTypeDelegate instantiateDataType
 
GetParentTypeSupportDelegate getParentTypeSupport
 

Member Function Documentation

◆ CopyFrom()

Result<void> CopyFrom ( const DataTypeBuilderEntry src)

Member Data Documentation

◆ getFolder

GetFolderDelegate getFolder

◆ getName

◆ getChildrenCount

GetChildrenCountDelegate getChildrenCount

◆ instantiateDataType

InstantiateDataTypeDelegate instantiateDataType

◆ getParentTypeSupport

GetParentTypeSupportDelegate getParentTypeSupport