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

Method bindViewCore

framework/ui/src/Window.cpp:65–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 }
64
65 void Window::bindViewCore()
66 {
67 View::bindViewCore();
68
69 auto windowCore = View::core<Window::Core>();
70
71 windowCore->contentView.bind(contentView);
72 windowCore->title.bind(title);
73
74 windowCore->allowedOrientations.bind(allowedOrientations); //, BindMode::unidirectional);
75 windowCore->currentOrientation.bind(currentOrientation); //, BindMode::unidirectional);
76 windowCore->contentGeometry.bind(internalContentGeometry);
77 }
78}

Callers

nothing calls this directly

Calls 1

bindMethod · 0.45

Tested by

no test coverage detected