Searched refs:m_eventLoop (Results 1 – 2 of 2) sorted by relevance
8 m_eventLoop(nullptr) in inputDialog()52 if(m_eventLoop != nullptr) in ~inputDialog()53 m_eventLoop->exit(); in ~inputDialog()70 if(m_eventLoop != nullptr) in exec()71 m_eventLoop->exit(); in exec()74 m_eventLoop = new QEventLoop(this); in exec()75 m_eventLoop->exec(); in exec()81 if(m_eventLoop != nullptr) { in exit()89 if(m_eventLoop != nullptr) in isRunning()90 return m_eventLoop->isRunning(); in isRunning()[all …]
35 QEventLoop* m_eventLoop; variable