Escher: Add ESCHER_VIEW_LOGGING

Change-Id: Id0b588069839f9b1d2330eae55a7fd345740cf1b
This commit is contained in:
Romain Goyet
2016-05-27 12:08:00 +02:00
parent 5f2f39d0d9
commit 8f30223aab
14 changed files with 93 additions and 0 deletions

View File

@@ -52,6 +52,12 @@ void TabViewController::ContentView::storeSubviewAtIndex(View * view, int index)
}
}
#if ESCHER_VIEW_LOGGING
const char * TabViewController::ContentView::className() const {
return "TabViewController::ContentView";
}
#endif
TabViewController::TabViewController(ViewController ** children, uint8_t numberOfChildren) :
m_children(children),
m_numberOfChildren(numberOfChildren),