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

Method hasFocus

Telegram/SourceFiles/boxes/create_poll_box.cpp:604–606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

602}
603
604bool Options::Option::hasFocus() const {
605 return field()->hasFocus();
606}
607
608void Options::Option::setFocus() const {
609 FocusAtEnd(field());

Callers 15

setupSwipeMethod · 0.45
initOptionFieldMethod · 0.45
setupQuestionMethod · 0.45
setupDescriptionMethod · 0.45
submitMethod · 0.45
keyPressEventMethod · 0.45
submitMethod · 0.45
prepareMethod · 0.45
initNameFieldsMethod · 0.45
updateForceHiddenMethod · 0.45
setupContentMethod · 0.45
setupContentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected