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

Method show

Telegram/SourceFiles/window/window_session_controller.cpp:3268–3273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3266}
3267
3268base::weak_qptr<Ui::BoxContent> SessionController::show(
3269 object_ptr<Ui::BoxContent> content,
3270 Ui::LayerOptions options,
3271 anim::type animated) {
3272 return _window->show(std::move(content), options, animated);
3273}
3274
3275void SessionController::hideLayer(anim::type animated) {
3276 _window->hideLayer(animated);

Callers 14

resolvePhoneMethod · 0.45
resolveUsernameMethod · 0.45
resolveBoostStateMethod · 0.45
resolveCollectibleMethod · 0.45
resolveConferenceCallMethod · 0.45
applyBoostMethod · 0.45
suggestArchiveAndMuteMethod · 0.45
showCalendarMethod · 0.45
showPassportFormMethod · 0.45
showAddContactMethod · 0.45
showNewGroupMethod · 0.45
showNewSupergroupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected