Searched refs:m_notifyObject (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/keypad/ |
| H A D | keytest.cpp | 92 m_notifyObject = new QSocketNotifier(m_fd, QSocketNotifier::Read, this); in Keytest() 93 connect (m_notifyObject, SIGNAL(activated(int)), this, SLOT(keyEvent())); in Keytest() 102 delete m_notifyObject; in ~Keytest()
|
| H A D | keytest.h | 36 QSocketNotifier* m_notifyObject; variable
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/keypad/ |
| H A D | keytest.cpp | 92 m_notifyObject = new QSocketNotifier(m_fd, QSocketNotifier::Read, this); in Keytest() 93 connect (m_notifyObject, SIGNAL(activated(int)), this, SLOT(keyEvent())); in Keytest() 102 delete m_notifyObject; in ~Keytest()
|
| H A D | keytest.h | 37 QSocketNotifier* m_notifyObject; variable
|