Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
ModelTreeLogicComponents.cpp File Reference
#include "ModelTreeLogicComponents.hpp"
#include "core/CStringTools.hpp"
#include "core/parsers.hpp"
#include "core/paths.hpp"
#include "diamar/Application.hpp"
#include "diamar/CDataAppEditDiamar.hpp"
#include "diamar/EditDiamarModel.hpp"
#include "ui/gui/CColumnList.hpp"
#include "ui/gui/CDataList.hpp"
#include "ui/gui/CTree.hpp"
#include "ui/panels/editor/logic/CPanelLogicsDrawingArea.hpp"
#include <cstddef>
#include <filesystem>
#include <set>
#include <string>
Include dependency graph for ModelTreeLogicComponents.cpp:

Namespaces

namespace  iv
 
namespace  iv::panels
 
namespace  iv::panels::editor
 
namespace  iv::panels::editor::logic
 

Functions

static std::shared_ptr< iv::model::editDiamar::EditDiamarModeliv::panels::editor::logic::prvGetEditDiamarModel ()
 

Variables

static const std::string kPrvStrTreeLogicsComponentsBasicBlocks = _("Basic blocks")
 
static const std::string kPrvStrTreeLogicsComponentsLibraries = _("Libraries")
 
static const std::string kPrvStrTreeLogicsComponentsOthers = _("Others")
 
static const std::string kPrvStrTreeLogicsComponentsOthersBroadCastChannel = _("Broad Cast C.")
 
static const std::string kPrvStrTreeLogicsComponentsOthersChannel = _("Channel")
 
static const std::string kPrvStrTreeLogicsComponentsOthersConstant = _("Constant")
 
static const std::string kPrvStrTreeLogicsComponentsOthersIOBlock = _("IO Block")
 
static const std::string kPrvStrTreeLogicsComponentsOthersLabel = _("Label")
 
static const std::string kPrvStrTreeLogicsUI = _("UI")
 
static const std::string kPrvStrTreeLogicsText = _("Text")
 
static const std::string kPrvStrTreeLogicsRectangle = _("Rectangle")
 

Variable Documentation

◆ kPrvStrTreeLogicsComponentsBasicBlocks

const std::string kPrvStrTreeLogicsComponentsBasicBlocks = _("Basic blocks")
static

◆ kPrvStrTreeLogicsComponentsLibraries

const std::string kPrvStrTreeLogicsComponentsLibraries = _("Libraries")
static

◆ kPrvStrTreeLogicsComponentsOthers

const std::string kPrvStrTreeLogicsComponentsOthers = _("Others")
static

◆ kPrvStrTreeLogicsComponentsOthersBroadCastChannel

const std::string kPrvStrTreeLogicsComponentsOthersBroadCastChannel = _("Broad Cast C.")
static

◆ kPrvStrTreeLogicsComponentsOthersChannel

const std::string kPrvStrTreeLogicsComponentsOthersChannel = _("Channel")
static

◆ kPrvStrTreeLogicsComponentsOthersConstant

const std::string kPrvStrTreeLogicsComponentsOthersConstant = _("Constant")
static

◆ kPrvStrTreeLogicsComponentsOthersIOBlock

const std::string kPrvStrTreeLogicsComponentsOthersIOBlock = _("IO Block")
static

◆ kPrvStrTreeLogicsComponentsOthersLabel

const std::string kPrvStrTreeLogicsComponentsOthersLabel = _("Label")
static

◆ kPrvStrTreeLogicsRectangle

const std::string kPrvStrTreeLogicsRectangle = _("Rectangle")
static

◆ kPrvStrTreeLogicsText

const std::string kPrvStrTreeLogicsText = _("Text")
static

◆ kPrvStrTreeLogicsUI

const std::string kPrvStrTreeLogicsUI = _("UI")
static