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

Method itemIdChanged

Telegram/SourceFiles/data/data_session.cpp:2022–2024  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2020}
2021
2022rpl::producer<Session::IdChange> Session::itemIdChanged() const {
2023 return _itemIdChanges.events();
2024}
2025
2026void Session::requestItemRepaint(not_null<const HistoryItem*> item, QRect r) {
2027 _itemRepaintRequest.fire_copy(item);

Callers 7

setSessionMethod · 0.80
SessionControllerMethod · 0.80
EditCaptionBoxFunction · 0.80
ContentMementoMethod · 0.80
setupTopicViewerMethod · 0.80
setupTopicViewerMethod · 0.80

Calls 1

eventsMethod · 0.45

Tested by

no test coverage detected