Definition at line 18 of file Buzzer.cpp.
◆ metadata()
◆ constraints
Initial value:{
.type = ElementType::Buzzer,
.group = ElementGroup::Output,
.minInputSize = 1,
.maxInputSize = 1,
.canChangeAppearance = true,
.hasFrequency = true,
.hasLabel = true,
.hasVolume = true,
.rotatesGraphic = false,
}
Definition at line 19 of file Buzzer.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 46 of file Buzzer.cpp.
The documentation for this struct was generated from the following file: