MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / UIComponent

Method UIComponent

UIComponent/UIComponentFactory.cpp:60–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60UIComponent::UIComponent(UIComponentFactory *factory, UIMediator *mediator)
61 : FeatureObject(factory), PersistentObject(), m_mediator(mediator)
62{
63 assert(mediator != nullptr);
64
65 m_mediator->registerUIComponent(this);
66}
67
68UIComponent::~UIComponent()
69{

Callers

nothing calls this directly

Calls 1

registerUIComponentMethod · 0.80

Tested by

no test coverage detected