Definition at line 20 of file TruthTable.cpp.
◆ metadata()
◆ constraints
Initial value:{
.type = ElementType::TruthTable,
.group = ElementGroup::IC,
.minInputSize = 2,
.maxInputSize = 8,
.minOutputSize = 1,
.maxOutputSize = 8,
.canChangeAppearance = true,
.hasLabel = true,
.hasTruthTable = true,
}
Definition at line 21 of file TruthTable.cpp.
Referenced by metadata().
◆ registered
Initial value: = []() {
return true;
}()
static void registerCreator(ElementType type, std::function< GraphicElement *()> creator)
Registers a creator lambda for type, used by buildElement().
static constexpr ElementConstraints constraints
static ElementMetadata metadata()
Definition at line 45 of file TruthTable.cpp.
The documentation for this struct was generated from the following file: