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

Method view

examples/reddit/src/reddit.cpp:175–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173 void deselect() { _listView->selectedRowIndex = std::nullopt; }
174
175 std::shared_ptr<ui::View> view() { return _listView; }
176
177 clickNotifier_t &onClicked() { return _onClicked; }
178

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected