Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
#include "CLogicsDrawingAreaModel.hpp"
#include "channels/CEnumParameter.hpp"
#include "channels/CUnitPatterns.hpp"
#include "channels/utils.hpp"
#include "core/CStringTools.hpp"
#include "core/parsers.hpp"
#include "core/paths.hpp"
#include "diamar/Application.hpp"
#include "files/LomFileMapper.hpp"
#include "files/PlFileMapper.hpp"
#include "logic/CLogicFile.hpp"
#include "logic/components/CLogicsBackground.hpp"
#include "logic/components/CLogicsComponentChannel.hpp"
#include "logic/components/CLogicsComponentLibrary.hpp"
#include "logic/components/CLogicsConnection.hpp"
#include "logic/components/LogicRectangle.hpp"
#include "logic/components/LogicText.hpp"
#include "logic/defines.hpp"
#include "ui/panels/editor/logic/CPanelLogicsDrawingArea.hpp"
#include "ui/shapes/CDrawLogicsElements.hpp"
#include "utils/Calendar.hpp"
#include "utils/stringUtils.hpp"
#include <cstdlib>
#include <exception>
#include <filesystem>
#include <regex>
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" |
|
staticconstexpr |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |