MCPcopy Create free account
hub / github.com/AshampooSystems/boden / UIApplicationController

Method UIApplicationController

framework/ui/src/UIApplicationController.cpp:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace bdn::ui
5{
6 UIApplicationController::UIApplicationController()
7 {
8 ViewCoreFactoryStack::push(std::make_shared<ViewCoreFactory>());
9 }
10
11 UIApplicationController::ViewCoreFactoryPtr UIApplicationController::defaultFactory()
12 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected