Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
150
bool CAViewController::isViewRunning()
151
{
152
return (bool)(m_pView->getSuperview() && m_pView->isVisible());
153
}
154
155
/// isKeypadEnabled getter
156
bool CAViewController::isKeypadEnabled()
Callers
5
onResponseJsonNoCache
Method · 0.80
onResponseJson
Method · 0.80
js_CrossApp_CAViewController_isViewRunning
Function · 0.80
setLeftViewController
Method · 0.80
setRightViewController
Method · 0.80
Calls
2
getSuperview
Method · 0.80
isVisible
Method · 0.80
Tested by
no test coverage detected