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

Method bindViewCore

framework/ui/src/ImageView.cpp:15–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 }
14
15 void ImageView::bindViewCore()
16 {
17 View::bindViewCore();
18
19 auto imageCore = core<ImageView::Core>();
20
21 iOriginalSize.bind(imageCore->originalSize, BindMode::unidirectional);
22 iAspectRatio.bind(imageCore->aspectRatio, BindMode::unidirectional);
23
24 imageCore->url.bind(url);
25 }
26}

Callers

nothing calls this directly

Calls 1

bindMethod · 0.45

Tested by

no test coverage detected