MCPcopy Create free account
hub / github.com/9miao/CrossApp / isViewRunning

Method isViewRunning

CrossApp/controller/CAViewController.cpp:150–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150bool CAViewController::isViewRunning()
151{
152 return (bool)(m_pView->getSuperview() && m_pView->isVisible());
153}
154
155/// isKeypadEnabled getter
156bool CAViewController::isKeypadEnabled()

Callers 5

onResponseJsonNoCacheMethod · 0.80
onResponseJsonMethod · 0.80
setLeftViewControllerMethod · 0.80

Calls 2

getSuperviewMethod · 0.80
isVisibleMethod · 0.80

Tested by

no test coverage detected