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

Method rowIndexForView

framework/ui/src/ListView.cpp:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 }
14
15 std::optional<size_t> ListView::rowIndexForView(const std::shared_ptr<View> &view) const
16 {
17 auto listCore = core<ListView::Core>();
18 return listCore->rowIndexForView(view);
19 }
20
21 void ListView::reloadData()
22 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected