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

Method begin

CrossApp/controller/CADrawerController.cpp:264–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264void CADrawerController::begin()
265{
266 m_pContainer[0]->setVisible(true);
267 m_pContainer[0]->setTouchEnabled(false);
268 m_pContainer[1]->setTouchEnabled(false);
269}
270
271void CADrawerController::showEnded()
272{

Callers 11

ccTouchMovedMethod · 0.95
showLeftButtonMethod · 0.45
showRightButtonMethod · 0.45
~CATabBarMethod · 0.45
viewDidUnloadMethod · 0.45

Calls 2

setTouchEnabledMethod · 0.80
setVisibleMethod · 0.45

Tested by

no test coverage detected