CubeLayout
Source:
CubeLayout.h
CubeLayout¶
src/light/layouts/CubeLayout.h:27Inherits:
LayoutBase
Layout of a 3D cube volume (width×height×depth).
Public Attributes¶
lengthType width = 10
lengthType height = 10
lengthType depth = 10
uint8_t wiringOrder = 3
bool incX =
bool incY =
bool incZ =
bool snakeX =
bool snakeY =
bool snakeZ =
Public Methods¶
virtual inline void defineControls() override
: defineControls MUST be idempotent and pure: only controls_.clear() + controls_.addX().
virtual inline constchar * tags() const override
: Curated emoji tags for the module picker's chip filter — extras beyond the role chip (which the UI derives from role() on its own).
virtual inline nrOfLightsType lightCount() const override
virtual inline void forEachCoord(constCoordSink & sink) const override