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

Method getState

Telegram/SourceFiles/overview/overview_layout.cpp:540–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

538}
539
540TextState Photo::getState(
541 QPoint point,
542 StateRequest request) const {
543 if (hasPoint(point)) {
544 return { parent(), _link };
545 }
546 return {};
547}
548
549Video::Video(
550 not_null<Delegate*> delegate,

Callers 1

updateStatusTextMethod · 0.45

Calls 11

canBePlayedMethod · 0.80
TextStateClass · 0.50
loadingMethod · 0.45
uploadingMethod · 0.45
topMethod · 0.45
containsMethod · 0.45
sizeMethod · 0.45
maxWidthMethod · 0.45
isNullMethod · 0.45
isEmptyMethod · 0.45
countHeightMethod · 0.45

Tested by

no test coverage detected