MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / getForm

Method getForm

forms/control.cpp:872–876  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

870}
871
872sp<Form> Control::getForm()
873{
874 auto c = getRootControl();
875 return std::dynamic_pointer_cast<Form>(c);
876}
877
878void Control::setParent(sp<Control> Parent)
879{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected