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