Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
872
sp<Form> Control::getForm()
873
{
874
auto c = getRootControl();
875
return std::dynamic_pointer_cast<Form>(c);
876
}
877
878
void Control::setParent(sp<Control> Parent)
879
{
Callers
1
configureChildrenFromXml
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected