Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
CLogicsDrawingAreaModel.cpp File Reference
Include dependency graph for CLogicsDrawingAreaModel.cpp:

Variables

static constexpr uint32_t kMIMAX = 512
 
static const std::string kPrvKeySectionDataLogic = "DataLogic"
 
static const std::string kPrvSectionNextToUse = "NextToUse"
 
static const std::string kPrvKeyNextToUseId = "Id"
 
static const std::string kPrvKeyNextToUseExec = "OrderOfExecution"
 
static const std::string kPrvKeyNextToUseDefaultUniqueLabelId = "UniqueLabelDefaultIdNumber"
 
static const std::string kPrvKeySectionCustomBlockInputs = "CustomBlockInputs"
 
static const std::string kPrvKeySectionCustomBlockInput = "CustomBlockInputs"
 
static const std::string kPrvKeySectionCustomBlockOutputs = "CustomBlockOutputs"
 
static const std::string kPrvKeySectionCustomBlockOutput = "CustomBlockOutputs"
 
static const std::string kPrvKeyCustomBlockIOOrderOfPosition = "OrderOfPosition"
 
static const std::string kPrvKeyCustomBlockIOName = "Name"
 
static const std::string kPrvKeyCustomBlockIODescription = "Description"
 
static const std::string kPrvKeySectionCanvasItems = "CanvasItems"
 
static const std::string kPrvKeySectionCanvasItem = "CanvasItem"
 

Variable Documentation

◆ kMIMAX

uint32_t kMIMAX = 512
staticconstexpr

◆ kPrvKeyCustomBlockIODescription

const std::string kPrvKeyCustomBlockIODescription = "Description"
static

◆ kPrvKeyCustomBlockIOName

const std::string kPrvKeyCustomBlockIOName = "Name"
static

◆ kPrvKeyCustomBlockIOOrderOfPosition

const std::string kPrvKeyCustomBlockIOOrderOfPosition = "OrderOfPosition"
static

◆ kPrvKeyNextToUseDefaultUniqueLabelId

const std::string kPrvKeyNextToUseDefaultUniqueLabelId = "UniqueLabelDefaultIdNumber"
static

◆ kPrvKeyNextToUseExec

const std::string kPrvKeyNextToUseExec = "OrderOfExecution"
static

◆ kPrvKeyNextToUseId

const std::string kPrvKeyNextToUseId = "Id"
static

◆ kPrvKeySectionCanvasItem

const std::string kPrvKeySectionCanvasItem = "CanvasItem"
static

◆ kPrvKeySectionCanvasItems

const std::string kPrvKeySectionCanvasItems = "CanvasItems"
static

◆ kPrvKeySectionCustomBlockInput

const std::string kPrvKeySectionCustomBlockInput = "CustomBlockInputs"
static

◆ kPrvKeySectionCustomBlockInputs

const std::string kPrvKeySectionCustomBlockInputs = "CustomBlockInputs"
static

◆ kPrvKeySectionCustomBlockOutput

const std::string kPrvKeySectionCustomBlockOutput = "CustomBlockOutputs"
static

◆ kPrvKeySectionCustomBlockOutputs

const std::string kPrvKeySectionCustomBlockOutputs = "CustomBlockOutputs"
static

◆ kPrvKeySectionDataLogic

const std::string kPrvKeySectionDataLogic = "DataLogic"
static

◆ kPrvSectionNextToUse

const std::string kPrvSectionNextToUse = "NextToUse"
static