MCPcopy Create free account
hub / github.com/comaps/comaps / ApplyWidgets

Method ApplyWidgets

android/sdk/src/main/cpp/app/organicmaps/sdk/Framework.cpp:715–722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

713}
714
715void Framework::ApplyWidgets()
716{
717 gui::TWidgetsLayoutInfo layout;
718 for (auto const & widget : m_guiPositions)
719 layout[widget.first] = widget.second.m_pixelPivot;
720
721 m_work.SetWidgetLayout(std::move(layout));
722}
723
724void Framework::CleanWidgets()
725{

Calls 1

SetWidgetLayoutMethod · 0.45

Tested by

no test coverage detected