Home
last modified time | relevance | path

Searched refs:hasInput (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/keyboard/
H A Dkeyboard.h20 bool hasInput(QWidget *w);
H A Dkeyboard.cpp442 … if(watched == m_inputWidget&&mouseEvent->button() == Qt::LeftButton && hasInput(m_inputWidget)) in eventFilter()
497 bool Keyboard::hasInput(QWidget *w) in hasInput() function in Keyboard
518 if(hasInput(now)) in foucsChange()