MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / rowClicked

Method rowClicked

Telegram/SourceFiles/boxes/edit_privacy_box.cpp:288–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288void TypesController::rowClicked(not_null<PeerListRow*> row) {
289 const auto checked = !row->checked();
290 delegate()->peerListSetRowChecked(row, checked);
291 _rowSelectionChanges.fire({ row, checked });
292}
293
294rpl::producer<bool> TypesController::specialChanges() const {
295 return _rowSelectionChanges.events(

Callers

nothing calls this directly

Calls 7

asChannelMethod · 0.80
membersCountKnownMethod · 0.80
updateFullMethod · 0.80
checkedMethod · 0.45
peerListSetRowCheckedMethod · 0.45
fireMethod · 0.45
peerMethod · 0.45

Tested by

no test coverage detected