MCPcopy Create free account
hub / github.com/VCVRack/Rack / AddEvent

Class AddEvent

include/widget/Widget.hpp:480–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478 /** Occurs after a Widget is added to a parent.
479 */
480 struct AddEvent : BaseEvent {};
481 virtual void onAdd(const AddEvent& e) {}
482
483 /** Occurs before a Widget is removed from its parent.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected