MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ with_name()

Element & MayaFlux::Portal::Forma::Element::with_name ( std::string  n)
inline

Set the human-readable name used in Lila introspection and debug output.

Has no effect on Layer or Context behaviour.

Definition at line 278 of file Element.hpp.

279 {
280 name = std::move(n);
281 return *this;
282 }
std::string name
Optional human-readable label for Lila introspection and debug logging.
Definition Element.hpp:85

Referenced by MayaFlux::Portal::Forma::Plot::place_label(), and MayaFlux::Portal::Forma::Plot::place_rect().

+ Here is the caller graph for this function: